From b71e60a5e1f12e37525d5922b95bfc0045874308 Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Thu, 10 Mar 2016 15:13:48 -0800 Subject: [PATCH] Document command-line arguments for texvc Change-Id: I7dc2597100835f04e617799c20e597bcff45d1f4 --- math/texvc.ml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/math/texvc.ml b/math/texvc.ml index 33a14b7..517a2bf 100644 --- a/math/texvc.ml +++ b/math/texvc.ml @@ -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) *