diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-05-28 13:36:40 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-05-28 13:36:40 +0000 |
| commit | 93d2885da876d992ebd0431f5632b5b9f4ce76ec (patch) | |
| tree | 5639b18536aea7a2ac7d37b76e469f3021bca493 /docutils | |
| parent | 42779ab4dbb4f85752a12ffdac62ddb9d1173b87 (diff) | |
| download | docutils-93d2885da876d992ebd0431f5632b5b9f4ce76ec.tar.gz | |
Notes on lists and tables.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5168 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/docs/user/latex.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docutils/docs/user/latex.txt b/docutils/docs/user/latex.txt index 095d743fa..d7b8b5fce 100644 --- a/docutils/docs/user/latex.txt +++ b/docutils/docs/user/latex.txt @@ -348,6 +348,13 @@ Problems Open to be fixed or open to discussion. +Lists +----- + +Definitions in definition lists start on the same line as the term. Putting +``\leavevmode`` after the term results in a new newline if the definition +starts with a item list or similar. + footnotes and citations ----------------------- @@ -397,6 +404,9 @@ Tables uses raggedright. - Ragged right fails on followup paragraphs as the vertical space would be missing. +* Use tabularx column type ``X`` and let latex decide width. +* csv-tables do not have a colwidth. + Notes ~~~~~ @@ -419,8 +429,6 @@ Miscellaneous * recognize LaTeX and replace by ``\LaTeX``. * Support embed-stylesheet. * Sidebar handling. -* Maybe add end of line after term in definition list. see - http://roundup.sf.net/doc-0.5/features.pdf * Pdfbookmark level 4 (and greater) does not work (might be settable but OTOH). * center subsection{Abstract} gives a LaTeX error here. ``! LaTeX Error: Something's wrong--perhaps a missing \item.`` |
