|
|
All penalties are set through an explicit value. for example \widowpenalty=10000 in text or in latex preamble.
Penalties for paragraphs:
\linepenalty: for every line
\hyphenpenalty: Hyphenation with empty "pre-break" part (standard hyphenation)
\exhyphenpenalty: Hyphenation with no empty "pre-break" part (hyphenation at a hyphen)
\adjdemerits: two lines which shouldn't get together
\doublehyphendemerits: two following lines with hyphenations
\finalhyphendemerits: Hyphenation in forelast line
\binoppenalty: in a textformula at a binoperator
\relpenalty: in a textformula at a Relationssymbol
Penalties for pages:
\interlinepenalty: between every line
\clubpenalty: behind first line of a paragraph
\widowpenalty: before last line<(li>
\displaywidowpenalty: before last line if an equation follows
\brokenpenalty: behind a line with hyphenation
\interfootnotelinepenalty: between two lines of a footnote
\predisplaypenalty: before a displayed equation
\postdisplaypenalty: behind a displayed equation
|