summaryrefslogtreecommitdiff
path: root/_templates/doc-class.tex
blob: b276cee6b4ac13bea1095c34f96df107df239e94 (plain)
  1. \documentclass[
  2. $if(fontsize)$
  3.   $fontsize$,
  4. $endif$
  5. $if(papersize)$
  6. $papersize$paper,
  7. $endif$
  8. $if(beamer)$
  9. ignorenonframetext,
  10. $if(handout)$
  11. handout,
  12. $endif$
  13. $if(aspectratio)$
  14. aspectratio=$aspectratio$,
  15. $endif$
  16. $endif$
  17. $for(classoption)$
  18. $classoption$$sep$,
  19. $endfor$
  20. ]{$documentclass$}