X-Git-Url: https://pere.pagekite.me/gitweb/text-mekanikerord.git/blobdiff_plain/3afa4a7082acdac46d98e52fb50c6b4a58e7e1ea..28d585b2b92bc0e5d06d3f9abf3771bc4f76dbd1:/pdf.xsl?ds=inline
diff --git a/pdf.xsl b/pdf.xsl
index f027849..2d38579 100644
--- a/pdf.xsl
+++ b/pdf.xsl
@@ -3,11 +3,14 @@
1
+ 6in
+ 9in
0.8in
0.55in
0.55in
0.55in
- a4paper,openright,twoside,twocolumn
+ book
+ a4paper,openright,twoside
0
@@ -24,15 +27,38 @@
-
-% Trick to wrap glossary term
-\setlist[description]{style=unboxed}
+ % 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
+