From b588b55c1a21f2533bd7d38cd8b315f240758c17 Mon Sep 17 00:00:00 2001 From: Cedric Date: Thu, 26 Dec 2024 22:14:29 +0000 Subject: [PATCH] Allow URL to break MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- book/sourdough.sty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/book/sourdough.sty b/book/sourdough.sty index eb611ca..55e835e 100644 --- a/book/sourdough.sty +++ b/book/sourdough.sty @@ -75,10 +75,11 @@ \addbibresource{references.bib} % Clickable links in the table of contents -\usepackage[ocgcolorlinks]{hyperref} +\usepackage{hyperref} \usepackage{bookmark} \hypersetup{% linktoc=all, + colorlinks = true, linkcolor = hlorange, urlcolor = codeblue, citecolor = hlocre,