-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install bigfoot package, which footmisc depends on
- Loading branch information
1 parent
cb6df0d
commit 06b029c
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|
@@ -159,6 +159,7 @@ RUN tlmgr update --self && tlmgr install \ | |
adjustbox \ | ||
anyfontsize \ | ||
appendix \ | ||
bigfoot \ | ||
bookmark \ | ||
booktabs \ | ||
caption \ | ||
|