diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-10-28 07:03:30 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-10-28 07:03:30 +0000 |
| commit | 331edb3e115226903c6db700f705128a2c05af00 (patch) | |
| tree | 093d14e2fdde00ea04ba19df9e550c65946ca0e7 /docutils/test/functional/input | |
| parent | f38e31debfad49d5a45df14673ad2c23a30b36ff (diff) | |
| download | docutils-331edb3e115226903c6db700f705128a2c05af00.tar.gz | |
LaTeX writer tests: functional test stub for nested tables.
Cf. patch #175.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8570 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input')
| -rw-r--r-- | docutils/test/functional/input/latex_cornercases.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docutils/test/functional/input/latex_cornercases.txt b/docutils/test/functional/input/latex_cornercases.txt index ebb3d4d8d..311a8d2ab 100644 --- a/docutils/test/functional/input/latex_cornercases.txt +++ b/docutils/test/functional/input/latex_cornercases.txt @@ -136,3 +136,32 @@ LaTeX writer needs bookkeeping to write out the required number of extra +-------+----+ | 31 | 32 | +-------+----+ + +Nested tables +------------- + +TODO: +Set alignment of nested tables without creating too much vertical space. + ++-----------------------------------------+-----------------+ +| Lorem ipsum dolor sit amet, consectetur | adipisicing elit| ++-----------------------------------------+-----------------+ +| .. table:: | cell 1, 2 | +| :align: right | | +| | | +| +-----+-----+ | | +| | 1 | 2 | | | +| +-----+-----+ | | ++-----------------------------------------+-----------------+ +| .. table:: | cell 2, 2 | +| :align: right | | +| | | +| +-----+-----+ | | +| | 1 | 2 | | | +| +-----+-----+ | | +| | | +| definition: | | +| list | | ++-----------------------------------------+-----------------+ +| | cell 3, 2 | ++-----------------------------------------+-----------------+ |
