Set default link colours in LaTeX hyperref
Set all links to blue, except citations which match the text
This commit is contained in:
parent
672029f8cb
commit
bf78e12957
2
init.el
2
init.el
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue