Skip to content

docker image to build pandoc documents using the eisvogel template

Notifications You must be signed in to change notification settings

credmp/docker-pandoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Docker Pulls Docker Stars

This is a Docker image containing a pandoc installation which can make use of our TeX Live installation.

It was built specifically for rendering documents using the eisvogel LaTeX template.

The basis for this image was Thomas Weisse's work. Currently it uses the pandoc/ubuntu-latex image as a base to be up-to-date with pandoc.

Usage

docker run -v $(pwd):/doc/ -t -i --rm credmp/docker-pandoc \
 introduction.org \
       -o "org-introduction.pdf" \

About

docker image to build pandoc documents using the eisvogel template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published