repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added label tags for wcMinoredit and wcWatchthispage checkbox labels
[mediawiki.git]
/
math
/
texvc_tex.ml
blob
30c0f671bfba3783d2005136aa7039748b9f650c
1
Texutil
.
set_encoding
(
try
Sys
.
argv
.(
2
)
with
_
->
"UTF-8"
);
2
try
print_string
(
Util
.
mapjoin
Texutil
.
render_tex
(
Parser
.
tex_expr
Lexer
.
token
(
Lexing
.
from_string
Sys
.
argv
.(
1
))))
3
with
_
-> ()