-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
现代中文排版的标点符号,大部分都随文字穿插在行内,但专名号(下划线)、书名号(仅指甲式的波浪线)、着重号要摆放在行与行之间,这些标点通称为“行间标点”。其中专名号(下划线)、书名号(仅指甲式的波浪线)合称为“行间线”。
https://www.w3.org/TR/clreq/#handling_interlinear_punctuation
https://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis-position#description
#show strong: content => {
show regex("\p{Hani}"): it => box(place(text("·", size: 0.8em), dx: 0.1em, dy: 0.75em) + it)
content.body
}
*中文排版的着重语义用加点表示。*https://typst-doc-cn.github.io/tutorial/basic/writing-markup.html#loc-1x20.00x1400.36
Author: Naro-Xeno, 未命名
See also How to add one dot under each words? - Questions - Typst Forum