Set default link colours in LaTeX hyperref

Set all links to blue, except citations which match the text
This commit is contained in:
Evie Litherland-Smith 2025-01-27 10:21:39 +00:00
parent 672029f8cb
commit bf78e12957

View file

@ -555,7 +555,7 @@
(use-package ox-latex
:after org
:custom
(org-latex-hyperref-template "\\hypersetup{\n colorlinks=true,\n pdfauthor={%a},\n pdftitle={%t},\n pdfkeywords={%k},\n pdfsubject={%d},\n pdfcreator={%c}, \n pdflang={%L}\n}\n"))
(org-latex-hyperref-template "\\hypersetup{\n colorlinks=true, \n allcolors=blue, \n citecolor=, \n pdfauthor={%a},\n pdftitle={%t},\n pdfkeywords={%k},\n pdfsubject={%d},\n pdfcreator={%c}, \n pdflang={%L}\n}\n"))
(use-package org-faces
:after org