summaryrefslogtreecommitdiffstats
path: root/default.latex
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-16 22:41:21 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-16 22:41:21 -0700
commit24d8da9aab845228a50a26866e955c4b83612e40 (patch)
tree53a4718ae60dde61b68ddbe5ae3095793cae1bdd /default.latex
parent9134a5a5f73231ea323a9af4aa806c7945633a7d (diff)
downloadpandoc-templates-24d8da9aab845228a50a26866e955c4b83612e40.tar.gz
pandoc-templates-24d8da9aab845228a50a26866e955c4b83612e40.zip
Updated templates for pandoc 2.3
Diffstat (limited to 'default.latex')
-rw-r--r--default.latex7
1 files changed, 7 insertions, 0 deletions
diff --git a/default.latex b/default.latex
index 4d1eeb5..23e47e6 100644
--- a/default.latex
+++ b/default.latex
@@ -183,6 +183,7 @@ $endif$
183$if(colorlinks)$ 183$if(colorlinks)$
184 colorlinks=true, 184 colorlinks=true,
185 linkcolor=$if(linkcolor)$$linkcolor$$else$Maroon$endif$, 185 linkcolor=$if(linkcolor)$$linkcolor$$else$Maroon$endif$,
186 filecolor=$if(filecolor)$$filecolor$$else$Maroon$endif$,
186 citecolor=$if(citecolor)$$citecolor$$else$Blue$endif$, 187 citecolor=$if(citecolor)$$citecolor$$else$Blue$endif$,
187 urlcolor=$if(urlcolor)$$urlcolor$$else$Blue$endif$, 188 urlcolor=$if(urlcolor)$$urlcolor$$else$Blue$endif$,
188$else$ 189$else$
@@ -359,8 +360,14 @@ $include-before$
359 360
360$endfor$ 361$endfor$
361$if(toc)$ 362$if(toc)$
363$if(toc-title)$
364\renewcommand*\contentsname{$toc-title$}
365$endif$
362$if(beamer)$ 366$if(beamer)$
363\begin{frame} 367\begin{frame}
368$if(toc-title)$
369\frametitle{$toc-title$}
370$endif$
364\tableofcontents[hideallsubsections] 371\tableofcontents[hideallsubsections]
365\end{frame} 372\end{frame}
366$else$ 373$else$