Open cagix opened 1 year ago
pandoc/extra will include Eisvogel as well as all LaTeX packages needed
from https://github.com/Wandmalfarbe/pandoc-latex-template/issues/354#issuecomment-1665827860: docker run --rm --volume "pwd:/data" --userid -u:id -gpandoc/extra input.md -o output.pdf --template eisvogel should do the trick :)
docker run --rm --volume "
:/data" --user
:
pandoc/extra input.md -o output.pdf --template eisvogel
pandoc/extra will include Eisvogel as well as all LaTeX packages needed
from https://github.com/Wandmalfarbe/pandoc-latex-template/issues/354#issuecomment-1665827860:
docker run --rm --volume "
pwd:/data" --user
id -u:
id -gpandoc/extra input.md -o output.pdf --template eisvogel
should do the trick :)