diff options
Diffstat (limited to 'library/src/math/mod.rs')
| -rw-r--r-- | library/src/math/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs index 35e005d0..c7b25db3 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -47,6 +47,7 @@ use crate::text::{families, variant, FallbackList, FontFamily, SpaceNode, Symbol /// Hook up all math definitions. pub fn define(scope: &mut Scope) { scope.def_func::<MathNode>("math"); + scope.def_func::<AccentNode>("accent"); scope.def_func::<FracNode>("frac"); scope.def_func::<BinomNode>("binom"); scope.def_func::<ScriptNode>("script"); |
