diff options
| -rw-r--r-- | crates/typst/src/math/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst/src/math/mod.rs b/crates/typst/src/math/mod.rs index 596c86cc..10bece1b 100644 --- a/crates/typst/src/math/mod.rs +++ b/crates/typst/src/math/mod.rs @@ -181,6 +181,7 @@ pub fn module() -> Module { math.define_elem::<RootElem>(); math.define_elem::<ClassElem>(); math.define_elem::<OpElem>(); + math.define_elem::<PrimesElem>(); math.define_func::<abs>(); math.define_func::<norm>(); math.define_func::<floor>(); |
