Files
masterthesis/docker/Dockerfile
2023-06-21 19:21:21 +02:00

7 lines
288 B
Docker

FROM pandoc/latex
RUN apk update && apk add texlive ghostscript
RUN tlmgr install koma-script xpatch enumitem preprint braket algorithm2e ifoddpage relsize cancel cite algpseudocodex algorithmicx fifo-stack varwidth tabto-ltx totcount tikzmark datetime fmtcount mathtools
CMD /bin/bash