General ⇒ Formatting of footnotes
-
- Posts: 9
- Joined: Mon Mar 10, 2008 7:23 pm
Formatting of footnotes
Thanks already...
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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: 10324
- 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
Избегайте попадания курсора на «ссылки» с двойным подчёркиванием — это ВСПЛЫВАЮЩАЯ РЕКЛАМА!!!