/pandoc-eisvogel

GitHub Action to build PDF documents using Pandoc + Eisvogel template

Primary LanguageDockerfile

Pandoc + Eisvogel

This repo keeps the code to build Docker images for Pandoc with the Eisvogel template included.

The image is based on Pandoc's official Ubuntu LaTeX image, and then adds (even) more packages to meet Eisvogel's dependencies.

On every build, the latest Eisvogel LaTeX template will be included in the image.

Usage of the resulting image

$ docker run --rm --volume "`pwd`:/data" docker.pkg.github.com/ttps-ruby/pandoc-eisvogel/run input.md -o output.pdf