Does typst support knuth-Plass wrap line algorithm? #626
-
|
https://en.wikipedia.org/wiki/Line_wrap_and_word_wrap |
Beta Was this translation helpful? Give feedback.
Answered by
laurmaedje
Apr 6, 2023
Replies: 1 comment
-
|
Yes, it happens automatically if you enable justification with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Freed-Wu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it happens automatically if you enable justification with
#set par(justify: true). You can also enable it separately from justification with#set par(linebreaks: "optimized").