diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-02 16:47:10 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-02 16:47:10 +0100 |
| commit | e9ff2d6463bf26cb0bbafb747bf8a77800687e3f (patch) | |
| tree | 810d28ba35557acacf987d08c2000e2e643cbe4e /library/src/math/stretch.rs | |
| parent | e6400861ab5c4d7ab437901b2334e5822c2693a5 (diff) | |
More robust automatic math spacing
Diffstat (limited to 'library/src/math/stretch.rs')
| -rw-r--r-- | library/src/math/stretch.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/src/math/stretch.rs b/library/src/math/stretch.rs index aee226d1..d308975d 100644 --- a/library/src/math/stretch.rs +++ b/library/src/math/stretch.rs @@ -177,6 +177,8 @@ fn assemble( c: base.c, id: None, frame, + style: base.style, + font_size: base.font_size, italics_correction: Abs::zero(), class: base.class, } |
