pandoc/dockerfiles

pdflatex not found. Please select a different pdf-engine

simondueckert opened this issue · 1 comments

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?

My fault, I used pandoc/core not pandoc/latex 🙈