Text Formatting ⇒ Links
Links
I have a crash here:
\usepackage[pdftex, pdfborderstyle={/S}]{hyperref}
\hypersetup{pdfborder={0 0 0}, citecolor=Black}
\hypersetup{pdfborder={0 0 1}, linkcolor=Black}
pdfborder is not working for both of them.
How can we let pdfborder to work well for both conditions?
Thank you all.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Links
pdfborderstyle={\S}
is wrong; I looked through the source and through some other forums, and tried this:\usepackage[pdftex, pdfborderstyle={/S/S}]{hyperref}
and that seemed to work.
You cannot set border thicknesses on different types of links independently, from what I can see.