Skip to content

Commit

Permalink
flanders_report_generic.sty: use still higher tolerance *
Browse files Browse the repository at this point in the history
This value protects even better against overfull lines; this solved an extra case of
overfull line in bibliography with long URL in reference.
  • Loading branch information
florisvdh committed Aug 23, 2024
1 parent 70444d8 commit 49dce9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@

\hbadness=10000 % badness above which bad hboxes are shown.
\vbadness=10000 % badness above which bad vboxes are shown.
\tolerance=1000 % badness tolerance after hyphenation.
\tolerance=1500 % badness tolerance after hyphenation.
\hyphenpenalty=1000 % penalty for line break after discresionary hyphen.
\pretolerance=200 % badness tolerance before hyphenation.
\clubpenalties=4 10000 5000 2000 0 % penalty for creating a club line at end of line.
Expand Down

0 comments on commit 49dce9c

Please sign in to comment.