You are not logged in.
Pages: 1
I have installed pandoc in order to be able to export my markdowns as pdf. But it prompts me that I need a pdf engine in order to do this, and I am not able to find one. Has anyone solved this?
Last edited by bobhund (2024-06-19 16:30:18)
Offline
From the pandoc manual -
To produce a PDF, specify an output file with a `.pdf` extension:
pandoc test.txt -o test.pdf
By default, pandoc will use LaTeX to create the PDF, which requires
that a LaTeX engine be installed (see `--pdf-engine` below).
so install LaTeX
full manual - https://github.com/jgm/pandoc/blob/main/MANUAL.txt
You must unlearn what you have learned.
-- yoda
Offline
Thank you, much apreciated
Offline
Pages: 1