From e746c02a066f74cdf7bb0cb5a6ef1c91ae37e7c3 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 23 Sep 2019 21:05:57 -0400 Subject: [PATCH] make non-h1 headers smaller on pdf too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d9e7dd6..d94c960 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ $(DEST_DIR)/issue-%.pdf: issues/% --to latex \ --pdf-engine xelatex \ --table-of-contents \ + --lua-filter increase-header-levels.lua \ --variable title:"tildeverse zine $@" \ --standalone \ --output $@ \