diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-14 22:30:21 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-14 22:30:21 +0100 |
| commit | 2bacbaf2bdf93f5537040bdeecf8d73ec06f7eae (patch) | |
| tree | 8cd688210530dedd6a42cce01629a67e255cdc46 /tests/typ/layout/par-justify.typ | |
| parent | 724e9b140cc0a87208aa9c4914b1b8aeddf25c30 (diff) | |
Hanging indent
Diffstat (limited to 'tests/typ/layout/par-justify.typ')
| -rw-r--r-- | tests/typ/layout/par-justify.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/layout/par-justify.typ b/tests/typ/layout/par-justify.typ index 5a9012d1..24d3ab38 100644 --- a/tests/typ/layout/par-justify.typ +++ b/tests/typ/layout/par-justify.typ @@ -2,7 +2,7 @@ --- #set page(width: 180pt) #set block(spacing: 5pt) -#set par(justify: true, indent: 14pt, leading: 5pt) +#set par(justify: true, first-line-indent: 14pt, leading: 5pt) This text is justified, meaning that spaces are stretched so that the text forms a "block" with flush edges at both sides. |
