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