summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-09-16 19:18:00 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2009-09-16 19:18:00 +0000
commitac19006821297be407a12ae81658b857ffad859e (patch)
tree440e6896c414f9f5070222712613722572baecc3 /docutils/docs/dev
parente809fbf1a3a93eb28a4027466fb1cc8188741853 (diff)
downloaddocutils-ac19006821297be407a12ae81658b857ffad859e.tar.gz
Document font size configuration
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6131 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/todo.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index 7cf0d3adc..4b1d223f6 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -1989,7 +1989,7 @@ Which packages do we want to use?
references aren't trimmed.
.. Footnote packages:
-
+
:footmisc: texlive-latex-extra
:manyfoot: texlive-latex-extra
:bigfoot: texlive-latex-extra
@@ -2000,7 +2000,7 @@ Which packages do we want to use?
`Footnotes whose texts are identical
<http://www.tex.ac.uk/cgi-bin/texfaq2html?label=repfootnote>`__
-
+
* label per hand or use footmisc
`More than one sequence of footnotes
@@ -2123,6 +2123,7 @@ Tables
+ column width set by latex,
+ horizontal alignment and rules.
+ + long table vs. tabular (see next item).
* Use tabular instead of longtable for tables in legends or generally
inside a float?
@@ -2177,12 +2178,6 @@ 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
@@ -2236,6 +2231,8 @@ Ideas:
* scan "stylesheets" option and use ``utf8x`` if it contains ``ucs``
+ -1 prevents passing of options to the "ucs" package.
+
Front-End Tools
===============