Updated web demos to include --mathml.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1917 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
2250ca701d
commit
35be1e2777
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ click on the name of the output file:
|
|||
17. TeX math in HTML:
|
||||
|
||||
@ pandoc @@math.text@@ -s -o @@mathDefault.html@@
|
||||
@ pandoc @@math.text@@ -s -m -o @@mathAsciimathml.html@@
|
||||
@ pandoc @@math.text@@ -s --mathml -o @@mathMathML.html@@
|
||||
@ pandoc @@math.text@@ -s -m -o @@mathLaTeXMathML.html@@
|
||||
@ pandoc @@math.text@@ -s --mimetex=/cgi-bin/mimetex.cgi -o @@mathMimetex.html@@
|
||||
@ pandoc @@math.text@@ -s --gladtex -o mathGladtex.htex
|
||||
@ gladtex @@mathGladtex.htex@@ # produces @@mathGladtex.html@@
|
||||
|
|
Loading…
Reference in a new issue