diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-07-28 21:52:14 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-07-28 21:52:14 +0000 |
| commit | 0d07ef208dcaf532bf3fec582bb74a77f7bd1a69 (patch) | |
| tree | 616c5a5bfe1a093ba6a75cbbd9917f86b995c650 /test/functional/input/data | |
| parent | b6d6f5c9f93b420a40336d49507aab4115633cfa (diff) | |
| download | docutils-0d07ef208dcaf532bf3fec582bb74a77f7bd1a69.tar.gz | |
Clear up and document patch [ 120 ].
The colwidths argument for <tgroup> violates the docutils.dtd.
As the "auto"/"given" tags may be ignored by the writers, they may be
stored as classes instead.
The default case (grid for tables, equal widths for ListTable and CSVTable
does not need/get a tag. This way, writers can decide whether to leave
column width determination to the backend when the class "colwidths-auto" is
set (opt-in) or by default (opt-out with "colwidths-given").
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7958 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/functional/input/data')
| -rw-r--r-- | test/functional/input/data/math.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/input/data/math.txt b/test/functional/input/data/math.txt index c296fddec..6966dab5e 100644 --- a/test/functional/input/data/math.txt +++ b/test/functional/input/data/math.txt @@ -49,6 +49,7 @@ physical system changes in time. Math-Accents: .. list-table:: :class: borderless + :widths: 26 26 26 * - :math:`\acute{a}` ``\acute{a}`` - :math:`\dot{t}` ``\dot{t}`` |
