diff options
| author | Peng Guanwen <pg999w@outlook.com> | 2023-11-07 04:43:15 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 21:43:15 +0100 |
| commit | 4a7d3585d9baff43a74a802f58ab8dc4d16ff222 (patch) | |
| tree | 4420ff4594dedcbe3843df5bd5b656fcf77278d5 /tests | |
| parent | e550f0a8f726bf2696390e5f91df4c638888a990 (diff) | |
Improve reshape condition (#2547)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/layout/cjk-latin-spacing.png | bin | 6039 -> 8399 bytes | |||
| -rw-r--r-- | tests/typ/layout/cjk-latin-spacing.typ | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/tests/ref/layout/cjk-latin-spacing.png b/tests/ref/layout/cjk-latin-spacing.png Binary files differindex bd4eed9b..629145e4 100644 --- a/tests/ref/layout/cjk-latin-spacing.png +++ b/tests/ref/layout/cjk-latin-spacing.png diff --git a/tests/typ/layout/cjk-latin-spacing.typ b/tests/typ/layout/cjk-latin-spacing.typ index 9cc94fd2..c6fff5d7 100644 --- a/tests/typ/layout/cjk-latin-spacing.typ +++ b/tests/typ/layout/cjk-latin-spacing.typ @@ -14,3 +14,16 @@ 中文,中ab文a中,文ab中文 +--- +// Issue #2538 +#set text(cjk-latin-spacing: auto) + +abc字 + +abc字#linebreak() + +abc字#linebreak() +母 + +abc字\ +母 |
