I'm using the covingtonpackage to display glossed linguistic examples and it has been working terrifically so far. However, I ran into a problem when I tried to put an example in a footnote. I get the error message Paragraph ended before \towsent was complete. What is the problem here?
The example environment without gloss works fine in a footnote.
\documentclass{article}
\usepackage{covington}
\begin{document}
Some text.\footnote{This is commented with an example:
\begin{example}
\gll qaama l-qawm-u illaa zayd-an
stood.up DEF-people but zayd-ACC
\glt `Everyone stood up except for Zayd'
\glend
\end{example}
\begin{example}
This is an unglossed example.
\end{example}
}
\end{document}
bigfootpackage also. – jub0bs Apr 05 '14 at 14:47