summaryrefslogtreecommitdiff
path: root/library/src/math/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/math/mod.rs')
-rw-r--r--library/src/math/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs
index f0e42e68..3a067c1b 100644
--- a/library/src/math/mod.rs
+++ b/library/src/math/mod.rs
@@ -100,6 +100,11 @@ pub fn module() -> Module {
math.define("mono", mono);
math.define("bb", bb);
+ math.define("display", display);
+ math.define("inline", inline);
+ math.define("script", script);
+ math.define("sscript", sscript);
+
// Text operators.
math.define("op", OpElem::func());
op::define(&mut math);