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