From 8c49710861181b1575cf88cc67aa607cd5d6a9a7 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 14 Jul 2024 22:09:16 -0700 Subject: [PATCH] black bg for tex svgs --- make_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_docs.sh b/make_docs.sh index 7ce9e39..6d99b5f 100755 --- a/make_docs.sh +++ b/make_docs.sh @@ -12,7 +12,7 @@ cd ~/projects/meanas 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 +gladtex -a -n -d _doc_mathimg -c white -b black doc.htex # Approach 3: html with gladtex #pdoc3 --html --force --template-dir pdoc_templates -o doc .