diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-09-25 18:51:01 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-09-25 18:51:01 +0000 |
| commit | 72afd4040e9523756dd5b5ded7118757d51795b3 (patch) | |
| tree | 5e54de170635e9e62dcaf3a22120bde74ed8eb86 /docutils/docs/dev | |
| parent | 7eda7d5dcc48ded5db174f44e8d7cd9a7b84bff3 (diff) | |
| download | docutils-72afd4040e9523756dd5b5ded7118757d51795b3.tar.gz | |
Documentation update.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6142 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 3995a6055..a42accdac 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -1761,6 +1761,13 @@ Unimplemented Transforms * _`Index Generation` +* _`Beautify` + + Convert quotes and dashes to typographically correct entities. + Sphinx does this with ``smartypants.py``. + + Use a generic version that replaces with Unicode chars and + let the writer replace these if required. HTML Writer =========== @@ -1939,6 +1946,8 @@ Configurable placement of figure and table floats e.g.: ``.. class:: place-here-if-possible place-top place-bottom`` + Maybe support both variants? + LaTeX constructs and packages instead of re-implementations ``````````````````````````````````````````````````````````` @@ -1960,12 +1969,13 @@ Which packages do we want to use? * footnotes - + document customization (links to how-to and packages) + + True footnotes with LaTeX auto-numbering (as option ``--latex-footnotes``) - + True footnotes with LaTeX auto-numbering? (as option?) + - attach footnote text to footnote-symobol node + - write \footnote{<footnote text>} + - consider cases where LaTeX does not support footnotes + (inside tables, headings, ...) - Might need adaption and a separate counter for symbol footnotes. - .. Quote: If the symbol you want is not one of the ones listed, you'll need to @@ -1978,6 +1988,8 @@ Which packages do we want to use? which would allow \symbolfootnote[10]{footnote} to have a club as its mark. + + document customization (links to how-to and packages) + .. Footnote packages: :footmisc: texlive-latex-extra |
