diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-09 10:21:11 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-09 10:21:11 +0100 |
| commit | cd089b6194c57b2e8dff70efaa7cbd53035f7327 (patch) | |
| tree | f5466a0e2f8633aa609276c0c2794911c7e9252a /tests/typ/layout/repeat.typ | |
| parent | 495b525694aa5901385f3acad043b4a9f3ebb911 (diff) | |
Align set rule
Diffstat (limited to 'tests/typ/layout/repeat.typ')
| -rw-r--r-- | tests/typ/layout/repeat.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/repeat.typ b/tests/typ/layout/repeat.typ index 13e99b51..3b5459c9 100644 --- a/tests/typ/layout/repeat.typ +++ b/tests/typ/layout/repeat.typ @@ -32,7 +32,7 @@ A#repeat(rect(width: 2.5em, height: 1em))B // Test single repeat in both directions. A#repeat(rect(width: 6em, height: 0.7em))B -#set par(align: center) +#set align(center) A#repeat(rect(width: 6em, height: 0.7em))B #set text(dir: rtl) |
