Initial commit
This commit is contained in:
3
res/.latexmkrc
Normal file
3
res/.latexmkrc
Normal 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
4
res/Dockerfile.alpine
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM alpine:3.19
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
RUN apk add make texlive texmf-dist-pictures
|
||||
Reference in New Issue
Block a user