forked from YannickChevalier/hevea-mathjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
image.mli
23 lines (18 loc) · 997 Bytes
/
image.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(***********************************************************************)
(* *)
(* HEVEA *)
(* *)
(* Luc Maranget, projet PARA, INRIA Rocquencourt *)
(* *)
(* Copyright 1998 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(***********************************************************************)
val start : unit -> unit
val stop : unit -> unit
val restart : unit -> unit
val put_char : char -> unit
val put : string -> unit
val dump : string -> (Lexing.lexbuf -> unit) -> Lexing.lexbuf -> unit
val page : unit -> unit
val finalize : bool -> bool