Making of

This commit is contained in:
Madison Scott-Clary
2020-05-28 14:29:24 -07:00
parent d38bf1a996
commit 4ec5979b65
7 changed files with 231 additions and 17 deletions

View File

@ -28,10 +28,6 @@ toc: plain ## full book with ToC re-rendering in case of page changes
makeindex book
xelatex book.tex
.PHONY: ebook
ebook: ## render ePub file from LaTeX
pandoc Ebook.tex -o ../ebooks/book.epub -t epub3 --wrap=none
.PHONY: frame
engage-frame: ## turn on frame marking
cp includes/_frame.tex includes/frame.tex