Implemented a first verion of the text #7

Merged
Philipp merged 79 commits from first-text-passages into main 2023-12-10 18:44:38 +01:00
4 changed files with 89 additions and 6422 deletions
Showing only changes of commit 919523d926 - Show all commits

View File

@ -12,3 +12,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- run: pdflatex conference_101719.tex
LatexBuild2:
runs-on: pi
container:
image: miktex/miktex:latest
pull: true
steps:
- name: Set up Git repository
uses: actions/checkout@master
- name: Compile LaTeX document
uses: dante-ev/latex-action@latest
with:
root_file: main.tex
compiler: pdflatex
args: -interaction=nonstopmode -shell-escape