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!
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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