]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - math/texvc_tex.ml
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / math / texvc_tex.ml
diff --git a/math/texvc_tex.ml b/math/texvc_tex.ml
deleted file mode 100644 (file)
index 30c0f67..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-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 _ -> ()