summaryrefslogtreecommitdiffstats
path: root/default.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-03 14:30:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-03 14:30:12 -0800
commitb5f9ac0d0ec74abfaf7bdbc27ee0bee11391d0ee (patch)
treeed77da2cf6fd1fe6205af13efed353032cf3d29c /default.latex
parentf11a6ef3c04e0f7b95179ca768c07aa9657ac196 (diff)
downloadpandoc-templates-b5f9ac0d0ec74abfaf7bdbc27ee0bee11391d0ee.tar.gz
pandoc-templates-b5f9ac0d0ec74abfaf7bdbc27ee0bee11391d0ee.zip
Updated templates for pandoc 2.11.1
Diffstat (limited to 'default.latex')
-rw-r--r--default.latex7
1 files changed, 4 insertions, 3 deletions
diff --git a/default.latex b/default.latex
index 80f6a7f..b03c4d8 100644
--- a/default.latex
+++ b/default.latex
@@ -257,6 +257,7 @@ $highlighting-macros$
257$endif$ 257$endif$
258$if(tables)$ 258$if(tables)$
259\usepackage{longtable,booktabs} 259\usepackage{longtable,booktabs}
260\usepackage{calc} % for calculating minipage widths
260$if(beamer)$ 261$if(beamer)$
261\usepackage{caption} 262\usepackage{caption}
262% Make caption package work with longtable 263% Make caption package work with longtable
@@ -383,10 +384,10 @@ $if(csl-refs)$
383 \fi 384 \fi
384 }% 385 }%
385 {} 386 {}
386\usepackage{calc} % for \widthof, \maxof 387\usepackage{calc}
387\newcommand{\CSLBlock}[1]{#1\hfill\break} 388\newcommand{\CSLBlock}[1]{#1\hfill\break}
388\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\maxof{\widthof{#1}}{\csllabelwidth}}{#1}} 389\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}}
389\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth}{#1}} 390\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}}
390\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} 391\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}
391$endif$ 392$endif$
392 393