Docker Image for extensive LaTex builds incl. BibLatex and minted as well as markdown conversion using Pandoc.
Go to file
KingOfDog 7f44edfa31
Some checks failed
continuous-integration/drone/push Build is failing
Change pipeline type to Kubernetes
2022-01-29 16:10:19 +00:00
.drone.yml Change pipeline type to Kubernetes 2022-01-29 16:10:19 +00:00
Dockerfile Improve dockerfile 2021-10-14 16:22:57 +02:00
LICENSE Initial commit 2020-05-19 00:13:56 +02:00
README.md renamed repo 2020-05-24 14:55:32 +02:00

docker-pandoc-latex

This repo provides a Docker image based on Debian Slim for extensive LaTex builds. The following packages are available:

  • texlive-full including support for BibLaTex
  • pygments for better syntax highlighting in LaTex code listings (using the minted package in LaTex)
  • pandoc and pandoc-citeproc for converting Markdown documents to LaTex
  • pandoc-crossref for handling cross references in Pandoc Markdown

This docker image was built to complete a GitLab CI workflow using the LaTex Boilerplate.