Hi, everybody,
Does anyone know how to add a gloss inside a footnote?
I am using a Linguistics module for glosses.
Thanks!
LyX ⇒ Add a gloss within a footnote
NEW: TikZ book now 40% off at Amazon.com for a short time.

Add a gloss within a footnote
Which linguistic package are you using? Here's an example that works fine with the gb4e package:
If that's not what you want, you'll have to provide a minimal working example.
Regards
Nicola Talbot
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
LaTeX Resources: http://www.dickimaw-books.com/latexresources.html
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/