mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-27 17:01:07 +00:00
Document command-line arguments for texvc
Change-Id: I7dc2597100835f04e617799c20e597bcff45d1f4
This commit is contained in:
parent
f92311bb2c
commit
b71e60a5e1
|
@ -26,11 +26,10 @@ let render tmppath finalpath tree backcolor =
|
|||
Render.render tmppath finalpath outtex md5 backcolor
|
||||
end
|
||||
|
||||
(* TODO: document
|
||||
* Arguments:
|
||||
* 1st :
|
||||
* 2nd :
|
||||
* 3rd :
|
||||
(* Arguments:
|
||||
* 1st : temporary directory to use as scratch space
|
||||
* 2nd : target path
|
||||
* 3rd : LaTeX input
|
||||
* 4th : encoding (Default: UTF-8)
|
||||
* 5th : color (Default: rgb 1.0 1.0 1.0)
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue