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::(); math.define_elem::(); math.define_elem::(); + math.define_elem::(); math.define_func::(); math.define_func::(); math.define_func::();