mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Closes #751: Allow production lists longer than a page in LaTeX by using longtable.
This commit is contained in:
parent
50209661df
commit
c7cb629106
2
CHANGES
2
CHANGES
@ -21,6 +21,8 @@ Bugs fixed
|
|||||||
resulted in "literal" being found on every page with a literal in the
|
resulted in "literal" being found on every page with a literal in the
|
||||||
title).
|
title).
|
||||||
|
|
||||||
|
* #751: Allow production lists longer than a page in LaTeX by using longtable.
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -238,9 +238,11 @@
|
|||||||
\def\productioncont##1{\\& &\code{##1}}
|
\def\productioncont##1{\\& &\code{##1}}
|
||||||
\parindent=2em
|
\parindent=2em
|
||||||
\indent
|
\indent
|
||||||
\begin{tabular}{lcl}
|
\setlength{\LTpre}{0pt}
|
||||||
|
\setlength{\LTpost}{0pt}
|
||||||
|
\begin{longtable}[l]{lcl}
|
||||||
}{%
|
}{%
|
||||||
\end{tabular}
|
\end{longtable}
|
||||||
}
|
}
|
||||||
|
|
||||||
% Notices / Admonitions
|
% Notices / Admonitions
|
||||||
|
Loading…
Reference in New Issue
Block a user