Skip to content

Instantly share code, notes, and snippets.

@oehrlis
Last active December 5, 2018 10:40
Show Gist options
  • Save oehrlis/4de7ea5bc226fbdbde616570a1234673 to your computer and use it in GitHub Desktop.
Save oehrlis/4de7ea5bc226fbdbde616570a1234673 to your computer and use it in GitHub Desktop.
DOAG 2018 Build PDF from Markdown

Build PDF files based on markdown using pandoc and the Trivadis Latex Template

docker run --rm -v $PWD:/workdir:z oehrlis/pandoc DOAG18_O-EUS_Workshop.md \
    DOAG18_O-EUS_Workshop_LabEnv.md \
    DOAG18_O-EUS_Workshop_Links.md \
    -o DOAG18_O-EUS_Workshop.pdf \
    --template ./images/trivadis.tex -N --listings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment