diff options
Diffstat (limited to 'math/README')
-rw-r--r-- | math/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/README b/math/README index 069be750..d0e21648 100644 --- a/math/README +++ b/math/README @@ -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 === |