]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - math/README
MediaWiki 1.17.0
[autoinstallsdev/mediawiki.git] / math / README
index aa20e41faaf1faa264e3e596e743963cfbdb98fa..5b99d4c237b8d88bc11a9e9f1495068da5c9ecfd 100644 (file)
@@ -10,7 +10,8 @@ The program was written by Tomasz Wegrzanowski for use with MediaWiki; it's
 included as part of the MediaWiki package (http://www.mediawiki.org) and is
 under the GPL license.
 
-Please report bugs at: https://bugzilla.wikimedia.org/ (under "MediaWiki")
+Please report bugs at: https://bugzilla.wikimedia.org/
+with "MediaWiki extensions" as product and "texvc" as component.
 
 == Setup ==
 
@@ -47,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 ===
 
@@ -83,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.