SOP
2006-02-28 10:58:00 UTC
Hi guys!
I have been searching for a way to remove the boxes that appear around
links when I compile using pdfLaTeX. I have tried the hyperref package,
but it doesn't seem to work with pdfLaTeX, only with pdfTeX.
When I try to compile my TeX-file with pdfLaTeX I get an error message
saying:
! LaTeX Error: Option clash for package hyperref.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
The package hyperref has already been loaded with options:
[]
There has now been an attempt to load it with options
[colorlinks]
Adding the global options:
,colorlinks
to your \documentclass declaration may fix this.
I'm also using the following packages:
\documentclass[a4paper,titlepage, 12pt]{article}
\usepackage[swedish]{babel}
\usepackage[latin1]{inputenc}
\usepackage{amssymb, amsmath, amsfonts, verbatim, fancyhdr, graphicx,
fancybox}
\usepackage{latexsym, subfigure, float, here, url}
\usepackage{rotating}
\usepackage{hvfloat}
\usepackage[font=small, labelfont=bf]{caption}
Any help would be apreciated!
Cheers!
//SOP
I have been searching for a way to remove the boxes that appear around
links when I compile using pdfLaTeX. I have tried the hyperref package,
but it doesn't seem to work with pdfLaTeX, only with pdfTeX.
When I try to compile my TeX-file with pdfLaTeX I get an error message
saying:
! LaTeX Error: Option clash for package hyperref.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
The package hyperref has already been loaded with options:
[]
There has now been an attempt to load it with options
[colorlinks]
Adding the global options:
,colorlinks
to your \documentclass declaration may fix this.
I'm also using the following packages:
\documentclass[a4paper,titlepage, 12pt]{article}
\usepackage[swedish]{babel}
\usepackage[latin1]{inputenc}
\usepackage{amssymb, amsmath, amsfonts, verbatim, fancyhdr, graphicx,
fancybox}
\usepackage{latexsym, subfigure, float, here, url}
\usepackage{rotating}
\usepackage{hvfloat}
\usepackage[font=small, labelfont=bf]{caption}
Any help would be apreciated!
Cheers!
//SOP