diff options
Diffstat (limited to '_templates/template.tex')
-rw-r--r-- | _templates/template.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_templates/template.tex b/_templates/template.tex index 35bc0cf..3f82a77 100644 --- a/_templates/template.tex +++ b/_templates/template.tex @@ -119,7 +119,7 @@ $-- User font settings (must come after default font and Beamer theme) $if(fontfamily)$ \usepackage[$for(fontfamilyoptions)$$fontfamilyoptions$$sep$,$endfor$]{$fontfamily$} $endif$ -\ifPDFTeX\else +\ifPDFTeX\else % xetex/luatex font selection $if(mainfont)$ \setmainfont[$for(mainfontoptions)$$mainfontoptions$$sep$,$endfor$]{$mainfont$} @@ -245,7 +245,7 @@ $if(CJKmainfont)$ \usepackage{xeCJKfntef} \renewcommand{\st}[1]{\sout{#1}} \fi -$endif$ +$endif$ \fi $endif$ \setlength{\emergencystretch}{3em} % prevent overfull lines |