dustin_vaselaar
2006-12-22 19:28:31 UTC
Hello,
I am having an issue with using hyperref in a bibliography. I have a
reference that uses a url with an underscore character, '_', if I
compile the document using pdflatex, the url link breaks properly fits
into the page margins. However, if I use plain latex and output a DVI
file, the url link breaks right after the '_' character.
I am using the following setting for my hyperref setup:
\ifpdf
\usepackage[pdftex,hyperindex=true,backref=page,colorlinks=true,linkcolor=CustomBlue,breaklinks=true]{hyperref}
\else
\usepackage[dvips,hyperindex=true,backref=page,colorlinks=true,linkcolor=CustomBlue,breaklinks=true]{hyperref}
\fi
Any thoughts or suggestions?
-Dustin
I am having an issue with using hyperref in a bibliography. I have a
reference that uses a url with an underscore character, '_', if I
compile the document using pdflatex, the url link breaks properly fits
into the page margins. However, if I use plain latex and output a DVI
file, the url link breaks right after the '_' character.
I am using the following setting for my hyperref setup:
\ifpdf
\usepackage[pdftex,hyperindex=true,backref=page,colorlinks=true,linkcolor=CustomBlue,breaklinks=true]{hyperref}
\else
\usepackage[dvips,hyperindex=true,backref=page,colorlinks=true,linkcolor=CustomBlue,breaklinks=true]{hyperref}
\fi
Any thoughts or suggestions?
-Dustin