Docker image of pandoc with texlive from alpine image,
4.2K
The smallest image available on August 2018 to compile pdf from markdown with pandoc.
export suffix_file=local
export pdf_args="-V geometry:margin=1.2cm -V urlcolor=blue -V linkcolor=black --number-sections -T='%' --table-of-contents -s --toc-depth=3 --highlight-style=espresso"
docker run -v $(pwd):/code -w /code ciandt/docker-alpine-pandoc:2.2.3.2 pandoc README.md -o README-${suffix_file}.pdf ${pdf_args}
Content type
Image
Digest
Size
114.8 MB
Last updated
about 8 years ago
docker pull ciandt/docker-alpine-pandoc