Getting some problems with pandoc and mathjax
问题 I'm trying to use pandoc to produce a html slideshow from a markdown file with some latex in it. The file is here at github. If I run the following pandoc command: pandoc -s -t s5 --mathjax apresentacao.md -o index.html The math is perfectly displayed by MathJax, but I only get a webpage with all the slides and no slideshow functionality. If I run the follwing command: pandoc -s --self-contained -t s5 --mathjax apresentacao.md -o index.html I get a perfectly alright presentation, but MathJax