diff options
| author | Georg Brandl <georg@python.org> | 2011-01-03 20:48:11 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-03 20:48:11 +0100 |
| commit | 2b5e4cdc5100a7615ebb3d393be71e18c518fb03 (patch) | |
| tree | f907fdb21a639cb4166814e5293fd69d84dd4599 /doc/markup/misc.rst | |
| parent | c5ca058d2e384b199d5571126c6b798c5a185557 (diff) | |
| download | sphinx-2b5e4cdc5100a7615ebb3d393be71e18c518fb03.tar.gz | |
#565: In the LaTeX builder, not only literal blocks require different table handling, but also quite a few other list-like block elements.
Diffstat (limited to 'doc/markup/misc.rst')
| -rw-r--r-- | doc/markup/misc.rst | 13 |
1 files changed, 7 insertions, 6 deletions
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. |
