From 61a003058f60bbe6b3859902eacea951bb1a8b5c Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sun, 16 Aug 2020 21:32:58 +0200 Subject: [PATCH] Change PDF size to 6x9 inches. --- pdf.xsl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pdf.xsl b/pdf.xsl index 8ecea58..2d38579 100644 --- a/pdf.xsl +++ b/pdf.xsl @@ -3,6 +3,8 @@ 1 + 6in + 9in 0.8in 0.55in 0.55in @@ -32,7 +34,7 @@ % multicols = get two columns only in mainpart \setlist[description]{% style=unboxed, - before*=\begin{multicols}{3}, + before*=\begin{multicols}{2}, after*=\end{multicols} % first*= % topsep=30pt, % space before start / after end of list -- 2.47.2