pdflatex not found. Please select a different pdf-engine
simondueckert opened this issue · 1 comments
simondueckert commented
I try to use pandoc/latex within a github action. When I try to convert Readme.md to Readme.epub that works well. When I try to convert to Readme.pdf I get the error message "pdflatex not found. Please select a different --pdf-engine or install pdflatex".
What do I have to define as pdf-engine?
simondueckert commented
My fault, I used pandoc/core not pandoc/latex 🙈