coljac / pandoc-docker

Docker image for pandoc/markdown/latex, for astro papers specifically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pandoc-docker

This creates a docker image for pandoc/markdown/latex, geared for generating astro papers specifically.

It installs pandoc, texlive, pandoc-crossref, pandoc-citeproc, and some custom scripts for shepherding a markdown document through to submittable tex and PDF.

The docker image is ~3GB, but no worries about keeping pandoc and the various filters in sync.

Usage

docker pull coljac/pandoc-markdown

docker run -v `pwd`:/docs --rm --entrypoint md_to_pdf coljac/pandoc-markdown filename

Citation style files courtesy https://github.com/citation-style-language/styles

About

Docker image for pandoc/markdown/latex, for astro papers specifically


Languages

Language:Python 33.3%Language:Dockerfile 23.6%Language:Shell 17.5%Language:Awk 15.9%Language:sed 9.6%