From bbf4d76ba258ccd489887d0441f6fe90f89bf2f4 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Mon, 21 Feb 2022 15:05:51 +0100 Subject: [PATCH] merged with ilias' packages --- pandoc/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pandoc/Dockerfile b/pandoc/Dockerfile index 232341d..15b612f 100644 --- a/pandoc/Dockerfile +++ b/pandoc/Dockerfile @@ -7,7 +7,11 @@ RUN tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet \ tlmgr update \ && tlmgr install csquotes mdframed needspace sourcesanspro ly1 mweights \ sourcecodepro titling pagecolor epstopdf zref footnotebackref beamertheme-metropolis \ - pgfopts subfig float tocloft \ + subfig float tocloft \ + pgfopts sectsty enumitem glossaries wrapfig mfirstuc \ + textcase xfor tracklang datatool tocbibind titlesec \ + background textpos svg everypage trimspaces \ + catchfile koma-script transparent \ && apk add --update ghostscript # Install Node and mermaid-filter -- GitLab