outils_redaction/pandoc.sh

2 lines
319 B
Bash
Raw Normal View History

2017-12-04 03:04:03 +00:00
pandoc -f markdown+simple_tables+pandoc_title_block -t html document2_0.md -o document2_0.html --template template.html --css template.css --mathjax --toc --toc-depth 2
pandoc -f markdown+simple_tables+pandoc_title_block -t slidy document2_0.md -o document2_0_slidy.html --css template.css --mathjax --toc --toc-depth 3