FAQ 缓冲 #78
Replies: 4 comments 4 replies
-
✅2025年6月3–15日
|
Beta Was this translation helpful? Give feedback.
-
✅2025年7月5日https://typst-doc-cn.github.io/guide/FAQ/chinese-in-raw.htmlAuthor: 多人
|
Beta Was this translation helpful? Give feedback.
-
✅ 2025年7月10日–9月16日协调中西字体的字号Author: typ #set text(font: ("New Computer Modern", "Noto Serif CJK SC"))
#show regex("[a-zA-Z0-9]"): set text(size: 1.2em, baseline: 0.02em)
#show heading: it => [
#it
]
== 雨花石123123余华
雨花石123123余华
刮风这天我试过握着alpha beta charlie手\
但偏偏delta渐渐\
echo 到 fibonacci 看 gauss 不见\
还要多久 hiragana 才能在 I18N 身边\
终于找到了。参考文献里title打上下标Author: @YDX-2147483647 目前没有内置支持,因为没设计好接口。可以自己定义标记,show regex。 #show bibliography: body => {
show regex(`\[\[.+\]\]`.text): it => {
show "[[": none
show "]]": none
super(it)
}
body
}
#bibliography(
bytes(
```bib
@article{key,
title = {午夜[[上标]]},
}
```.text,
),
style: "gb-7714-2015-numeric",
full: true,
)设置
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
(个人推荐性)规则:
Beta Was this translation helpful? Give feedback.
All reactions