6 lines
138 B
Docker
6 lines
138 B
Docker
FROM pandoc/latex
|
|
|
|
RUN tlmgr install koma-script xpatch enumitem preprint braket algorithm2e ifoddpage relsize cancel cite
|
|
|
|
CMD /bin/bash
|