When TeXifying files where I use teubner.sty, LaTeX complains
Runaway argument?
{\setcounter {verso}{##1}\def \writ@verso {\count 255=\value {verso}\divide \ETC
.
! File ended while scanning use of \@newenv.
Seems to be about line 998 in teubner.sty:
\newenvironment{Versi}[1][1]{% <-- there it is
\setcounter{verso}{#1}%
\def\writ@verso{%
\count255=\value{verso}\divide\count255by5\relax
...
A wizard of the most honorable order of Gnu might be able to see it at once: Is the bracket actually unclosed? Where do I have to insert the closing bracket? The macro seems to run from line 996 (\newif\ifBreakVersi
) to line 1045 (\let\Versus\Versi \let\endVersus\endVersi
).
}
more at the end of line 1009. You can fix it yourself in the code, waiting for the author to download a fixed version.