From: Petter Reinholdtsen Date: Sun, 16 Aug 2020 10:06:41 +0000 (+0200) Subject: Use the microtype latex module for the PDF. X-Git-Tag: published-en-nb-2021-07-17~67 X-Git-Url: https://pere.pagekite.me/gitweb/text-mekanikerord.git/commitdiff_plain/48a773fbc97d637bbe9244d739adc2d0b6424fd9 Use the microtype latex module for the PDF. --- diff --git a/pdf.xsl b/pdf.xsl index c163adf..8ecea58 100644 --- a/pdf.xsl +++ b/pdf.xsl @@ -43,6 +43,14 @@ % 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