summaryrefslogtreecommitdiff
path: root/docutils/docs/dev/todo.txt
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-05-07 09:42:22 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2010-05-07 09:42:22 +0000
commitb2ce085324ff8e88ff664a274e4fb3738e686381 (patch)
treeacde77f6fb0974aae81f684223923d185193d81a /docutils/docs/dev/todo.txt
parenta7e51bd80609eceec4a54ef9ca312a047334e6ee (diff)
downloaddocutils-b2ce085324ff8e88ff664a274e4fb3738e686381.tar.gz
latex writer: Render inline markup in document title and subtitle
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6322 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev/todo.txt')
-rw-r--r--docutils/docs/dev/todo.txt24
1 files changed, 9 insertions, 15 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt
index de58bca9a..ad8c8bc1b 100644
--- a/docutils/docs/dev/todo.txt
+++ b/docutils/docs/dev/todo.txt
@@ -1084,7 +1084,7 @@ __ rst/alternatives.html#or-not-to-do
.. _itex: http://pear.math.pitt.edu/mathzilla/itex2mmlItex.html
.. _ASCIIMathML: http://www1.chapman.edu/~jipsen/mathml/asciimath.html
.. _Unicode Nearly Plain Text Encoding of Mathematics:
- http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf
+ http://www.unicode.org/notes/tn28/
@@ -2334,6 +2334,14 @@ Image and figure directives
Use `wrapfig` (or other recommended) package.
+* support more graphic formats (especially SVG, the only standard
+ vector format for HTML)
+
+ There is a `SWF package`_ at CTAN.
+
+.. _SWF package:
+ http://dante.ctan.org/tex-archive/macros/latex/contrib/flashmovie
+
Missing features
----------------
@@ -2362,20 +2370,6 @@ Missing features
Put in place of the to-be-implemented "citations" directive
(see `Footnote & Citation Gathering`_).
-* The latex writer ignores any inline markup in document titles and
- subtitles (but it respects it in section titles)::
-
- This is the *Title*
- ===================
-
- This is the *Subtitle*
- ----------------------
-
- This is a *section title*
- ~~~~~~~~~~~~~~~~~~~~~~~~~
-
- This is the document.
-
Unicode to LaTeX
````````````````