Docker Image for extensive LaTex builds incl. BibLatex and minted as well as markdown conversion using Pandoc.
Go to file
KingOfDog 94a7251db0
Some checks failed
continuous-integration/drone/push Build is failing
Add inkscape dependency
2023-06-05 06:13:45 +00:00
.drone.yml Use correct dockerfile for arm64 build 2023-01-27 12:45:49 +01:00
Dockerfile Add inkscape dependency 2023-06-05 06:13:45 +00:00
Dockerfile.arm64 Update to current version of pandoc 2023-01-27 12:51:47 +01: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.