Paper sizes

This commit is contained in:
Matt Soucy 2019-02-28 21:43:23 -05:00
parent 16079449d2
commit e57e66d7bf
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ title: Beyond the Veil
subtitle: Veil Saga, Book 1 subtitle: Veil Saga, Book 1
author: Matthew Soucy author: Matthew Soucy
documentclass: book documentclass: book
geometry: b5paper
--- ---
# Awakening # Awakening

View File

@ -11,6 +11,6 @@ Book1.epub : $(call chapter-sort,-n,$(wildcard Book-1/*.md))
pandoc $^ -o $@ pandoc $^ -o $@
clean: clean:
rm -rf Book1.pdf rm -rf Book1.pdf Book1.epub
.PHONY: books clean .PHONY: books clean