Document Classeshyperref package

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
new_user
Posts: 1
Joined: Thu Jul 17, 2008 11:07 pm

hyperref package

Post by new_user »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

hyperref package

Post by Stefan Kottwitz »

Hi,

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}
Stefan
LaTeX.org admin
Post Reply