summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/math/mod.rs
diff options
context:
space:
mode:
authorMax <max@mkor.je>2025-07-09 13:08:49 +0000
committerGitHub <noreply@github.com>2025-07-09 13:08:49 +0000
commitf9b01f595dba96044c725a97ecb4972bec7d57ed (patch)
tree55ec44d50cf50ab5099a8ee9e0eacee02b0efd08 /crates/typst-library/src/math/mod.rs
parenteed34070513e6060f86f86b56ba7071507fe811b (diff)
Move math styling to codex and add `math.scr` (#6309)
Diffstat (limited to 'crates/typst-library/src/math/mod.rs')
-rw-r--r--crates/typst-library/src/math/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-library/src/math/mod.rs b/crates/typst-library/src/math/mod.rs
index 2e6d42b1..3d39e2fd 100644
--- a/crates/typst-library/src/math/mod.rs
+++ b/crates/typst-library/src/math/mod.rs
@@ -80,6 +80,7 @@ pub fn module() -> Module {
math.define_func::<italic>();
math.define_func::<serif>();
math.define_func::<sans>();
+ math.define_func::<scr>();
math.define_func::<cal>();
math.define_func::<frak>();
math.define_func::<mono>();