about summary refs log tree commit diff stats
path: root/compile.sh
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 16:13:50 -0700
committerCase Duckworth2015-03-03 16:13:50 -0700
commit94fd25d1642dcbd73bae8633182f6a7147c7adfd (patch)
tree394919a8c4a2e33ac3858704beaa5746d1c12aa1 /compile.sh
parentAdd genre, project js to template; add Georgia to css (diff)
downloadautocento-94fd25d1642dcbd73bae8633182f6a7147c7adfd.tar.gz
autocento-94fd25d1642dcbd73bae8633182f6a7147c7adfd.zip
Add support for MathML
Diffstat (limited to 'compile.sh')
-rw-r--r--compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh index 7e48f6e..c07f80c 100644 --- a/compile.sh +++ b/compile.sh
@@ -7,7 +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 --mathml \
11 $file \ 11 $file \
12 -o "${file%.txt}.html" 12 -o "${file%.txt}.html"
13 echo " Done." 13 echo " Done."