diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-06-04 10:09:57 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-06-04 10:09:57 +0000 |
| commit | 67137200f05caae7b7940b61bbd5247db0edcdb9 (patch) | |
| tree | 938bd54fde9c3e6195d3e54af2cebf4910dd2fee /docutils/docs/dev | |
| parent | 8e4919adc623cf4c4445c18f68e8d81fe824a7e9 (diff) | |
| download | docutils-67137200f05caae7b7940b61bbd5247db0edcdb9.tar.gz | |
latex2e writer bugfixes:
Newlines around comments, targets and references prevent run-together
paragraphs.
Fixed missing and spurious internal links/targets.
Verbose and linked system messages.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5969 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 9b0191488..ff5cdff83 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -1918,6 +1918,8 @@ Bug fixes Generate clean and configurable LaTeX source ---------------------------------------------- +* fix newlines (before \DUadmonition, non in depart_list_item(), ...) + * Check the generated source with package `nag`. LaTeX macros for Docutils-specific objects @@ -1943,6 +1945,9 @@ LaTeX macros for Docutils-specific objects Use a "type" argument also for ``\DUtopictitle``? (would allow red error etc.) + +:section titles: Custom command or package `hypbmsec`? + * Configurable placement of figure and table floats. Use ``\floatplacement`` from the `float` package: @@ -2176,10 +2181,6 @@ Missing features * better citation support -* Document errors are also too silent. (Use admonition/error?) - - No link to system errors. - * Meta keywords into PDF ? * Multiple author entries in docinfo (same thing as in html). |
