3
votes
1answer
158 views

Turning underlines OFF in hyperref

How do I get rid of all underlines under links in hyperref? I am processing to DVI, not PDF (because I am using some PS-specific graphing which is non-functional in pdflatex). I am specifying ...
2
votes
1answer
577 views

How do I combine hyperref and classicthesis without errors using (dvi)latex.

I'm trying to get this document to work using the latex command. \documentclass{scrreprt} \usepackage[english]{babel} \usepackage{subfig} \usepackage{hyperref} \usepackage{classicthesis}% ...
3
votes
1answer
557 views

Hyperref link spanning two lines

in my tex source file I have a link like that: \href{http://en.wikipedia.org/wiki/Warm_dark_matter}{Warm Dark Matter} This link starts on one line and ends on the next line. The problem is that ...