diff options
Diffstat (limited to 'crates/typst-library/src/math/mod.rs')
| -rw-r--r-- | crates/typst-library/src/math/mod.rs | 1 |
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>(); |
