diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-09-13 10:29:51 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-09-13 10:29:51 +0000 |
| commit | 04f16a0eb45de1139f07ff1d73a8e73348740a29 (patch) | |
| tree | 140c458c4cc9c289fa1ae47a782aec20d0de6e4b /docutils/docs/user | |
| parent | da7950ced2a555875dcb4c59c789992c74968be2 (diff) | |
| download | docutils-04f16a0eb45de1139f07ff1d73a8e73348740a29.tar.gz | |
Documentation fix [bug#454].
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9124 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
| -rw-r--r-- | docutils/docs/user/config.txt | 2 | ||||
| -rw-r--r-- | docutils/docs/user/latex.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt index 5ce830d58..b9c574eba 100644 --- a/docutils/docs/user/config.txt +++ b/docutils/docs/user/config.txt @@ -1232,7 +1232,7 @@ See also `table_style [latex writers]`_. The default CSS sylesheets define: borderless - Remove all borders. + No borders around table cells. align-left, align-center, align-right Align table as indicated. diff --git a/docutils/docs/user/latex.txt b/docutils/docs/user/latex.txt index b78755de5..01d0d42ac 100644 --- a/docutils/docs/user/latex.txt +++ b/docutils/docs/user/latex.txt @@ -1644,7 +1644,7 @@ booktabs A line above and below the table and one after the head. borderless - No borders. + No borders around table cells. colwidths-auto Column width determination by LaTeX. |
