Discussion:
Linebreak and listoffigures
Klaus Dankwart
2007-03-14 07:04:36 UTC
Permalink
Hi,
in my latex document I use a lot of pictures from the internet which
have a long url.
In my listoffigures enviroment they are getting out of page and I don't
know how to insert a line break.

Does anyone know how to do that?

Thanks in advance
Klaus
--
Klaus Dankwart
Vorgebirgstr. 8 mobil: 0176 21938782
53111 Bonn Tel: 0228/2400690


------------------------ Yahoo! Groups Sponsor --------------------~-->
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/0It09A/bOaOAA/yQLSAA/dkFolB/TM
--------------------------------------------------------------------~->
dustin_vaselaar
2007-03-14 14:15:55 UTC
Permalink
Post by Klaus Dankwart
Hi,
in my latex document I use a lot of pictures from the internet which
have a long url.
In my listoffigures enviroment they are getting out of page and I don't
know how to insert a line break.
Does anyone know how to do that?
Thanks in advance
Klaus
--
Klaus Dankwart
Vorgebirgstr. 8 mobil: 0176 21938782
53111 Bonn Tel: 0228/2400690
If you use the hyperref package, some url line breaking functions are
included. Additionally, the breakurl package also does line breaking.

FYI: I've noticed some difference between the line breaking abilities
in pdflatex and latex. I'm not sure why, it could be because of the
packages I only use with each type.

-Dustin



------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/hOt0.A/lOaOAA/yQLSAA/dkFolB/TM
--------------------------------------------------------------------~->
Germán Riaño, Ph.D.
2007-03-15 13:57:27 UTC
Permalink
Use something like this in the preamble to get “breakable” URLs in both the
DVI and the PDF file:



\usepackage{ifpdf}

\ifpdf

\usepackage[breaklinks=true]{hyperref}

\else

\usepackage{hyperref}

\usepackage{breakurl}

\fi



Germán Riaño, Ph.D.

Ingeniería Industrial

Universidad de los Andes

Loading...