From e57e66d7bfa31d476f476033505cd1fe738a8a53 Mon Sep 17 00:00:00 2001 From: Matt Soucy Date: Thu, 28 Feb 2019 21:43:23 -0500 Subject: [PATCH] Paper sizes --- Book-1/Chapter-1.md | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Book-1/Chapter-1.md b/Book-1/Chapter-1.md index a2b68b8..4c374b6 100644 --- a/Book-1/Chapter-1.md +++ b/Book-1/Chapter-1.md @@ -3,6 +3,7 @@ title: Beyond the Veil subtitle: Veil Saga, Book 1 author: Matthew Soucy documentclass: book +geometry: b5paper --- # Awakening diff --git a/Makefile b/Makefile index 3113b9c..6444a9c 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,6 @@ Book1.epub : $(call chapter-sort,-n,$(wildcard Book-1/*.md)) pandoc $^ -o $@ clean: - rm -rf Book1.pdf + rm -rf Book1.pdf Book1.epub .PHONY: books clean \ No newline at end of file