From b52dbdb6b70709057aeeb990f0481154ecde0c72 Mon Sep 17 00:00:00 2001 From: Cadey Date: Sun, 19 Jan 2020 19:25:39 +0000 Subject: [PATCH] --- src/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/build.sh b/src/build.sh index d87458a..2861e92 100755 --- a/src/build.sh +++ b/src/build.sh @@ -99,6 +99,7 @@ other_tips.md alyssa-list-things-to-do.md ' +set -x pandoc -o tulpanomicon.epub --epub-chapter-level=2 --resource-path=. title.md $FILES pandoc -o test.tex -s --include-in-header sectionpagebreak.tex --variable=subparagraph --toc --toc-depth=2 --resource-path=. title.md $FILES pandoc -o tulpanomicon.pdf --include-in-header sectionpagebreak.tex --variable=subparagraph --toc --toc-depth=2 --pdf-engine xelatex --resource-path=. title.md $FILES || exit