diff options
| author | Peng Guanwen <pg999w@outlook.com> | 2024-03-04 17:02:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 09:02:25 +0000 |
| commit | 086bca9576d4faa05f48283462a883cbd585a69f (patch) | |
| tree | 79183ed0818bf0eb2d3227dc7787615ef761bdcf /tests/typ | |
| parent | decb4fd9b98968dbaa89451ab6620b33819260a5 (diff) | |
Fix JIS style punctuation (#3543)
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/layout/cjk-punctuation-adjustment.typ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/typ/layout/cjk-punctuation-adjustment.typ b/tests/typ/layout/cjk-punctuation-adjustment.typ index 0f1f2894..88ee9560 100644 --- a/tests/typ/layout/cjk-punctuation-adjustment.typ +++ b/tests/typ/layout/cjk-punctuation-adjustment.typ @@ -9,6 +9,12 @@ // because zh-TW does not follow GB style #set text(lang: "zh", region: "TW", font: "Noto Serif CJK TC") 原來,你也玩《原神》! ? + +#set text(lang: "zh", region: "CN", font: "Noto Serif CJK SC") +「真的吗?」 + +#set text(lang: "ja", font: "Noto Serif CJK JP") +「本当に?」 --- #set text(lang: "zh", region: "CN", font: "Noto Serif CJK SC") |
