Search found 2 matches

by kealist
Sat Sep 15, 2012 8:12 pm
Forum: General
Topic: Interlinear gloss with footnote
Replies: 1
Views: 2387

Interlinear gloss with footnote

I was able to resolve this with:

\documentclass[10pt,letterpaper]{book}
\input gloss
\begin{document}
\gloss Canis, natans per flumen,\footnotemark[1]
A-dog, swimming through a-river,
\unhbox\gline
\footnotetext[1]{blah}
\end{document}

I didn't realize footnotes didn't work in tables. Thanks for ...
by kealist
Sat Sep 15, 2012 7:12 pm
Forum: General
Topic: Interlinear gloss with footnote
Replies: 1
Views: 2387

Interlinear gloss with footnote

I am working with a Midnight Macro file gloss.tex
http://mirrors.ctan.org/macros/generic/midnight/gloss.tex

This allows you to have word by word glosses for linguistics:

\documentclass[10pt,letterpaper]{book}
\input gloss
\begin{document}
\gloss Canis, natans per flumen,
A-dog, swimming ...