Skip to content

Commit

Permalink
Math in html is rendered by --latexmathml
Browse files Browse the repository at this point in the history
  • Loading branch information
cerkut committed Dec 27, 2016
1 parent 611d6fb commit 8553967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
all: nime2017.pdf nime2017.html

nime2017.html: nime2017.txt references.bib
pandoc --template=pandoc/nime.html --filter pandoc-citeproc --number-sections --csl=./ieee.csl nime2017.txt -o nime2017.html
pandoc --template=pandoc/nime.html --latexmathml --filter pandoc-citeproc --number-sections --csl=./ieee.csl nime2017.txt -o nime2017.html

nime2017.pdf: nime2017.txt references.bib pandoc/nime.latex pandoc/nime.sty
pandoc --template=pandoc/nime.latex --filter pandoc-citeproc --number-sections --csl=./ieee.csl nime2017.txt --listings -o nime2017.pdf
Expand Down

0 comments on commit 8553967

Please sign in to comment.