Lots of updates

This commit is contained in:
paul
2026-03-18 23:32:45 -04:00
parent 0e19326bcb
commit b202ec9954
33 changed files with 4312 additions and 648 deletions

View File

@@ -1,5 +1,5 @@
FROM pandoc/latex:latest
RUN tlmgr update --self \
&& tlmgr install enumitem sectsty underscore
FROM ubuntu:latest
RUN apt-get update && apt-get install -y pandoc texlive texlive-latex-extra texlive-fonts-recommended
WORKDIR /data
VOLUME ["/data"]
ENTRYPOINT ["pandoc"]