From 97155a4d3a7d82dc46af242fc7be109f9e9f8d47 Mon Sep 17 00:00:00 2001 From: "Tiffany A. Timbers" Date: Wed, 20 Oct 2021 11:42:03 -0700 Subject: [PATCH] added extra LaTeX packages to make figures and tables position/float correctly --- Dockerfile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83b3eecef..b8864273c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,19 @@ RUN tlmgr install amsmath \ caption \ sourcecodepro \ amscls \ - natbib + natbib \ + float \ + multirow \ + wrapfig \ + colortbl \ + pdflscape \ + varwidth \ + threeparttable \ + threeparttablex \ + environ \ + trimspaces \ + ulem \ + makecell # increase the ImageMagick resource limits # this relies on the fact that there is only one place where each of these sizes are used in policy.xml