mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-24 00:15:44 +00:00
LaTeX template: don't emit empty linkcolor= in hypersetup.
Closes #11098.
This commit is contained in:
@@ -95,7 +95,9 @@ $if(toc-title)$
|
||||
$endif$
|
||||
{
|
||||
$if(colorlinks)$
|
||||
\hypersetup{linkcolor=$if(toccolor)$$toccolor$$else$$endif$}
|
||||
$if(toccolor)$
|
||||
\hypersetup{linkcolor=$toccolor$}
|
||||
$endif$
|
||||
$endif$
|
||||
\setcounter{tocdepth}{$toc-depth$}
|
||||
\tableofcontents
|
||||
|
||||
Reference in New Issue
Block a user