A docker image for running the latest version of
Pandoc (from the official .deb file). The image
includes:
docker run -v `pwd`/input.pd:/root/input.pd ivotron/pandoc <... options ...> /root/input.pd
This passes paths to specific latex files, bibliography style, bibtex file and pandoc templates
docker run \
-v `pwd`/pandoc-templates:/root/.pandoc/templates \
-v `pwd`/pandoc-filters/root/.pandoc/filters \
-v `pwd`/latex-files:/root/texmf/tex/xelatex \
-v `pwd`/bibtools/ieee.csl:/root/ieee.csl \
-v `pwd`/bibfile/zotero.bib:/root/citations.bib \
-v `pwd`/main.pdc:/root/main.pdc \
-v `pwd`/out:/root/out \
ivotron/pandoc:latest \
--standalone \
--latex-engine=xelatex \
--self-contained \
--csl=/root/ieee.csl \
--bibliography=/root/citations.bib \
--filter=/root/.pandoc/filters/foo.py \
--reference-links \
--metadata=acm-sig-alternate:'yes' \
--output=/root/out/main.pdf /root/main.pdc
For more examples, checkout the paper-template repository.
ubuntu:xenial)Content type
Image
Digest
sha256:3352bfae2…
Size
463 MB
Last updated
almost 8 years ago
docker pull ivotron/pandoc