From 8652c986ab75e839e7e2637b73be07c2f285589e Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Sun, 20 Feb 2022 12:37:35 +0100
Subject: [PATCH] added subfig

---
 pandoc/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pandoc/Dockerfile b/pandoc/Dockerfile
index ed5daa1..b9671c6 100644
--- a/pandoc/Dockerfile
+++ b/pandoc/Dockerfile
@@ -7,7 +7,7 @@ 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 \
+    pgfopts subfig \
     && apk add --update ghostscript
 
 # Install Node and mermaid-filter
-- 
GitLab