Wang2017a.en.html: Wang2017a-fig-*.en.png

PANDOC_OPTIONS = --standalone -M document-css=false --include-in-header main.css --section-divs --mathml --citeproc  --lua-filter=cite-author-in-text.lua

%.tmp.html: %.pandoc main.css note-only.csl cite-author-in-text.lua
	pandoc --from markdown-implicit_figures --to html --standalone --output "$@" $(PANDOC_OPTIONS) -- "$<"

%.html: %.tmp.html standalone-html
	./standalone-html "$<" > "$@"

.DELETE_ON_ERROR:
