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
|
||||
title).
|
||||
|
||||
* #751: Allow production lists longer than a page in LaTeX by using longtable.
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user