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/text | |
| parent | 495b525694aa5901385f3acad043b4a9f3ebb911 (diff) | |
Align set rule
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/microtype.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/text/microtype.typ b/tests/typ/text/microtype.typ index 57f9b2f2..c1f0d344 100644 --- a/tests/typ/text/microtype.typ +++ b/tests/typ/text/microtype.typ @@ -18,6 +18,6 @@ --- // Test that lone punctuation doesn't overhang into the margin. #set page(margin: 0pt) -#set par(align: end) +#set align(end) #set text(dir: rtl) : |
