http://mirrors.ctan.org/macros/generic/ ... /gloss.tex
This allows you to have word by word glosses for linguistics:
Code: Select all
\documentclass[10pt,letterpaper]{book}
\input gloss
\begin{document}
\gloss Canis, natans per flumen,
A-dog, swimming through a-river,
\unhbox\gline
\end{document}
Code: Select all
\documentclass[10pt,letterpaper]{book}
\input gloss
\begin{document}
\gloss Canis, natans per flumen,\footnote{blah}
A-dog, swimming through a-river,
\unhbox\gline
\end{document}
I am using MikTex - Texworks