Tagged Questions
14
votes
1answer
342 views
Having all links underlined with dotted line
so I'm trying to figure out how to have all links underlined with a dotted line. The furthest I got with this and this is:
\documentclass{article}
\usepackage{xcolor,soul,lipsum}
...
12
votes
1answer
892 views
Underlined links with hyperref possible?
How can I have underlined links with hyperref?
That means how to configure hyperref not to change the color of the printout but use underlined active links which are completely transparent in print.
...