Document command-line arguments for texvc

Change-Id: I7dc2597100835f04e617799c20e597bcff45d1f4
This commit is contained in:
Ori Livneh 2016-03-10 15:13:48 -08:00
parent f92311bb2c
commit b71e60a5e1
1 changed files with 4 additions and 5 deletions

View File

@ -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)
*