summaryrefslogtreecommitdiffstats
path: root/default.latex
diff options
context:
space:
mode:
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$