about summary refs log tree commit diff stats
path: root/compile.lua
diff options
context:
space:
mode:
authorCase Duckworth2015-03-10 23:08:35 -0700
committerCase Duckworth2015-03-10 23:08:35 -0700
commit9ca54d45a188416ef22703e1cbfc7ced57bb963d (patch)
treef48f37105e855c04808f977b42307d38408350a2 /compile.lua
parentAdd space between header and content (diff)
downloadautocento-9ca54d45a188416ef22703e1cbfc7ced57bb963d.tar.gz
autocento-9ca54d45a188416ef22703e1cbfc7ced57bb963d.zip
Fix mixed-genre issues; compile
Diffstat (limited to 'compile.lua')
-rw-r--r--compile.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/compile.lua b/compile.lua index f70cfbc..765f348 100644 --- a/compile.lua +++ b/compile.lua
@@ -84,7 +84,11 @@ end
84 84
85if intable(args, '-html') then 85if intable(args, '-html') then
86 print("Compiling HTML ... ") 86 print("Compiling HTML ... ")
87 compile(files, "html5", "html", ".template.html", { "smart", "mathml" }) 87 compile(files, "html5", "html", ".template.html", {
88 "smart",
89 "mathml",
90 "section-divs",
91 })
88 -- move(tabsub(files,'^.*/(.*)%.txt','%1.html'), ".") 92 -- move(tabsub(files,'^.*/(.*)%.txt','%1.html'), ".")
89end 93end
90if intable(args, '-river') then 94if intable(args, '-river') then