-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Inconsistent superscript numbers #4006
Copy link
Copy link
Closed as duplicate of#633
Labels
stylingAbout set and show rules or style propertiesAbout set and show rules or style propertiestextRelated to the text category, which is all about text handling, shaping, etc.Related to the text category, which is all about text handling, shaping, etc.
Description
Description
In the following code, the first three numbers of the footnotes are bold (?), and from four onward they are not anymore. However, this does only happen with some fonts (like CMU Serif or CMU Serif Extra).
#set text(
font: "CMU Serif",
)
= Header
Some text with footnotes.
test #footnote[asdf 1 asdf]
test #footnote[asdf 2 asdf]
test #footnote[asdf *3* asdf]
test #footnote[asdf 4 asdf]
test #footnote[asdf *5* asdf]Result:
and
(Using typst 0.11.0 (2bf9f95d))
Reproduction URL
No response
Operating system
Linux
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
stylingAbout set and show rules or style propertiesAbout set and show rules or style propertiestextRelated to the text category, which is all about text handling, shaping, etc.Related to the text category, which is all about text handling, shaping, etc.

