diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-09-03 15:09:54 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-09-03 15:09:54 +0000 |
| commit | 26e76fcff3ac9630de3693d7ef6178005c40b850 (patch) | |
| tree | 65f1edbd0e9b9c5e4071936ef27beb1ee3ef1b49 /docs/dev | |
| parent | 2c08f79119f877f3e92dfa80d392fc25b3233118 (diff) | |
| download | docutils-26e76fcff3ac9630de3693d7ef6178005c40b850.tar.gz | |
Render doctest blocks as literal blocks (fixes [ 1586058 ]).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6115 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/todo.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt index 8d3b72931..a09aebb90 100644 --- a/docs/dev/todo.txt +++ b/docs/dev/todo.txt @@ -1242,8 +1242,6 @@ when used in a document. - _`misc.include`: - - Option to select a range of lines? - - Option to label lines? - How about an environment variable, say RSTINCLUDEPATH or @@ -2023,8 +2021,8 @@ Which packages do we want to use? `Footnotes in LaTeX section headings <http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ftnsect>`__ - * Take advantage of the fact that the mandatory argument doesn\u2019t - \u2018move\u2019 if the optional argument is present:: + * Take advantage of the fact that the mandatory argument doesn't + move if the optional argument is present:: \section[title] {title\footnote{title ftnt}} @@ -2038,7 +2036,6 @@ Which packages do we want to use? * perpage provides a general mechanism for resetting counters per page * footmisc provides a package option perpage - * enumeration environment, field list use `mdwlist` from texlive-latex-recommended? @@ -2046,6 +2043,7 @@ Which packages do we want to use? * ``--use-latex-when-possible`` »super option« that would set the following:: + --no-section-numbering --use-latex-toc --use-latex-docinfo --use-latex-abstract @@ -2082,8 +2080,6 @@ Default layout * continue if the `compound paragraph`_ directive is used, or * force a new paragraph with an empty comment. -* Indent/handle doctest blocks similar to literal blocks? - * Sidebar handling (environment with `framed`, `marginnote`, `wrapfig`, ...)? |
