diff options
Diffstat (limited to '_extensions/ruc-play/stylish-report/doc-class.tex')
| -rw-r--r-- | _extensions/ruc-play/stylish-report/doc-class.tex | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/_extensions/ruc-play/stylish-report/doc-class.tex b/_extensions/ruc-play/stylish-report/doc-class.tex index 8eff486..a9dbfaa 100644 --- a/_extensions/ruc-play/stylish-report/doc-class.tex +++ b/_extensions/ruc-play/stylish-report/doc-class.tex @@ -50,24 +50,18 @@ $if(pdftestphasestrict)$ \ExplSyntaxOff $endif$ \documentclass[ +$for(babel-otherlangs)$ + $babel-otherlangs$, +$endfor$ +$if(babel-lang)$ + $babel-lang$, +$endif$ $if(fontsize)$ $fontsize$, $endif$ $if(papersize)$ $papersize$paper, $endif$ -$if(beamer)$ - ignorenonframetext, -$if(handout)$ - handout, -$endif$ -$if(aspectratio)$ - aspectratio=$aspectratio$, -$endif$ -$if(babel-lang)$ - $babel-lang$, -$endif$ -$endif$ $for(classoption)$ $classoption$$sep$, $endfor$ |
