Docker Image for extensive LaTex builds incl. BibLatex and minted as well as markdown conversion using Pandoc.
continuous-integration/drone/push Build is passing
Details
|
||
---|---|---|
.drone.yml | ||
Dockerfile | ||
Dockerfile.arm64 | ||
LICENSE | ||
README.md |
README.md
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 BibLaTexpygments
for better syntax highlighting in LaTex code listings (using theminted
package in LaTex)pandoc
andpandoc-citeproc
for converting Markdown documents to LaTexpandoc-crossref
for handling cross references in Pandoc Markdown
This docker image was built to complete a GitLab CI workflow using the LaTex Boilerplate.