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

Failure to generate output: [Errno 2] No such file or directory: 'pandoc' #45

Open calebaharrison opened 7 years ago

calebaharrison commented 7 years ago
screenshot of sublime text 08-20-2016 1-33-47 pm

When I try to render a PDF from a multi markdown file via pandoc, I get this. Ideas? Error console says that the PDF is created in the temp folder, but then Skim says it can't open it (though I can navigate to it and view it, and it's fine there).

tbfisher commented 7 years ago

try specifyig the full path to the pandoc executable in the plugin settings

calebaharrison commented 7 years ago

I've got it set to "/usr/local/bin/pandoc" (which is where I find it in Finder, and where it says it is in Terminal). All other paths are likewise fully specified (e.g. latex-engine, pandoc-citeproc).