7 lines
184 B
Docker
7 lines
184 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
|
|
|
|
CMD /bin/bash
|