Localisation updates for extension messages from Betawiki (2009-01-01 00:37 CET)
[lhc/web/wiklou.git] / math / html.mli
1 val render : Tex.t list -> string option
2 val html_render : Tex.t list -> string
3
4 type conservativeness_t = CONSERVATIVE | MODERATE | LIBERAL
5 val conservativeness : conservativeness_t ref