Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
6.01k stars 957 forks source link

[doc] New official docker image `pandoc/extra` includes eisvogel #318

Closed daamien closed 1 year ago

daamien commented 1 year ago

Hi @Wandmalfarbe !

Just to let you know that a new pandoc docker image is available here:

https://hub.docker.com/r/pandoc/extra

The goal of this image is to include useful templates and filters. The eisvogel template is the first template included.

In other words, people can now use the template without installing anything :

docker run --rm -v "$(pwd):/data" -u $(id -u) pandoc/extra --template=eisvogel foo.md -o foo.pdf

I think it may be useful to add this line in README, I can submit a PR if you think it's helpful

Wandmalfarbe commented 1 year ago

That is really cool! I'd love to see your PR.

Wandmalfarbe commented 1 year ago

Thank you for your contribution!