blob: b9c942ee28d0c4481a8e57682865dd85c8bb2b16 (
plain)
- \DocumentMetadata{
- $if(lang)$
- lang={$lang$},
- $endif$
- }
- \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$}
|