about summary refs log tree commit diff stats
path: root/compile.sh
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 12:40:34 -0700
committerCase Duckworth2015-03-02 12:40:34 -0700
commitdb6492816cb4e533ee099ed3b8f5aaabfa694afe (patch)
treeb9caa99624603ab02352f3421af47931ddba6abe /compile.sh
parentChange handwriting markup in Paul (diff)
downloadautocento-db6492816cb4e533ee099ed3b8f5aaabfa694afe.tar.gz
autocento-db6492816cb4e533ee099ed3b8f5aaabfa694afe.zip
Change template to ref css/
Diffstat (limited to 'compile.sh')
-rw-r--r--compile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh index 85e7bca..cca4938 100644 --- a/compile.sh +++ b/compile.sh
@@ -7,6 +7,7 @@ for file in src/*.txt; do # TODO: change this to work with globs & args & stuff
7 -t html5 \ 7 -t html5 \
8 --template=_template.html \ 8 --template=_template.html \
9 --smart \ 9 --smart \
10 --mathjax \
10 $file \ 11 $file \
11 -o "${file%.txt}.html" 12 -o "${file%.txt}.html"
12 echo " Done." 13 echo " Done."