From: Petter Reinholdtsen Date: Thu, 5 Dec 2019 07:01:37 +0000 (+0100) Subject: Use \sloppy with LaTeX to avoid words sticking out of right margin. X-Git-Tag: nb-printed-2020-11-13~125 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/06f3450b99408ce1c67220552afc32ab09fd9cfe?ds=sidebyside Use \sloppy with LaTeX to avoid words sticking out of right margin. --- diff --git a/extra/pdf.xsl b/extra/pdf.xsl index 714f06d..ae37640 100644 --- a/extra/pdf.xsl +++ b/extra/pdf.xsl @@ -29,6 +29,17 @@ example + + + +% Trick to avoid many words sticking out of the right margin of the text. +% Note, only one latex.begindocument can be active. +\sloppy + +\begin{document} + + +