summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-06-26 20:43:51 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-06-26 20:43:51 +0000
commit9ef7d8e1be65d7296acf4343afe1699d99974815 (patch)
tree57a611379622800f4c2d3659dbe4e6269dda2f64 /docutils/docs/dev
parent81a31b4fa4d304c0852a899db09a36f2526a3dd7 (diff)
downloaddocutils-9ef7d8e1be65d7296acf4343afe1699d99974815.tar.gz
Better conformance to Docutils specifications with "use_latex_toc".
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5998 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/todo.txt25
1 files changed, 12 insertions, 13 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index 2ea4c7321..1706fdff5 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -1788,9 +1788,6 @@ HTML Writer
omitting ``<p>`` tags. List compacting would need to be done by
adjusting CSS margins instead.
-* Add support for _`multiple stylesheets`. See
- <http://thread.gmane.org/gmane.text.docutils.cvs/4336>.
-
* Idea for field-list rendering: hanging indent::
Field name (bold): First paragraph of field body begins
@@ -1824,7 +1821,8 @@ PEP/HTML Writer
* Remove the generic style information (duplicated from html4css1.css)
from pep.css to avoid redundancy.
- We need support for `multiple stylesheets`_ first, though.
+ Needs support for multiple stylesheets in the PEP writer
+ (is this inherited from HTML?).
S5/HTML Writer
@@ -2045,16 +2043,11 @@ Which packages do we want to use?
? (My preference is to default to use-latex-* whenever possible [GM])
-table of contents
-^^^^^^^^^^^^^^^^^
-
-* support non-numbered sections with use-latex-toc
- (now easy because of the \addtocontents lines)
-* use-latex-doc by default?
-
Default layout
--------------
+* use-latex-doc by default?
+
* Which `default font`__ should we use for the output?
Proposal: Use one of the Postscript default fonts supported by standard
@@ -2183,11 +2176,17 @@ Image and figure directives
Missing features
----------------
+* test and document selection of LaTeX fontsize.
+
+ Add font size in points to the document options, e.g.
+ ``--documentoptions=12``, use extsize or some other
+ package for values other than [10,11,12].
+
* support "figwidth" argument for figures.
As the 'figwidth' argument is still ignored and the "natural width" of
- a figure in LaTeX is 100% \textwidth, setting the 'align' argument has
- currently no effect on the LaTeX output.
+ a figure in LaTeX is 100 % of the text width, setting the 'align'
+ argument has currently no effect on the LaTeX output.
* better citation support