]> pere.pagekite.me Git - text-free-culture-lessig.git/commitdiff
Add trick to improve word wrap with narrow columns.
authorPetter Reinholdtsen <pere@hungry.com>
Mon, 20 Jul 2015 22:40:47 +0000 (00:40 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Mon, 20 Jul 2015 22:40:47 +0000 (00:40 +0200)
data/dblatex-endnotes.xsl

index 187ff79bca7fc46ae9b0f42506d79b87a1c799f1..b266e344025ab27bff840ad6a0b128de3864d219 100644 (file)
@@ -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}
     </xsl:text>
 
   </xsl:param>
 </xsl:stylesheet>
-