Hi
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.
Text Formatting ⇒ Links
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Links
I'm pretty sure
and that seemed to work.
You cannot set border thicknesses on different types of links independently, from what I can see.
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.