diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-07-26 09:47:24 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-07-26 09:48:17 -0700 |
| commit | c97c4761a83b5ed7bdd75202c60a25801ba63e35 (patch) | |
| tree | b3fa437e852d62e2a8e8f8d3f7f239d501b8b419 /data/templates | |
| parent | ac7fa3da4d70433d367274bc19c726e1c30f7a81 (diff) | |
Add `boxlinks` variable for LaTeX/PDF output.
If `boxlinks` is set but `colorlinks` is not, then boxes will
be printed around links (`hidelinks` will not be set in `hypersetup`).
Addresses #8198.
Diffstat (limited to 'data/templates')
| -rw-r--r-- | data/templates/default.latex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/templates/default.latex b/data/templates/default.latex index 202db4f81..638eacabf 100644 --- a/data/templates/default.latex +++ b/data/templates/default.latex @@ -403,6 +403,8 @@ $if(colorlinks)$ filecolor={$if(filecolor)$$filecolor$$else$Maroon$endif$}, citecolor={$if(citecolor)$$citecolor$$else$Blue$endif$}, urlcolor={$if(urlcolor)$$urlcolor$$else$Blue$endif$}, +$endif$ +$if(boxlinks)$ $else$ hidelinks, $endif$ |
