From ae3aac27d37ec7b3ceb47bd8f1f1f3db663d66b2 Mon Sep 17 00:00:00 2001 From: Leedehai <18319900+Leedehai@users.noreply.github.com> Date: Wed, 3 Jan 2024 04:36:50 -0500 Subject: [PATCH] Expose PrimesElem as #math.primes in Typst code (#3063) --- crates/typst/src/math/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/typst/src/math/mod.rs b/crates/typst/src/math/mod.rs index 596c86cc9..10bece1b5 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::();