Moved math.txt -> math.text on web page, so it won't be confused with page source.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1193 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher
2008-01-23 02:17:42 +00:00
parent 790fd4612b
commit 17f516fc15
2 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -77,9 +77,9 @@ click on the name of the output file:
17. TeX math in HTML:
@ pandoc @@math.txt@@ -s -o @@mathDefault.html@@
@ pandoc @@math.txt@@ -s -m -o @@mathAsciimathml.html@@
@ pandoc @@math.txt@@ -s --mimetex=/cgi-bin/mimetex.cgi -o @@mathMimetex.html@@
@ pandoc @@math.txt@@ -s --gladtex -o mathGladtex.htex
@ pandoc @@math.text@@ -s -o @@mathDefault.html@@
@ pandoc @@math.text@@ -s -m -o @@mathAsciimathml.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@@
View File