Hi all,
I am using MikTex 2.7 with Win Edt 5.5.this is what it looks like ,a portion of it though.The error is in th hyperref package
\documentclass[12pt,letterpaper]{report}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{sectsty}
\usepackage[pdftex,final]{graphicx}
\usepackage{nmsudiss_javi}
\usepackage{graphicx}
\usepackage{epsfig}
\usepackage[pdftex,final]{graphicx}
\usepackage{subfigure}
\usepackage[bookmarksnumbered=true,linkbordercolor=true,citebordercolor=true]{hyperref}
\usepackage{cite}
\usepackage{latexsym}
\usepackage{epsf}
\usepackage[Bjarne]{fncychap}
\renewcommand{\floatpagefraction}{0.25}
\begin{document}
It says:package error:This color specification is not supported {hyperref} without package 'xcolor' in{hyperref} linkbordercolor=true.
I tried to update the package using the Miktex but could not.So I did a really foolish thing..I tried to uninstall hyperef and now it does not install and reports an error "Invalid Easy handle".I do not know what to do! pls hlp
Thanks
Document Classes ⇒ hyperref package
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
hyperref package
Hi,
linkbordercolor and citebordercolor are not just boolean values true or false, see hyperref manual.
This for example will work:
Stefan
linkbordercolor and citebordercolor are not just boolean values true or false, see hyperref manual.
This for example will work:
Code: Select all
\usepackage[bookmarksnumbered=true,linkbordercolor={1 0 0},citebordercolor={0 1 0}]{hyperref}
LaTeX.org admin