@@ -47,18 +47,19 @@ function __init__()
47
47
@load! TEXPRINTF_ERR
48
48
end
49
49
50
- # *name* : *signature (type(type1,type2,...))* -> *side effect* |
51
- # ----------------+---------------------------------------++--------------------------------------+
52
- # texstring : char*(const char *tex) -> memory associated to output (char*) +-->+
53
- # texprintf : int(const char *format, ...) -> c_stdout // (ignored) | |
54
- # stexprintf : char*(const char *format, ...) -> memory associated to output (char*) +-->+
55
- # ftexprintf : int(FILE *f, const char *format, ...) -> f // (ignored) | |
56
- # texboxtree : void(const char *format, ...) -> c_stdout // for debugging | |
57
- # texlistsymbols : void() -> c_stdout // called from __init__ | |
58
- # texerrors : void() -> c_stderr // does a fflush! | v
59
- # texfree : void(void *ptr) -> ptr-associated memory // to release +<--+
60
- # SetStyleASCII : void() -> STYLE_UNI // Not exported global |
61
- # SetStyleUNICODE : void() -> STYLE_ASC // Not exported global |
50
+ # *name* : *signature (type(type1,type2,...))* -> *side effect* |
51
+ # ------------------+---------------------------------------++--------------------------------------+
52
+ # texstring : char*(const char *tex) -> memory associated to output (char*) +-->+
53
+ # texprintf : int(const char *format, ...) -> c_stdout // (ignored) | |
54
+ # stexprintf : char*(const char *format, ...) -> memory associated to output (char*) +-->+
55
+ # ftexprintf : int(FILE *f, const char *format, ...) -> f // (ignored) | |
56
+ # texboxtree : void(const char *format, ...) -> c_stdout // for debugging | |
57
+ # texlistsymbols : void() -> c_stdout // called from __init__ | |
58
+ # texerrors : void() -> c_stderr // does a fflush! | v
59
+ # texfree : void(void *ptr) -> ptr-associated memory // to release +<--+
60
+ # SetStyleASCII : void() -> style // Not exported global |
61
+ # SetStyleUNICODE : void() -> style // Not exported global |
62
+ # ToggleMapSuperSub : void() -> style // Not exported global |
62
63
63
64
texstring (str) = @ccall LibTeXPrintf_jll. libtexprintf. texstring (str:: Cstring ):: Cstring
64
65
@@ -70,4 +71,6 @@ SetStyleASCII() = @ccall LibTeXPrintf_jll.libtexprintf.SetStyleUNICODE()::Cvoid
70
71
71
72
SetStyleUNICODE () = @ccall LibTeXPrintf_jll. libtexprintf. SetStyleUNICODE ():: Cvoid
72
73
74
+ ToggleMapSuperSub () = @ccall LibTeXPrintf_jll. libtexprintf. ToggleMapSuperSub ():: Cvoid
75
+
73
76
end
0 commit comments