summaryrefslogtreecommitdiff
path: root/library/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/math')
-rw-r--r--library/src/math/tex.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/src/math/tex.rs b/library/src/math/tex.rs
index f924ebbe..d7c5493b 100644
--- a/library/src/math/tex.rs
+++ b/library/src/math/tex.rs
@@ -87,7 +87,6 @@ pub fn layout_tex(
frame: {
let mut frame = Frame::new(size);
frame.set_baseline(top);
- frame.apply_role(Role::Formula);
frame
},
baseline: top,