summaryrefslogtreecommitdiff
path: root/math/texutil.mli
diff options
context:
space:
mode:
Diffstat (limited to 'math/texutil.mli')
-rw-r--r--math/texutil.mli11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/texutil.mli b/math/texutil.mli
new file mode 100644
index 00000000..99d0e4ec
--- /dev/null
+++ b/math/texutil.mli
@@ -0,0 +1,11 @@
+val render_tex : Tex.t -> string
+
+val set_encoding : string -> unit
+val tex_use_nonascii: unit -> unit
+val tex_use_ams: unit -> unit
+
+val get_preface : unit -> string
+val get_footer : unit -> string
+
+exception Illegal_tex_function of string
+val find: string -> Parser.token