diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-12 14:01:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-12 12:01:34 +0000 |
| commit | 8b6f7298e3b09faf2f23112368d440fb0889da42 (patch) | |
| tree | 14db9003be3a859fc27c7d124c3e39e6744d2fda /tests/suite | |
| parent | 61d461f0800c22afd2c279786d326733f679a36d (diff) | |
Fix outline with CJK text (#5187)
Diffstat (limited to 'tests/suite')
| -rw-r--r-- | tests/suite/model/outline.typ | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/suite/model/outline.typ b/tests/suite/model/outline.typ index 3c134760..18c61df8 100644 --- a/tests/suite/model/outline.typ +++ b/tests/suite/model/outline.typ @@ -171,3 +171,12 @@ A = הוקוס Pocus = זוהי כותרת שתורגמה על ידי מחשב + +--- issue-5176-cjk-title --- +#set text(font: "Noto Serif CJK SC") +#show heading: none + +#outline(title: none) + += 测 += 很 |
