-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingmathRelated to math syntax, layout, etc.Related to math syntax, layout, etc.regressionSomething that did work before stopped working.Something that did work before stopped working.upstreamIssues in dependencies.Issues in dependencies.
Description
Description
Hi,
I noticed a regression in the rendering of absolute value brackets when using the STIX Two Math font. The issue appears after #6336.
Here’s a minimal example to reproduce the issue:
$ P_x = abs(c)^2 + abs(c^H)^2 = 2 abs(c)^2 $
$ P_x = 1 / 2 abs(overline(d))^2 $
#show math.equation: set text(font: "STIX Two Math")
$ P_x = abs(c)^2 + abs(c^H)^2 = 2 abs(c)^2 $
$ P_x = 1 / 2 abs(overline(d))^2 $PDF output before #6336:
PDF output after #6336:
Reproduction URL
No response
Operating system
No response
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingmathRelated to math syntax, layout, etc.Related to math syntax, layout, etc.regressionSomething that did work before stopped working.Something that did work before stopped working.upstreamIssues in dependencies.Issues in dependencies.