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
2 changed files with 71 additions and 71 deletions
Showing only changes of commit 8fbc27c6f0 - Show all commits

View File

@ -14,15 +14,3 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- run: pdflatex conference_101719.tex
LatexBuild2:
runs-on: pi64
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