diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-05-27 15:54:54 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-05-27 15:54:54 +0200 |
| commit | d4e59d4be1f4c0c673c5e22828348fc99a75facd (patch) | |
| tree | ebd783bb3fe199eafda23855fd3ed8e9148bbb7b /tests/typ/text | |
| parent | 73086b5a7c1b0f9f638165803c237901499adb64 (diff) | |
Make justified break work for last line
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/justify.typ | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/typ/text/justify.typ b/tests/typ/text/justify.typ index 0cdef000..aa0878d3 100644 --- a/tests/typ/text/justify.typ +++ b/tests/typ/text/justify.typ @@ -20,6 +20,11 @@ A B C \ D --- +// Test forced justification with justified break. +A B C \+ +D E F \+ + +--- // Test that justificating chinese text is at least a bit sensible. #set page(width: 200pt) #set par(justify: true) |
