Discussion:
Colour of hyperlinks.
Guillaume Yziquel
2009-10-31 03:58:52 UTC
Permalink
Hi.

I'm just finishing up a document, and I'm now focusing on hyperrefs,
urls, and the like.

Now, when I make URI hyperrefs, the colour is an ugly pink (well not so
ugly, by the way). Is there a way to change the colour of the link.
Couldn't find how to do it...

All the best,
--
Guillaume Yziquel
http://yziquel.homelinux.org/
Waluyo Adi Siswanto
2009-10-31 04:23:33 UTC
Permalink
Have you tried to write additional commands in Hyperref dialog
(Document>Settings>PDF Properties):

linkcolor=blue,citecolor=blue,urlcolor=blue

It works in book Koma-script

WAS
Hi.
I'm just finishing up a document, and I'm now focusing on hyperrefs, urls,
and the like.
Now, when I make URI hyperrefs, the colour is an ugly pink (well not so
ugly, by the way). Is there a way to change the colour of the link. Couldn't
find how to do it...
All the best,
--
    Guillaume Yziquel
http://yziquel.homelinux.org/
M-L
2009-10-31 07:26:13 UTC
Permalink
On Sat, 31 Oct 2009 04:58:52 +0100 Guillaume Yziquel
Post by Guillaume Yziquel
Hi.
I'm just finishing up a document, and I'm now focusing on hyperrefs,
urls, and the like.
Now, when I make URI hyperrefs, the colour is an ugly pink (well not
so ugly, by the way). Is there a way to change the colour of the link.
Couldn't find how to do it...
All the best,
This might help:

In preamble:

\usepackage{hyperref}
\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue}

Charlie
--
Registered Linux User:- 329524
***********************************************
I put a piece of paper under my pillow, and when I could not sleep I
wrote in the dark. .......................................Henry David
Thoreau

***********************************************
Debian GNU/Linux - just the best way to create magic
_______________________________________________
Guillaume Yziquel
2009-10-31 18:24:14 UTC
Permalink
Post by M-L
On Sat, 31 Oct 2009 04:58:52 +0100 Guillaume Yziquel
Post by Guillaume Yziquel
Hi.
I'm just finishing up a document, and I'm now focusing on hyperrefs,
urls, and the like.
Now, when I make URI hyperrefs, the colour is an ugly pink (well not
so ugly, by the way). Is there a way to change the colour of the link.
Couldn't find how to do it...
All the best,
\usepackage{hyperref}
\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue}
Charlie
Thanks. It worked perfectly.

I instead used
Post by M-L
\usepackage{xcolor}
\hypersetup{colorlinks=true,urlcolor={brown!100!orange!75!black!100}}
It doesn't seem that \usepackage{hyperref} is necessary in the preamble.

By the way, I just ported my CV from OpenOffice to Lyx, and I'm really
amazed by the way you can get precise layout control using tables. It's
a bit a pain to do it this way, but not that much, and I more and more
fail to perceive the added value of software such as OpenOffice / MS Word.

The only thing that I found to be a real pain is using Libertine /
Biolinum fonts. Haven't figured out yet how to do it.
--
Guillaume Yziquel
http://yziquel.homelinux.org/
Continue reading on narkive:
Loading...