Skip to content

Commit

Permalink
install bigfoot package, which footmisc depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Apr 8, 2024
1 parent cb6df0d commit 06b029c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ RUN npm install --global --unsafe-perm [email protected] [email protected] mermaid-filt
ENV PATH="${PATH}:/usr/local/texlive/bin/aarch64-linux:/usr/local/texlive/bin/x86_64-linux"

# Packages that are needed despite not being used explicitly by the template:
# catchfile, fancyvrb, footmisc, hardwrap, lineno, ltablex, latexmk, needspace, pgf, zref
# bigfoot, catchfile, fancyvrb, footmisc, hardwrap, lineno, ltablex, latexmk, needspace, pgf, zref
RUN tlmgr update --self && tlmgr install \
accsupp \
adjustbox \
Expand All @@ -159,6 +159,7 @@ RUN tlmgr update --self && tlmgr install \
adjustbox \
anyfontsize \
appendix \
bigfoot \
bookmark \
booktabs \
caption \
Expand Down

0 comments on commit 06b029c

Please sign in to comment.