We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92554be commit e76d48aCopy full SHA for e76d48a
Dockerfile
@@ -4,7 +4,8 @@ FROM pandoc/latex:3.2.0-alpine
4
RUN apk add --no-cache ttf-hack
5
6
# Install additional LaTeX packages
7
-RUN tlmgr update --self && tlmgr install \
+RUN tlmgr option repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2024/tlnet-final && \
8
+ tlmgr update --self && tlmgr install \
9
algorithmicx \
10
algorithms \
11
collection-context \
0 commit comments