summaryrefslogtreecommitdiff
path: root/latex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'latex/Makefile')
-rw-r--r--latex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/latex/Makefile b/latex/Makefile
index 69bf59f..0679c72 100644
--- a/latex/Makefile
+++ b/latex/Makefile
@@ -1,6 +1,6 @@
CONV = pandoc
-CONVFLAGS = --from markdown --to html --standalone --template template.html --mathjax=/mathjax/tex-svg.js
+CONVFLAGS = --from markdown --to html --standalone --template template.html --mathjax=/mathjax/custom-mathjax.js
know: $(shell find ./know/concept -mindepth 1 -maxdepth 1 -type d -printf "%p/index.html\\n")
for file in $^; do \