Paper sizes
This commit is contained in:
parent
16079449d2
commit
e57e66d7bf
@ -3,6 +3,7 @@ title: Beyond the Veil
|
||||
subtitle: Veil Saga, Book 1
|
||||
author: Matthew Soucy
|
||||
documentclass: book
|
||||
geometry: b5paper
|
||||
---
|
||||
|
||||
# Awakening
|
||||
|
2
Makefile
2
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
|
Loading…
x
Reference in New Issue
Block a user