GeneralHyperref and bibliograpy wont work together

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
tweeg
Posts: 22
Joined: Tue Jun 24, 2008 5:12 pm

Hyperref and bibliograpy wont work together

Post by tweeg »

Heya folks, i got a latex report right now and i have a very annoying error.

Im using hyperref to make my links clickable and stuff. And as long as i use \bibliographystyle{plain} its no problem. But as soon as i start using other .bib style i get problems.

I always get this error: <argument) \hy@pstringuri

These are my hyperref settings:
\usepackage[colorlinks=true,pagebackref,hyperindex]{hyperref}
\hypersetup{linkcolor=blue, urlcolor=blue, colorlinks=true}

Anyone know what the problem is ?

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: Hyperref and bibliograpy wont work together

Post by Stefan Kottwitz »

Hi tweeg,

which other bibliography style is causing this problem?
The best would be if you post a minimal working example showing the problem.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Hyperref and bibliograpy wont work together

Post by localghost »

Error messages always specify the line where the error occurs. Provide a minimal working example (MWE) and the resulting log file here as attachment. Insert as first line in the code of that MWE the \listfiles command to see what version of hyperref you are using. Perhaps a simple upgrade of this package will do the trick.


Best regards
Thorsten¹
Post Reply