diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-22 07:24:54 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:41 +0200 |
commit | 4aa18f66580e4be9e483dcfdf17af9f0887e8476 (patch) | |
tree | d855aac4f3531144f797ec91d192f270a967b4e2 /_templates | |
parent | 6a4ad9a5cc192d1d34a0dfac9d5934095e4371b8 (diff) |
tidy whitespace
Diffstat (limited to '_templates')
-rw-r--r-- | _templates/doc-class.tex | 2 | ||||
-rw-r--r-- | _templates/template.tex | 4 | ||||
-rw-r--r-- | _templates/title.tex | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/_templates/doc-class.tex b/_templates/doc-class.tex index 19f9c04..6ada379 100644 --- a/_templates/doc-class.tex +++ b/_templates/doc-class.tex @@ -23,4 +23,4 @@ $endif$ $for(classoption)$ $classoption$$sep$, $endfor$ -]{$documentclass$}
\ No newline at end of file +]{$documentclass$} 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 diff --git a/_templates/title.tex b/_templates/title.tex index c825ba7..5801cd1 100644 --- a/_templates/title.tex +++ b/_templates/title.tex @@ -69,4 +69,4 @@ $endif$ $if(logo)$ \logo{\includegraphics{$logo$}} $endif$ -$endif$
\ No newline at end of file +$endif$ |