diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-09-13 21:19:23 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-09-13 21:19:23 +0000 |
| commit | dbff254be71fdc67e230fd58342813a21cce7e75 (patch) | |
| tree | 65a88173433ec7455c00272628419bff1b75a7f8 /docutils/docs/dev | |
| parent | ffa0ab6357c3009dfc8b6e10d091882799c43ba8 (diff) | |
| download | docutils-dbff254be71fdc67e230fd58342813a21cce7e75.tar.gz | |
Hyperlinked footnote marks and support for symbol footnotes
with ``--use-latex-footnotes``.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6127 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index a09aebb90..b23577384 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -544,6 +544,9 @@ General -- `Easy Slide Shows With reStructuredText & S5 <../user/slide-shows.html>`_ + Analogue to the ``sectnum_xform`` setting, it could be used by the + latex writer to switch to a LaTeX generated ToC (currently, the latex + writer calls it "use_latex_toc"). Documentation ============= @@ -1912,11 +1915,6 @@ Bug fixes * Too deeply nested lists fail: generate a warning and provide a workaround. -* Symbol footnotes fail with "use_latex_footnotes". - - For a possible fix see - http://help-csli.stanford.edu/tex/latex-footnotes.shtml - Generate clean and configurable LaTeX source ---------------------------------------------- @@ -1965,11 +1963,12 @@ Which packages do we want to use? * footnotes - + enable symbolic footnotes (parallel to numeric) - + document customization (links to how-to and packages) + + + True footnotes with LaTeX auto-numbering? (as option?) - + find out how to link and back-link to footnotes with `hyperref` + + Add back-links (analogue to the system message, but in the + \DUfootnotetext and \DUfootnotemark cmds). The `hyperref` manual says: |
