diff options
| author | charguer | 2018-09-25 13:34:44 +0200 |
|---|---|---|
| committer | Vincent Laporte | 2019-03-18 10:29:40 +0000 |
| commit | 50fe6429e852a78f8e870a4bfcb444f60cb0b7de (patch) | |
| tree | f5e41c142c56cf31fcc039955398ad76b244a927 /ide/wg_ScriptView.mli | |
| parent | 9ac5483132b42e845a0708491843693b70893eef (diff) | |
latex to unicode in coqide
Diffstat (limited to 'ide/wg_ScriptView.mli')
| -rw-r--r-- | ide/wg_ScriptView.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/wg_ScriptView.mli b/ide/wg_ScriptView.mli index be6510dbe2..eb1beedfad 100644 --- a/ide/wg_ScriptView.mli +++ b/ide/wg_ScriptView.mli @@ -26,6 +26,7 @@ object method set_show_right_margin : bool -> unit method comment : unit -> unit method uncomment : unit -> unit + method latex_to_unicode : unit -> unit (* (string -> unit) -> unit *) method recenter_insert : unit method complete_popup : Wg_Completion.complete_popup end |
