diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 58653f6..b5e06b3 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -11,10 +11,8 @@ jobs: uses: actions/checkout@v4 - name: Compile LaTeX document uses: xu-cheng/latex-action@v3 - #with: - # root_file: sponsordoc.tex - - name: Build LaTeX document - run: make + with: + root_file: sponsordoc.tex - name: Upload PDF file uses: actions/upload-artifact@v4 with: diff --git a/.latexmkrc b/.latexmkrc new file mode 100644 index 0000000..a49dcf8 --- /dev/null +++ b/.latexmkrc @@ -0,0 +1,7 @@ +#!.latexmkrc + +$pdflatex = "pdflatex -interaction=batchmode -file-line-error -no-shell-escape -synctex=-1 "; +$pdf_mode = 1; + +%GI2TM_OPTIONS=(RELEASE_MATCHER=>"v[0-9]*.*"); +do './gitinfo2.pm';