From db34e48a5443ae75b6790b82319d177affb405b5 Mon Sep 17 00:00:00 2001 From: The Stranjer <791672+TheStranjer@users.noreply.github.com> Date: Wed, 12 Jun 2019 19:51:16 -0400 Subject: [PATCH] Do not make an entirely blank page separating Conditions from Tilts --- shards_of_power.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/shards_of_power.rb b/shards_of_power.rb index 59ed696..2063194 100644 --- a/shards_of_power.rb +++ b/shards_of_power.rb @@ -302,8 +302,6 @@ class ShardsOfPower pdf.text "#{condition.authors.size > 1 ? "Authors" : "Author"}: #{condition.authors.to_list}", :inline_format => true end - - pdf.start_new_page end start_section "Tilts"