From 4a88da5ae48f66443ba571c2e57a3aae78f51a1c Mon Sep 17 00:00:00 2001 From: Dominik Date: Tue, 19 May 2020 22:04:14 +0200 Subject: [PATCH] added readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2746e75 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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](https://gitlab.com/fastexitlane/latex-boilerplate).