LyX ⇒ Add a gloss within a footnote
Add a gloss within a footnote
Does anyone know how to add a gloss inside a footnote?
I am using a Linguistics module for glosses.
Thanks!
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
Add a gloss within a footnote
Code: Select all
\documentclass{article}
\usepackage{gb4e}
\begin{document}
\begin{exe}
\ex
\gll Wenn jemand in die W\"uste zieht \ldots \\
If someone in the desert draws and lives \ldots \\
\trans `if one retreats to the desert and \ldots '
\end{exe}
Now as a footnote\footnote{%
\begin{exe}
\ex
\gll Wenn jemand in die W\"uste zieht \ldots \\
If someone in the desert draws and lives \ldots \\
\trans `if one retreats to the desert and \ldots '
\end{exe}
}
\end{document}
Regards
Nicola Talbot
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/