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:
Cedric
2024-12-26 22:14:29 +00:00
parent 78cf73bb2c
commit b588b55c1a

View File

@@ -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,