Closed DigiDuckArnold closed 5 months ago
Hi !
Thanks for your interest in this project, however I believe this issue is not specific to the pandocker image but rather a more general problem of the eisvogel
template or even the pandoc project itself
to debug your issue, you should try to generate the latex output ( rename outputfile.pdf
to outputfile.latex
) and search for the to_file.png
line
Also try to generate your PDF without eisvogel and see if the error still happens. If so, it may be a pandoc bug.
https://github.com/Wandmalfarbe/pandoc-latex-template https://github.com/jgm/pandoc/issues
I do have some images which are displayed in my pdf document as a very small image, like a post stamp/thumbnail. The pdf is generated from a markdown document
I use command:
In my markdown file I use:
As inspired by https://superuser.com/questions/796565/correctly-sizing-png-images-in-markdown-with-pandoc-for-html-pdf-docx
But I do get error message: " Error producing PDF. ! LaTeX Error: Can be used only in preamble."
Ho to set the size of my image in markdown to pdf conversion?