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 | 73fe6e8d434dcc7f26c5e7430b7a6ef1c5d55d64 (patch) | |
| tree | d063a73391b77eb05365bf59ad01d537660e2267 /docutils/test/functional/input/data/math.txt | |
| parent | 6984390d7c3a4049fcb49f6e50e9544d6317e81c (diff) | |
| download | docutils-73fe6e8d434dcc7f26c5e7430b7a6ef1c5d55d64.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@7958 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/data/math.txt')
| -rw-r--r-- | docutils/test/functional/input/data/math.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docutils/test/functional/input/data/math.txt b/docutils/test/functional/input/data/math.txt index c296fddec..6966dab5e 100644 --- a/docutils/test/functional/input/data/math.txt +++ b/docutils/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}`` |
