I am having problems using a post-process to compile with Pandoc. I get the following message ‘pdflatex not found. Please select a different --pdf-engine or install pdflatex’ I am on on Scrivener 3.0.3. The processing command that I am using is:
-r markdown+smart+fenced_divs -s --filter pandoc-crossref --filter pandoc-citeproc --filter pandoc-latex-environment --pdf-engine=pdflatex --template=/Users/kyle/Documents/IT/Pandoc/templates/thesis.latex "<$inputfile>" -o "<$outputname>.pdf"
Pdflatex is installed on the following path (when I type ‘which pdflatex’ in the Terminal): ‘/Library/TeX/texbin/pdflatex’
.
Am currently getting around this by simply compiling to plain text and running Pandoc on the command line but I would like to compile straight from Scrivener.