Document Classes ⇒ hyperref package
hyperref package
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
hyperref package
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}