【已修复】引用编号的数字高于括号
✅ Typst 0.14 已修复
#5777 已经修复了这一问题。
如果引用编号的数字高于括号[],可能是字体只给数字提供了专用上标版本,而括号只有普通版本。
建议set super(typographic: false),统一使用普通版本。
typst
#set text(font: "Source Han Serif SC")
孔乙己@key\上大人
#show cite: set super(typographic: false)
孔乙己@key\上大人

另请参见
- 差距分析:引用编号的数字高于括号(级别:OK)
- Smarter sub- and superscript sizing (in normal text) · typst#633 (closed issue)
- Citation numbers are flying over their brackets in the superscript · typst#6513 (closed issue, duplicate)
- Superscript citations use the wrong font · typst#4203 (closed issue, not planned)
- Use "subs" and "sups" font features for typographic scripts · typst#5777 (merged pull request)





