wiki.techinc.nl/math/texvc_tex.ml
Lee Daniel Crocker d82c14fb4f Initial revision
2003-04-14 23:10:40 +00:00

3 lines
187 B
OCaml

Texutil.set_encoding (try Sys.argv.(2) with _ -> "UTF-8");
try print_string (Util.mapjoin Texutil.render_tex (Parser.tex_expr Lexer.token (Lexing.from_string Sys.argv.(1))))
with _ -> ()