diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-05-29 20:56:50 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-05-29 20:56:50 +0000 |
| commit | 72deda737e52f4078f786957723e0bcd7cf45799 (patch) | |
| tree | da4132b2ee2fe4c369a566f9e25cdd0b7601428e /docutils/docs/dev | |
| parent | 6173527cf47540b19ed22c02a040d8273ac30d9b (diff) | |
| download | docutils-72deda737e52f4078f786957723e0bcd7cf45799.tar.gz | |
write length unit ``pt`` as ``bp`` in LaTeX
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5966 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index a59a995f7..41b16dce4 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -1946,9 +1946,12 @@ LaTeX macros for Docutils-specific objects Use a "type" argument also for ``\DUtopictitle``? (would allow red error etc.) -* Placement of figure and table floats with a new - ``\DUfloatplacement`` parameter (default ``htbp``) - (does not expand inside the optional arg of figure). +* Configurable placement of figure and table floats. + + Use ``\floatplacement`` from the `float` package: + + The ``\floatplacement`` command resets the default placement specifier + of a class of floats. E.g., ``\floatplacement{figure}{tp}``. __ http://dante.ctan.org/CTAN/help/Catalogue/entries/pdfcomment.html @@ -2197,6 +2200,15 @@ Missing features Put in place of the to-be-implemented "citations" directive (see `Footnote & Citation Gathering`_). +* Provide a ``--default-dpi`` (or better named) option to set the size of a + pixel (lenght unit px)? + + You can do this already with:: + + \pdfpxdimen=1in % 1 DPI + \divide\pdfpxdimen by 92 % 92 DPI + + in a style sheet. So which should take precedence (or just leave it)? template file ````````````` |
