paper migration

This commit is contained in:
2025-10-22 12:20:28 +02:00
commit 634f685c91
11 changed files with 171 additions and 0 deletions

21
.github/workflows/latex.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Build PDF
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: xu-cheng/texlive-action@v2
with:
scheme: small
run: |
tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk
make pdf
- name: Upload PDF
uses: actions/upload-artifact@v4
with:
name: thesis-pdf
path: build/main.pdf