force remove in case the dir doesn't exist
This commit is contained in:
parent
cb0062f6f1
commit
c06dd03a90
@ -9,7 +9,7 @@ cd ~/projects/meanas
|
||||
# pandoc --metadata=title:"meanas" --toc --toc-depth=4 --from=markdown+abbreviations --to=html --output=doc.html --gladtex -s -
|
||||
|
||||
# Approach 2: pdf to html with gladtex
|
||||
rm -r _doc_mathimg
|
||||
rm -rf _doc_mathimg
|
||||
pdoc --pdf --force --template-dir pdoc_templates -o doc . > doc.md
|
||||
pandoc --metadata=title:"meanas" --from=markdown+abbreviations --to=html --output=doc.htex --gladtex -s --css pdoc_templates/pdoc.css doc.md
|
||||
gladtex -a -n -d _doc_mathimg -c white doc.htex
|
||||
|
Loading…
Reference in New Issue
Block a user