From 5dbc15ef0c48cb024205ac84f295fdffef985374 Mon Sep 17 00:00:00 2001 From: sitandr <60141933+sitandr@users.noreply.github.com> Date: Tue, 23 May 2023 12:22:27 +0300 Subject: Forced size command in math (#1128) --- library/src/math/mod.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'library/src/math/mod.rs') 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); -- cgit v1.2.3