Docker Image for extensive LaTex builds incl. BibLatex and minted as well as markdown conversion using Pandoc.
Go to file
2023-07-03 17:35:01 +02:00
.drone.yml Disable build for arm64 for now 2023-06-09 05:51:38 +00:00
Dockerfile Change base image, upgrade pandoc and ensure newest version of dependencies 2023-07-03 17:35:01 +02: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.