]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - math/README
MediaWiki 1.17.4
[autoinstalls/mediawiki.git] / math / README
index 069be750a07cfc8c36a849414c7f856c302e8ae1..5b99d4c237b8d88bc11a9e9f1495068da5c9ecfd 100644 (file)
@@ -48,13 +48,13 @@ Just Works. It can be run manually for testing or for use in another app.
 
 === Command-line parameters ===
 
-    texvc <temp directory> <output directory> <TeX code> <encoding>
+    texvc <temp directory> <output directory> <TeX code> <encoding> <color>
 
 Be sure to properly quote the TeX code!
 
 Example:
 
-    texvc /home/wiki/tmp /home/wiki/math "y=x+2" iso-8859-1
+    texvc /home/wiki/tmp /home/wiki/math "y=x+2" iso-8859-1 "rgb 1.0 1.0 1.0"
 
 === Output format ===
 
@@ -84,7 +84,7 @@ texvc output format is like this:
 
 == Troubleshooting ==
 
-Unforunately, many error conditions with rasterization are not well reported.
+Unfortunately, many error conditions with rasterization are not well reported.
 texvc will return as though everything is successful, and the only obvious
 sign of problems for the user is a big X on a wiki page where an equation
 should be.