Sujet : Re: Link in LaTeX
De : dieterhansbritz (at) *nospam* gmail.com (db)
Groupes : comp.text.texDate : 30. Mar 2024, 15:44:07
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uu98fn$1205k$1@dont-email.me>
References : 1 2 3 4
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Tue, 26 Mar 2024 11:36:15 +0100, Ulrich D i e z wrote:
db schrieb:
Great, thanks. Now, how to make the text "Link to PDF"
look like a link, e.g. colour it blue?
Now, how about looking into the fine manual of the hyperref package?
Ulrich
I did that. The last two package calls in the
preamblre are
\usepackage{hyperref}
\hypersetup{colorlinks,urlcolor=blue}
and in the text, I have
\href{
http://www.dieterbritz.dk/bla.pdf}{bla.pdf}.
This works, the link is blue.
But the document also has a table of contents, and
it is rendered all red. I can't find anything in that
manual, nor in hycolor.pdf, on the contents' colour.
How do I suppress that, so that it comes out black?