blob: 6ada379c6f5c59b634c9d90e8b0bc3ef4e60d7ff (
plain)
- \DocumentMetadata{
- $if(lang)$
- lang={$lang$},
- $endif$
- pdfstandard=A-2b,
- }
- \documentclass[
- $if(fontsize)$
- $fontsize$,
- $endif$
- $if(papersize)$
- $papersize$paper,
- $endif$
- $if(beamer)$
- ignorenonframetext,
- $if(handout)$
- handout,
- $endif$
- $if(aspectratio)$
- aspectratio=$aspectratio$,
- $endif$
- $endif$
- $for(classoption)$
- $classoption$$sep$,
- $endfor$
- ]{$documentclass$}
|