From e9ff2d6463bf26cb0bbafb747bf8a77800687e3f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 2 Feb 2023 16:47:10 +0100 Subject: More robust automatic math spacing --- library/src/math/stretch.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library/src/math/stretch.rs') 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, } -- cgit v1.2.3