Search found 2 matches

by user001
Wed Dec 21, 2011 5:10 am
Forum: Page Layout
Topic: Nested footnotes
Replies: 3
Views: 3510

Nested footnotes

Sorry, in the interest of posting a succinct MWE, I realize now that I made it too simple.

If you add a second footnote mark as below, the numbering won't work without the posted solution:


\begin{document}
This text has a footnote\footnote%
{Which contains two sub-footnote\footnotemark ...
by user001
Mon Dec 19, 2011 10:37 am
Forum: Page Layout
Topic: Nested footnotes
Replies: 3
Views: 3510

Nested footnotes

Hallo. I had an issue with correct numbering of nested footnotes in LaTeX, such as shown below:
footnote_misnumbering.png
This issue was resolved , but only in a manner which conflicted with the hyperref package. This conflict is shown in the below examples.

First is the desired pdflatex output ...