diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-11-19 23:33:33 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-11-19 23:33:33 +0100 |
| commit | 8eeb4ad8f6df3bedebdb86f95e013a9ea71fb687 (patch) | |
| tree | 435a9afc2cfd900e6cb76e77d3e57b964c89ec8c /tests/typ/text | |
| parent | 565b1977aef9db70aef29a1eb8747f42a7fe4a15 (diff) | |
Rename `margins` to `margin`
Diffstat (limited to 'tests/typ/text')
| -rw-r--r-- | tests/typ/text/microtype.typ | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/text/microtype.typ b/tests/typ/text/microtype.typ index 28d29445..57f9b2f2 100644 --- a/tests/typ/text/microtype.typ +++ b/tests/typ/text/microtype.typ @@ -2,7 +2,7 @@ --- // Test hanging punctuation. -#set page(width: 130pt, margins: 15pt) +#set page(width: 130pt, margin: 15pt) #set par(justify: true, linebreaks: "simple") #set text(size: 9pt) #rect(fill: rgb(0, 0, 0, 0), width: 100%)[ @@ -17,7 +17,7 @@ --- // Test that lone punctuation doesn't overhang into the margin. -#set page(margins: 0pt) +#set page(margin: 0pt) #set par(align: end) #set text(dir: rtl) : |
