Skip to content

Commit 97155a4

Browse files
authored
added extra LaTeX packages to make figures and tables position/float correctly
1 parent b6a8ddb commit 97155a4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Dockerfile

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,19 @@ RUN tlmgr install amsmath \
7777
caption \
7878
sourcecodepro \
7979
amscls \
80-
natbib
80+
natbib \
81+
float \
82+
multirow \
83+
wrapfig \
84+
colortbl \
85+
pdflscape \
86+
varwidth \
87+
threeparttable \
88+
threeparttablex \
89+
environ \
90+
trimspaces \
91+
ulem \
92+
makecell
8193

8294
# increase the ImageMagick resource limits
8395
# this relies on the fact that there is only one place where each of these sizes are used in policy.xml

0 commit comments

Comments
 (0)