Closes #751: Allow production lists longer than a page in LaTeX by using longtable.

This commit is contained in:
Georg Brandl 2014-01-10 20:48:20 +01:00
parent 50209661df
commit c7cb629106
2 changed files with 6 additions and 2 deletions

View File

@ -21,6 +21,8 @@ Bugs fixed
resulted in "literal" being found on every page with a literal in the
title).
* #751: Allow production lists longer than a page in LaTeX by using longtable.
Documentation
-------------

View File

@ -238,9 +238,11 @@
\def\productioncont##1{\\& &\code{##1}}
\parindent=2em
\indent
\begin{tabular}{lcl}
\setlength{\LTpre}{0pt}
\setlength{\LTpost}{0pt}
\begin{longtable}[l]{lcl}
}{%
\end{tabular}
\end{longtable}
}
% Notices / Admonitions