{footmisc} is a package for customizing the look of footnote symbols and footnote texts.
10
votes
3answers
382 views
Nested footnotes disrupts comma delineation of footnotes
A solution that resolves LaTeX's inability to properly number nested footnotes has the side effect of abolishing comma delination of sequential footnotes (a feature provided by the footmisc package), ...
7
votes
1answer
328 views
Why are all of my footnotes hyperlinked to the titlepage?
Problem
I have various footnotes, which are hyperlinked from the text to the bottom of their respective pages. When I click on the hyperlinks (in the main text), they always take me to the first page ...
10
votes
3answers
798 views
Footnote runs onto second page
I have a footnote that begins on one page but the text runs over onto the footnote section of the page afterwards. Any way to fix this? I'm using footmisc and the oneside book class.
4
votes
3answers
597 views
Incompatibility between footmisc-option multiple and hyperref
There is a question about nested footnotes with commas, which has some answers. Nested footnotes can be properly numbered, and they can be properly hyperlinked. Remaining problem: Hyperlinked ...
12
votes
2answers
1k views
Why is my footnote “glued” to the text?
This is the document:
\documentclass[12pt]{article}
\usepackage[top=3in, bottom=3in, left=3in, right=3in]{geometry}
\usepackage{lipsum}
\interlinepenalty=10000
\begin{document}
This is first short ...
8
votes
2answers
397 views
footnotes - on the bottom except on last page of chapter
My school requires that dissertations follow a set of sometimes odd formatting requirements. We have a latex class file which does a reasonable job at bringing documents into compliance with their ...
6
votes
1answer
267 views
hspace except at the beginning of a line
I am using the footmisc package:
\usepackage[perpage,para]{footmisc}
Every time I make a footnote, I use my own podnote command:
\newcommand{\podnote}[1]{\footnote{\hspace{-1ex}#1}}
However, I ...
4
votes
1answer
235 views
multiple footnotes using footmisc within author/thanks context
I'm working on a paper with a large list of authors, hence I've switched to numeric author indices as illustrated at http://www.latex-community.org/viewtopic.php?f=5&t=1517&view=next . Now I ...