Skip to content

Commit

Permalink
feat: texliveonfly
Browse files Browse the repository at this point in the history
Add and install Texliveonfly tool for automatic LaTex package installation.
  • Loading branch information
ncvescera authored Nov 16, 2023
1 parent f3e387f commit 82028ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ RUN apt-get update -y && \
apt-get clean autoclean && \
apt-get autoremove -y && \
rm -rf /var/lib/{apt,dpkg,cache,log}/
RUN tlmgr install latexindent latexmk && \
RUN tlmgr install latexindent latexmk texliveonfly && \
texhash && \
rm /usr/local/texlive/${TEXLIVE_VERSION}/texmf-var/web2c/*.log && \
rm /usr/local/texlive/${TEXLIVE_VERSION}/tlpkg/texlive.tlpdb.main.*
Expand Down

0 comments on commit 82028ad

Please sign in to comment.