tbfisher / sublimetext-Pandoc

A Sublime Text plugin that uses Pandoc to convert text from one markup format into another. Pandoc can convert documents in markdown, reStructuredText, textile, HTML, DocBook, LaTeX, MediaWiki markup, OPML, or Haddock markup to XHTML, HTML5, HTML slide shows using Slidy, reveal.js, Slideous, S5, or DZSlides, Microsoft Word docx, OpenOffice/LibreOffice ODT, OpenDocument XML, EPUB version 2 or 3, FictionBook2, DocBook, GNU TexInfo, Groff man pages, Haddock markup, OPML, LaTeX, ConTeXt, LaTeX Beamer slides, PDF via LaTeX, Markdown, reStructuredText, AsciiDoc, MediaWiki markup, Emacs Org-Mode, Textile, or custom writers can be written in lua.
MIT License
137 stars 26 forks source link

Latex Engine specification in default config breaks non-Windows platforms #39

Closed darthoctopus closed 7 years ago

darthoctopus commented 8 years ago

specifically, in the default configs for beamer and s5, we have as one of the arguments

"--latex-engine=C:/Program Files (x86)/MiKTeX 2.9/miktex/bin/pdflatex.exe"

which naturally breaks on linux etc. Please don't do this. In most sane configurations the latex engine should already be in $PATH. Alternatively, provide a way to let us specify a latex engine elsewhere that is used for any latex-based output format.

tbfisher commented 7 years ago

fixed by 799b597abe1dc5a3000664600bc82cc3ec46b900