summaryrefslogtreecommitdiff
path: root/library/src/math
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-09 22:49:25 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-09 22:49:25 +0100
commitd9ce194fe71076314955dd25896f64d48bccd6e5 (patch)
tree1f81453d8f2bd0701863c18c4a742e89510d4375 /library/src/math
parent010cc2effc2fd0e1c4e52d5c914cb4d74506bc0a (diff)
Remove role applications
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,