summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 08:08:59 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-11-29 08:08:59 +0000
commite9f16683f26f5c7c71f01a9f02c15d269fc67606 (patch)
tree6b1a65b8bb0f3193ff295dd07a6684f8478e4a60
parent91ee26d3323f75ec31b33cae14f7fc7aece72aa0 (diff)
Added TODO for math branch notes.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1110 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 000000000..fd2a04ade
--- /dev/null
+++ b/TODO
@@ -0,0 +1,12 @@
+- Split TeX block into Math and TeX
+- in markdown reader, use one or the other depending on type
+- in HTML writer (etc.), ignore TeX blocks, print Math blocks verbatim.
+- detect .htex output extension; use html writer with --gladtex option
+- new options:
+ --gladtex -- put math btw tags <EQ> </EQ>
+ (put these in directory with name based on html file)
+ --mimetex OPT -- <img src="/cgi-bin/mimetex.cgi?f(x)=\int_{-\infty}^xe^{-t^2}dt" alt="" border=0 align=middle>
+ OPT specifies path to mimetex.cgi?, defaults to /cgi-bin/mimetex.cgi
+- document this
+
+