LaTeX template: fix behavior of colorlinks
variable
Fixes a regression that required the `boxlinks` variable to be set in addition to the usual link coloring variables. Otherwise links were never colored in LaTeX PDF output. Fixes: #8226
This commit is contained in:
parent
7a35e7ee68
commit
eb18267407
1 changed files with 2 additions and 1 deletions
|
@ -403,10 +403,11 @@ $if(colorlinks)$
|
|||
filecolor={$if(filecolor)$$filecolor$$else$Maroon$endif$},
|
||||
citecolor={$if(citecolor)$$citecolor$$else$Blue$endif$},
|
||||
urlcolor={$if(urlcolor)$$urlcolor$$else$Blue$endif$},
|
||||
$endif$
|
||||
$else$
|
||||
$if(boxlinks)$
|
||||
$else$
|
||||
hidelinks,
|
||||
$endif$
|
||||
$endif$
|
||||
pdfcreator={LaTeX via pandoc}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue