LyX ⇒ Footnote minipage
Footnote minipage
I need to arrange texts besides of graphics which works quite fine. But I also need to set footnotes - but at the bottom of the page and not at the bottom of/within the minipage/box.
Is this somehow doable?
Thank you in advance a lot!
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Footnote minipage
I use LaTeX, not LyX as frontend, so I did not answer yet. I would use the commands
\footnotemark
and \footnotetext
for placing normal footnotes in a minipage. There should be an equivalent in LyX.However, instead of a
minipage
, you could use \parbox
or a tabular
environment for placing text besides graphics.Stefan
Footnote minipage
thank you! I'll try that and report soon

Kind regards