From 983695f9d1946f2513009f6c6f19c4d15ccdb725 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Tue, 21 Jul 2015 00:40:47 +0200 Subject: [PATCH] Add trick to improve word wrap with narrow columns. --- data/dblatex-endnotes.xsl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/dblatex-endnotes.xsl b/data/dblatex-endnotes.xsl index 187ff79..b266e34 100644 --- a/data/dblatex-endnotes.xsl +++ b/data/dblatex-endnotes.xsl @@ -13,9 +13,14 @@ in front of it. \usepackage{endnotes} \let\footnote=\endnote \def\enoteheading{\mbox{}\par\vskip-\baselineskip } + +% Trick to avoid many words sticking out of the right margin of the text. +% Need to add it here with the end notes, as only one +% latex.begindocument can be active. +\sloppy + \begin{document} - -- 2.47.2