]> pere.pagekite.me Git - text-mekanikerord.git/commitdiff
Use the microtype latex module for the PDF.
authorPetter Reinholdtsen <pere@hungry.com>
Sun, 16 Aug 2020 10:06:41 +0000 (12:06 +0200)
committerPetter Reinholdtsen <pere@hungry.com>
Sun, 16 Aug 2020 10:06:41 +0000 (12:06 +0200)
pdf.xsl

diff --git a/pdf.xsl b/pdf.xsl
index c163adf4daddc1422fe318470236f5c0d73bb2f7..8ecea58ab2c64da5f498b4ddf5c3b5760b6e4eb7 100644 (file)
--- a/pdf.xsl
+++ b/pdf.xsl
 % Trick to avoid many words sticking out of the right margin of the text.
 \sloppy
 
+% The microtype package provides the ability to micromanage your
+% typography. When invoked without any options it does some nice things
+% like protruding punctuation over the edge of the right margin to make
+% the margin appear smoother. Basically it makes your book look more
+% professional with very little effort. It also has a ton of options if
+% you want to micromanage even more.
+\usepackage{microtype}
+
 \begin{document}
 % end of latex.begindocument
     </xsl:text>