From 8ce73375bc2a5801924a23203d2d055f6da82e77 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 25 May 2022 20:47:42 +0200 Subject: [PATCH] Update eisvogel template --- pandoc/.pandoc/templates/eisvogel.latex | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pandoc/.pandoc/templates/eisvogel.latex b/pandoc/.pandoc/templates/eisvogel.latex index f79fa3f..f6daa7a 100644 --- a/pandoc/.pandoc/templates/eisvogel.latex +++ b/pandoc/.pandoc/templates/eisvogel.latex @@ -1,6 +1,6 @@ %% -% Copyright (c) 2017 - 2020, Pascal Wagler; -% Copyright (c) 2014 - 2020, John MacFarlane +% Copyright (c) 2017 - 2021, Pascal Wagler; +% Copyright (c) 2014 - 2021, John MacFarlane % % All rights reserved. % @@ -140,22 +140,18 @@ $else$ $endif$ $if(linestretch)$ \usepackage{setspace} -\setstretch{$linestretch$} $else$ \usepackage{setspace} \setstretch{1.2} $endif$ -\usepackage{amsmath} \usepackage{ifxetex,ifluatex} \ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex \usepackage[$if(fontenc)$$fontenc$$else$T1$endif$]{fontenc} \usepackage[utf8]{inputenc} \usepackage{textcomp} % provide euro and other symbols - \usepackage{amssymb} \else % if luatex or xetex $if(mathspec)$ \ifxetex - \usepackage{amssymb} \usepackage{mathspec} \else \usepackage{unicode-math} @@ -343,6 +339,9 @@ $highlighting-macros$ $endif$ $if(tables)$ \usepackage{longtable,booktabs,array} +$if(multirow)$ +\usepackage{multirow} +$endif$ \usepackage{calc} % for calculating minipage widths $if(beamer)$ \usepackage{caption} @@ -495,6 +494,9 @@ $if(csl-refs)$ \newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break} \newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} $endif$ +$if(csquotes)$ +\usepackage{csquotes} +$endif$ $if(title)$ \title{$title$$if(thanks)$\thanks{$thanks$}$endif$} @@ -942,7 +944,7 @@ $endif$ $if(logo)$ \noindent -\includegraphics[width=$if(logo-width)$$logo-width$$else$100$endif$pt, left]{$logo$} +\includegraphics[width=$if(logo-width)$$logo-width$$else$35mm$endif$, left]{$logo$} $endif$ $if(titlepage-background)$