From 06f3450b99408ce1c67220552afc32ab09fd9cfe Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Thu, 5 Dec 2019 08:01:37 +0100 Subject: [PATCH] Use \sloppy with LaTeX to avoid words sticking out of right margin. --- extra/pdf.xsl | 11 +++++++++++ 1 file changed, 11 insertions(+) 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} + + +