blob: a418e231b06c4d27dda864077b5a92ccc0a2d8c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#The Linebreaker package, version v0.1b (2023-03-06)
This package tries to prevent overflow lines in paragraphs or boxes.
It changes the LuaTeX's `linebreak` callback, and it re-typesets the paragraph
with increased values of `\tolerance` and `\emergencystretch`
until the overflow doesn't happen. If that doesn't help, it chooses the solution
with the lowest badness.
## Usage
\usepackage{linebreaker}
## License
Author: Michal Hoftich <michal.h21@gmail.com>
Permission is granted to copy, distribute and/or modify this software
under the terms of the LaTeX Project Public License, version 1.3.
|