From 4eb5d25d260cd011eda436acfc6d2e02eb39fa92 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 3 Jun 2020 21:59:47 -0400 Subject: [PATCH] fix pdf margins --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3989d38..7f8e6e4 100644 --- a/Makefile +++ b/Makefile @@ -36,11 +36,12 @@ $(DEST_DIR)/issue-%.pdf: issues/% --file-scope \ --from markdown \ --to latex \ - --pdf-engine xelatex \ + --standalone \ --table-of-contents \ --lua-filter increase-header-levels.lua \ --variable title:"tildeverse zine $@" \ - --standalone \ + --variable geometry:margin=.75in \ + --pdf-engine xelatex \ --output $@ \ $