General ⇒ Formatting of footnotes
-
- Posts: 9
- Joined: Mon Mar 10, 2008 7:23 pm
Formatting of footnotes
Thanks already...
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
Formatting of footnotes
-
- Posts: 9
- Joined: Mon Mar 10, 2008 7:23 pm
Re: Formatting of footnotes
-
- Posts: 6
- Joined: Fri Oct 26, 2007 12:46 pm
Formatting of footnotes
This is a nice hint and I tried it to solve a different bunch of problems, but it introduces a new one. The footmisc package doesn't doesn't split long URLs that are wider than the page. I tried the standard trick of adding white space inside \url{} but it didn't work. A standard footnote does correctly split the URL with or without added white space.gmedina wrote:The footmisc package could be useful. Refer to the documentation.
I used it like this:
\usepackage[perpage,para,symbol*]{footmisc}
and the place footmisc failed to split the URL was:
\footnote{\url{http://www.realclimate.org/index.php/archives/2008/05/how-to-cook-a-graph-in-three-easy-lessons/}}
Any ideas?
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Formatting of footnotes
Code: Select all
\usepackage[breaklinks=true]{hyperref}
Formatting of footnotes
This is interesting for me too. Either
Code: Select all
\usepackage[breaklinks=true]{hyperref}
Code: Select all
\usepackage{breakurl}
Code: Select all
\burl{http://www.realclimate.org/index.php/archives/2008/05/how-to-cook-a-graph-in-three-easy-lessons/}
May be, I need to set driver somehow otherwise?
Code: Select all
\ifx\pdfoutput\undefined
\usepackage[unicode,dvips]{hyperref}
\else
\usepackage[bookmarks=true,bookmarksopen=true,bookmarksnumbered=true,
backref=true,pagebackref,hyperfigures=true,hyperfootnotes=true,unicode,
pdfstartview=Fit,pdfpagemode=UseOutlines,
colorlinks,linkcolor=red165,citecolor=green102,urlcolor=blue153]{hyperref}
\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}} % Автоматически именует плавающие объекты и заголовки (по умолчанию пишет "Figure" и т.д.)
\fi
Избегайте попадания курсора на «ссылки» с двойным подчёркиванием — это ВСПЛЫВАЮЩАЯ РЕКЛАМА!!!