move newtalk stuff from SkinTemplate to its own function in Skin
[lhc/web/wiklou.git] / math / README
index aa20e41..d0e2164 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 ===