Text FormattingURLs too long

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
latexforever
Posts: 120
Joined: Fri Nov 14, 2008 9:40 pm

URLs too long

Post by latexforever »

Hello,

I am using llncs class of Springer for special document publishing. However, I'm encountering an issue related to my BibTeX bibliography: as I am using long URLs, they get out of the document.

If you want to throw a glance, here is the link: http://www.student.montefiore.ulg.ac.be ... ket-PC.pdf. (Bibliography is located p. 6 of this document.)

Edit: I have evidently tried

Code: Select all

\usepackage{url}

%% Define a new 'leo' style for the package that will use a smaller font.
\makeatletter
\def\url@leostyle{%
  \@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\small\ttfamily}}}
\makeatother
%% Now actually use the newly defined style.
\urlstyle{leo}
, but it seems not working.

Any help is much appreciated.

Thanks.

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

URLs too long

Post by localghost »

Use either breakurl or url.


Best regards
Thorsten¹
latexforever
Posts: 120
Joined: Fri Nov 14, 2008 9:40 pm

Re: URLs too long

Post by latexforever »

Thanks. It now works.
Post Reply