Using the verbatim environment inside an \enumsentence fails.
Here is a MWE:
\documentclass{article}
\usepackage{lingmacros}
\begin{document}
\enumsentence{
\begin{verbatim}
foo
\end{verbatim}
}
\end{document}
I can do a workaround using \texttt{ }, but then I have to escape a bunch
of funny characters and in general I'd prefer verbatim for this.
Any suggestions?
\cprotectseems to work without issue for this. – apexofservice Dec 08 '12 at 21:18