From 4aa18f66580e4be9e483dcfdf17af9f0887e8476 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 22 May 2024 07:24:54 +0200 Subject: tidy whitespace --- _templates/doc-class.tex | 2 +- _templates/template.tex | 4 ++-- _templates/title.tex | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to '_templates') 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$ -- cgit v1.2.3