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 85 additions and 6422 deletions
Showing only changes of commit 2e2f8be55b - Show all commits

View File

@ -7,7 +7,6 @@ jobs:
runs-on: pi
container:
image: miktex/miktex:latest
pull: true
steps:
- name: Checkout
uses: actions/checkout@v3
@ -15,9 +14,6 @@ jobs:
LatexBuild2:
runs-on: pi
container:
image: miktex/miktex:latest
pull: true
steps:
- name: Set up Git repository
uses: actions/checkout@master