From ff039a8d60e81c771dab31c72d349ef9560c8537 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Wed, 24 Feb 2021 09:54:20 +0100 Subject: Final commit for archival --- latex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'latex/Makefile') diff --git a/latex/Makefile b/latex/Makefile index 0679c72..128df11 100644 --- a/latex/Makefile +++ b/latex/Makefile @@ -1,6 +1,6 @@ CONV = pandoc -CONVFLAGS = --from markdown --to html --standalone --template template.html --mathjax=/mathjax/custom-mathjax.js +CONVFLAGS = --from markdown --to html --standalone --template template.html --mathjax=/mathjax/custom-mathjax.min.js know: $(shell find ./know/concept -mindepth 1 -maxdepth 1 -type d -printf "%p/index.html\\n") for file in $^; do \ -- cgit v1.2.3