mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-14 15:11:11 -06:00
Allow URL to break
This was prevented by ocgcolorlinks which was here to have links printed in black but looking like colors in the pdf on screen... as Doc hyperref explains: • Main disadvantage: Links cannot be broken across lines. PDF reference 1.7: 4.10.2 “Making
This commit is contained in:
@@ -75,10 +75,11 @@
|
|||||||
\addbibresource{references.bib}
|
\addbibresource{references.bib}
|
||||||
|
|
||||||
% Clickable links in the table of contents
|
% Clickable links in the table of contents
|
||||||
\usepackage[ocgcolorlinks]{hyperref}
|
\usepackage{hyperref}
|
||||||
\usepackage{bookmark}
|
\usepackage{bookmark}
|
||||||
\hypersetup{%
|
\hypersetup{%
|
||||||
linktoc=all,
|
linktoc=all,
|
||||||
|
colorlinks = true,
|
||||||
linkcolor = hlorange,
|
linkcolor = hlorange,
|
||||||
urlcolor = codeblue,
|
urlcolor = codeblue,
|
||||||
citecolor = hlocre,
|
citecolor = hlocre,
|
||||||
|
|||||||
Reference in New Issue
Block a user