Closed mardukbp closed 9 years ago
When the output format is beamer, pandoc is called with:
pandoc --read=markdown --output=slideshow.pdf
which results in a LaTeX compilation error. It should be called instead with:
pandoc --read=markdown -t beamer --output=slideshow.pdf
See if commit e55df4e fixes it.
Thank you!
When the output format is beamer, pandoc is called with:
pandoc --read=markdown --output=slideshow.pdf
which results in a LaTeX compilation error. It should be called instead with:
pandoc --read=markdown -t beamer --output=slideshow.pdf