Merge tag 'v0.7.1' into develop

Add kpfonts lastpage latexmk
This commit is contained in:
Jörn-Michael Miehe 2024-04-23 01:25:58 +02:00
commit bca8809396

View file

@ -7,6 +7,12 @@ RUN set -ex; \
ghostscript \ ghostscript \
inotify-tools \ inotify-tools \
make \ make \
; \
\
tlmgr install \
kpfonts \
lastpage \
latexmk \
; ;
COPY src/usr /usr COPY src/usr /usr