Docker Image for extensive LaTex builds incl. BibLatex and minted as well as markdown conversion using Pandoc.
Go to file
2021-02-13 17:19:12 +01:00
Dockerfile added noninteractive env param and fixed release URL for pandoc-crossref 2021-02-13 17:15:22 +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.