mirror of
https://github.com/typst/typst
synced 2025-05-20 03:55:29 +08:00
15 lines
358 B
Typst
15 lines
358 B
Typst
|
|
---
|
|
#set par(indent: 14pt, spacing: 0pt, leading: 5pt, justify: true)
|
|
|
|
This text is justified, meaning that spaces are stretched so that the text
|
|
forms as "block" with flush edges at both sides.
|
|
|
|
First line indents and hyphenation play nicely with justified text.
|
|
|
|
---
|
|
// Test that lines with hard breaks aren't justified.
|
|
#set par(justify: true)
|
|
A B C \
|
|
D
|