Contents
How to change the color of hyperref link colors?
A MWE is below. citecolor is set to gray. For the table of contents link colors, linkcolor is set to green before the ableofcontents command. Similarly for the list of figures, linkcolor is set to red before the \\listoffigures command.
How to make all links invisible in hyperref?
The effect I wanted to achieve was to remove boxes around links and leave all links text color except actual URLs, so when I used this command I also had urlcolor=blue in the options, but that was not needed to reproduce the error. But the following line did work, in that all links but URLs were invisible:
How is the box appearance controlled in hyperref?
Box appearance (specifically, width of PDF link border) is controlled by the pdfborder option. If the colorlinks option is set, boxes are deactivated (see the hyperref manual for more information). Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question.
What’s the best way to load xcolor in hyperref?
(I’m using MiKTeX-pdfTeX 2.9.6959 (1.40.20) (MiKTeX 2.9.6960) on Windows 10) From advice received, it seems the thing to do is either remove the boxes by setting their linewidth to zero (which is the most efficient solution), which I would never have thought of, or load the xcolor package before loading hyperref.
How to change the color of the hyperlink underline?
How to change the colors of the hyperlink underline and anchor text ¶. To change the underline color, first of all, you need to remove it with the “none” value of the text-decoration property and set the “none” value, then add the border-bottom property with the width (in this case, used as a hyperlink underline width) and border-style (solid,
How to set the color of a link?
However I cannot seem to find any way to set arbitrary colors for linkcolor, citecolor, filecolor or urlcolor (e.g. gray50, {0 0 1} or something else).