black bg for tex svgs

This commit is contained in:
Jan Petykiewicz 2024-07-14 22:09:16 -07:00
parent 22565328ab
commit 8c49710861

View File

@ -12,7 +12,7 @@ cd ~/projects/meanas
rm -rf _doc_mathimg rm -rf _doc_mathimg
pdoc --pdf --force --template-dir pdoc_templates -o doc . > doc.md 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 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 gladtex -a -n -d _doc_mathimg -c white -b black doc.htex
# Approach 3: html with gladtex # Approach 3: html with gladtex
#pdoc3 --html --force --template-dir pdoc_templates -o doc . #pdoc3 --html --force --template-dir pdoc_templates -o doc .