diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-06-15 09:34:18 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-06-15 09:34:18 +0000 |
| commit | 8a16b9a6002cfbf3b390fd456cf34cc8fc509ab3 (patch) | |
| tree | 1f563c91f39c5d285008b0d3d525d4bcd8050a71 /docs | |
| parent | 3bd00ebc3c90b25869f5b4b548d53f15529fdd5c (diff) | |
| download | docutils-8a16b9a6002cfbf3b390fd456cf34cc8fc509ab3.tar.gz | |
Update LaTeX writer TODO items
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@5983 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/todo.txt | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt index ff5cdff83..4bae98a2e 100644 --- a/docs/dev/todo.txt +++ b/docs/dev/todo.txt @@ -1918,8 +1918,6 @@ 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 @@ -1927,6 +1925,8 @@ LaTeX macros for Docutils-specific objects :subtitle: Is there a native construct? +:section titles: Custom command or package `hypbmsec`? + :admonitions: optional "type" argument:: \providecommand{\DUadmonition}[2][]{% @@ -1945,21 +1945,27 @@ LaTeX macros for Docutils-specific objects Use a "type" argument also for ``\DUtopictitle``? (would allow red error etc.) +__ http://dante.ctan.org/CTAN/help/Catalogue/entries/pdfcomment.html -:section titles: Custom command or package `hypbmsec`? -* Configurable placement of figure and table floats. +Configurable placement of figure and table floats +````````````````````````````````````````````````` - Use ``\floatplacement`` from the `float` package: +* Use ``\floatplacement`` from the `float` package instead of + optional argument for the default. - The ``\floatplacement`` command resets the default placement specifier - of a class of floats. E.g., ``\floatplacement{figure}{tp}``. +* Default to ``\floatplacement{figure}{H}`` (here definitely). This + corresponds most closely to the source and HTML placement (principle of + least surprise). +* Special class argument like "placement-ht" to individually place figures? + :: + + placement-<optional arg> -> \figure[<optional arg>]{...} -__ http://dante.ctan.org/CTAN/help/Catalogue/entries/pdfcomment.html -LaTeX constructs and packages in stead of re-implementations -```````````````````````````````````````````````````````````` +LaTeX constructs and packages instead of re-implementations +``````````````````````````````````````````````````````````` Which packages do we want to use? @@ -2030,11 +2036,7 @@ Which packages do we want to use? --use-latex-footnotes --use-latex-citations - ? - -.. center subsection{Abstract} is not allowed - ``! LaTeX Error: Something's wrong--perhaps a missing \item.`` - Committed a HACK: centring by ``\hfill``. + ? (My preference is to default to use-latex-* whenever possible [GM]) table of contents @@ -2165,7 +2167,8 @@ Image and figure directives + Use this default also for LaTeX? - + Wrap text around figures/images with class argument "wrap" (or "float")? + + Wrap text around figures/images with class argument "wrap" + (like the odt writer)? Use `wrapfig` (or other recommended) package. @@ -2251,6 +2254,7 @@ Ideas: * scan "stylesheets" option and use ``utf8x`` if it contains ``ucs`` + Front-End Tools =============== |
