diff options
| author | Peng Guanwen <pg999w@outlook.com> | 2024-01-29 18:46:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 10:46:41 +0000 |
| commit | 269860c571fa270ac5a2a25f52f0b24fa52d7ba1 (patch) | |
| tree | cdd6d3e5cc93714a9f7f404535f357f0f6affca3 /tests/typ/layout | |
| parent | 6207b3d9b010d07f73b1819fe1d8463dee3c5adc (diff) | |
Do not parse special spaces to Space Token (#3267)
Diffstat (limited to 'tests/typ/layout')
| -rw-r--r-- | tests/typ/layout/par-justify-cjk.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/par-justify-cjk.typ b/tests/typ/layout/par-justify-cjk.typ index cd25fca1..51c86c7b 100644 --- a/tests/typ/layout/par-justify-cjk.typ +++ b/tests/typ/layout/par-justify-cjk.typ @@ -15,7 +15,7 @@ // Japanese typography is more complex, make sure it is at least a bit sensible. #set page(width: auto) #set par(justify: true) -#set text(lang: "jp", font: ("Linux Libertine", "Noto Serif CJK JP")) +#set text(lang: "ja", font: ("Linux Libertine", "Noto Serif CJK JP")) #rect(inset: 0pt, width: 80pt, fill: rgb("eee"))[ ウィキペディア(英: Wikipedia)は、世界中のボランティアの共同作業によって執筆及び作成されるフリーの多言語インターネット百科事典である。主に寄付に依って活動している非営利団体「ウィキメディア財団」が所有・運営している。 |
