summaryrefslogtreecommitdiff
path: root/_extensions/js/stylish-issue/doc-class.tex
blob: a7ad74d62965cd2cd6c2a4debd89e4efb0563188 (plain)
  1. \documentclass[
  2. $for(babel-otherlangs)$
  3.   $babel-otherlangs$,
  4. $endfor$
  5. $if(babel-lang)$
  6. $babel-lang$,
  7. $endif$
  8. $if(fontsize)$
  9. $fontsize$,
  10. $endif$
  11. $if(papersize)$
  12. $papersize$paper,
  13. $endif$
  14. $for(classoption)$
  15. $classoption$$sep$,
  16. $endfor$
  17. ]{$documentclass$}