Code: Select all
\usepackage[colorlinks=false]{hyperref}
Can anyone help?
Code: Select all
\usepackage[colorlinks=false]{hyperref}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\usepackage[hidelinks]{hyperref}
C:\Program Files\MiKTeX 2.8\tex\latex\hyperref\hyperref.sty(3528): Error: Package keyval Error: hidelinks undefined.
That's absolutely clear to me. Get the latest version of the package by update of your TeX distribution. Get used to keeping your TeX distribution including its installed packages up to date. Will spare you a lot of trouble.psionman wrote:[…] I want to remove the ref boxes for screen viewings based on acrobat (my users complain :? ) even when it's embedded in (say) Chrome. […]
May be you are looking for \eqref*{} or \ref*{}?psionman wrote:I am using the hyperref package, but when viewed with acrobat the hyperlinks appear in red boxes. I havein my preamble. According to the hyperref wiki page the default for colorlinks is false, but I cannot get rid of themCode: Select all
\usepackage[colorlinks=false]{hyperref}
Can anyone help?
NEW: TikZ book now 40% off at Amazon.com for a short time.