-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingmathRelated to math category, with its syntax, layout, etc.Related to math category, with its syntax, layout, etc.
Description
Description
#show math.equation : set text(font: "Stix Two Math", fallback: false)
$
|K| = union.big_(p=0)^oo K_p times Delta^p \u{29f8} tilde
$
$
|K| = sect.big_(p=0)^oo K_p times Delta^p \u{29f8} tilde
$
yields
The same (system) font in latex (lualatex + unicode-math) has correct baseline
Other fonts, like New Computer Modern, displays correctly in typst
#show math.equation : set text(font: "New Computer Modern Math", fallback: false)
$
|K| = union.big_(p=0)^oo K_p times Delta^p \u{29f8} tilde
$
$
|K| = sect.big_(p=0)^oo K_p times Delta^p \u{29f8} tilde
$
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 category, with its syntax, layout, etc.Related to math category, with its syntax, layout, etc.


