Initial commit

This commit is contained in:
2023-12-30 01:12:50 +01:00
commit df9d01baa5
9 changed files with 101 additions and 0 deletions

3
res/.latexmkrc Normal file
View File

@@ -0,0 +1,3 @@
$pdflatex="pdflatex -shell-escape -interaction=nonstopmode -synctex=1 %O %S";
$out_dir = 'build';
$pdf_mode = 1;

4
res/Dockerfile.alpine Normal file
View File

@@ -0,0 +1,4 @@
FROM alpine:3.19
RUN apk update && apk upgrade
RUN apk add make texlive texmf-dist-pictures