Generalfootnote inside a footnote

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
heinrich
Posts: 2
Joined: Sat Dec 20, 2008 11:00 am

footnote inside a footnote

Post by heinrich »

hi there,

for some reason i need to set a footnote inside a footnote. can anyone help me out?

thx

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

Re: footnote inside a footnote

Post by localghost »

Describe the problem more precisely.


Best regards and welcome to the board
Thorsten¹
heinrich
Posts: 2
Joined: Sat Dec 20, 2008 11:00 am

footnote inside a footnote

Post by heinrich »

to write it in pseudo code my problem looks like this:

\footnote{texttexttexttexttexttexttext.....text\footnote ......texttexttext}

what i really want is to set a footnote inside the footnote command creating another footnote outside continuing the regular footnote numeration
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

footnote inside a footnote

Post by phi »

Try this:

Code: Select all

A\footnote{B\footnotemark C}\footnotetext{D}
Post Reply