From 2b5e4cdc5100a7615ebb3d393be71e18c518fb03 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 3 Jan 2011 20:48:11 +0100 Subject: #565: In the LaTeX builder, not only literal blocks require different table handling, but also quite a few other list-like block elements. --- doc/markup/misc.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc/markup') diff --git a/doc/markup/misc.rst b/doc/markup/misc.rst index 6173589b..35d23b0d 100644 --- a/doc/markup/misc.rst +++ b/doc/markup/misc.rst @@ -124,9 +124,10 @@ following directive exists: .. warning:: - Tables that contain literal blocks cannot be set with ``tabulary``. They are - therefore set with the standard LaTeX ``tabular`` environment. Also, the - verbatim environment used for literal blocks only works in ``p{width}`` - columns, which means that by default, Sphinx generates such column specs for - such tables. Use the :rst:dir:`tabularcolumns` directive to get finer control - over such tables. + Tables that contain block-level elements such as object descriptions, literal + blocks, blockquotes or any kind of lists cannot be set with ``tabulary``. + They are therefore set with the standard LaTeX ``tabular`` environment. + Also, the verbatim environment used for literal blocks only works in + ``p{width}`` columns, which means that by default, Sphinx generates such + column specs for such tables. Use the :rst:dir:`tabularcolumns` directive to + get finer control over such tables. -- cgit v1.2.1