We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe2c91 commit 9a714f7Copy full SHA for 9a714f7
1 file changed
Dockerfile
@@ -19,10 +19,19 @@ RUN tlmgr option repository "https://mirror.ctan.org/systems/texlive/tlnet" && \
19
fontawesome \
20
pgf \
21
lastpage \
22
+ collection-latexrecommended \
23
+ collection-latexextra \
24
+ collection-fontsrecommended \
25
+ collection-bibtexextra \
26
+ collection-mathscience \
27
+ collection-pictures \
28
+ collection-publishers \
29
+ biber \
30
latexmk \
31
synctex \
32
texcount \
33
latexindent \
34
+ chktex \
35
titlesec \
36
marvosym \
37
enumitem \
0 commit comments