summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-03-22 14:29:01 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-03-22 14:29:01 +0000
commit89b4e7e588417e7f52e432c32bd21bf7bfe16b13 (patch)
tree4a12236d781dc7d3e2a69a24e10f882e423bbf73 /docutils/docs/dev
parent3e6d3f9cb553b22586c7e1633623526d068d9aa7 (diff)
downloaddocutils-89b4e7e588417e7f52e432c32bd21bf7bfe16b13.tar.gz
Improve and test "compound" handling in LaTeX.
Test samples added to standard.txt allow inspection of the outcome of compound handling for all output formats. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8052 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/todo.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index d4d3787a7..2e51d4851 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -2349,6 +2349,14 @@ Bug fixes
* File names of included graphics (see also `grffile` package).
+* Paragraph following field-list or table in compound is indented.
+
+ This is a problem with the current DUfieldlist definition and with
+ the use of "longtable" for tables.
+ See `LaTeX constructs and packages instead of re-implementations`_ for
+ alternatives.
+
+
Generate clean and configurable LaTeX source
----------------------------------------------
@@ -2498,7 +2506,8 @@ Default layout
Overriding:
- * continue if the `compound paragraph`_ directive is used, or
+ * continue if the `compound paragraph`_ directive is used (as currently),
+ or
* force a new paragraph with an empty comment.
* Sidebar handling (environment with `framed`, `marginnote`, `wrapfig`,
@@ -2552,7 +2561,6 @@ Tables
* Add more classes or options, e.g. for
- + column width set by latex,
+ horizontal alignment and rules.
+ long table vs. tabular (see next item).