A custom Docker image containing:
docker run --rm -v ${PWD}:/work -w /work \
-u $(id -u ${USER}):$(id -g ${USER}) cylab/pandoc \
pandoc --number-sections -t latex --top-level-division part --toc-depth 2 \
-F pandoc-include -F pandoc-crossref -F pandoc-latex-fontsize -F pandoc-latex-environment \
--citeproc --fail-if-warnings \
-o report.pdf report.md
https://cylab.be/blog/424/create-slides-and-reports-with-pandoc-and-docker
Content type
Image
Digest
sha256:4a7400874…
Size
1.5 GB
Last updated
2 days ago
docker pull cylab/pandoc