X-Git-Url: https://pere.pagekite.me/gitweb/text-mekanikerord.git/blobdiff_plain/29fb37248c006e71747634320c261b21fa692aab..28d585b2b92bc0e5d06d3f9abf3771bc4f76dbd1:/pdf.xsl
diff --git a/pdf.xsl b/pdf.xsl
index 8efd73a..2d38579 100644
--- a/pdf.xsl
+++ b/pdf.xsl
@@ -3,13 +3,62 @@
1
+ 6in
+ 9in
0.8in
0.55in
0.55in
0.55in
+ book
a4paper,openright,twoside
0
+
+ 0
+
+
+ 0
+
+
+ yes
+ 1
+
+
+
+ % start of latex.begindocument
+\usepackage{multicol}
+
+% unboxed = wrap glossary term
+% multicols = get two columns only in mainpart
+\setlist[description]{%
+ style=unboxed,
+ before*=\begin{multicols}{2},
+ after*=\end{multicols}
+% first*=
+% topsep=30pt, % space before start / after end of list
+% itemsep=5pt, % space between items
+% font=\normalfont,
+}
+
+% 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
+
+
+
+
+ 0
+