blob: a7ad74d62965cd2cd6c2a4debd89e4efb0563188 (
plain)
- \documentclass[
- $for(babel-otherlangs)$
- $babel-otherlangs$,
- $endfor$
- $if(babel-lang)$
- $babel-lang$,
- $endif$
- $if(fontsize)$
- $fontsize$,
- $endif$
- $if(papersize)$
- $papersize$paper,
- $endif$
- $for(classoption)$
- $classoption$$sep$,
- $endfor$
- ]{$documentclass$}
|