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