LyX ⇒ Hyper Link Borders
-
- Posts: 10
- Joined: Sat Apr 23, 2011 3:36 am
Hyper Link Borders
I hope I can get help, as I googled for 1 day but didn't figure out the following issue.
When I enter a hyperlink. It works fine. but it does the following two things;
1. Puts a blue box around my hyperlink
2. It also puts a red box around my Table of contents list.
How can i remove the boxes around.
Thanki you
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Hyper Link Borders
you could set it up this way in your document preamble:
Code: Select all
\hypersetup{
colorlinks=false,
pdfborder={0 0 0}
}
-
- Posts: 10
- Joined: Sat Apr 23, 2011 3:36 am
Re: Hyper Link Borders
That worked mate, Thankyou very much for your help