diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-09 22:49:25 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-09 22:49:25 +0100 |
| commit | d9ce194fe71076314955dd25896f64d48bccd6e5 (patch) | |
| tree | 1f81453d8f2bd0701863c18c4a742e89510d4375 /library/src/math/tex.rs | |
| parent | 010cc2effc2fd0e1c4e52d5c914cb4d74506bc0a (diff) | |
Remove role applications
Diffstat (limited to 'library/src/math/tex.rs')
| -rw-r--r-- | library/src/math/tex.rs | 1 |
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, |
