Compare commits

...

5 Commits

Author SHA1 Message Date
8a150208dd New: Presentationexport
Some checks failed
Word Count / count-words (push) Failing after 32s
2026-04-17 12:55:56 +02:00
6798cbf877 Fix: Gradient 2026-04-17 12:55:45 +02:00
63f9f721a2 Fix: Presentationorder 2026-04-17 12:55:36 +02:00
ea9479628c Testing...
Some checks failed
build-debian-package / Build the debian package (push) Failing after 36s
Word Count / count-words (push) Failing after 1m1s
2026-04-17 10:22:23 +02:00
aa704577ad Use Prebuilt Container
Some checks failed
Word Count / count-words (push) Failing after 1m35s
2026-04-16 23:07:22 +02:00
7 changed files with 8 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ jobs:
build: build:
name: Build the debian package name: Build the debian package
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Git clone" - name: "Git clone"
run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git . run: git clone ${{ gitea.server_url }}/${{ gitea.repository }}.git .
@@ -15,13 +16,9 @@ jobs:
run: git checkout "${{ gitea.sha }}" run: git checkout "${{ gitea.sha }}"
- name: "Submodules auschecken" - name: "Submodules auschecken"
run: git submodule update --init run: git submodule update --init
- uses: docker://pandoc/core:3.8
- name: "Install dependencies" with:
run: sudo apt-get update && sudo apt-get install pandoc nodejs texlive-full -y args: "--help" # gets appended to pandoc command
- name: "Install mermaid"
run: npm i -g @mermaid-js/mermaid-cli
- name: "Build .deb" - name: "Build .deb"
run: cd ./Defensio && ./pandoc.sh run: cd ./Defensio && ./pandoc.sh
- name: "Create release" - name: "Create release"

View File

@@ -67,7 +67,7 @@
\title[AlumniHub]{AlumniHub} \title[AlumniHub]{AlumniHub}
\subtitle{Web-Entwicklung für den Absolventenverein} \subtitle{Web-Entwicklung für den Absolventenverein}
\author{Konstantin Hintermayer \\ Adam Gaiswinkler \\ Florian Edlmayer} \author{Konstantin Hintermayer \\ Florian Edlmayer \\ Adam Gaiswinkler}
\email{} \email{}
\institute{Schulzentrum HTL HAK Ungargasse} \institute{Schulzentrum HTL HAK Ungargasse}
\uni{Schulzentrum HTL HAK Ungargasse} \uni{Schulzentrum HTL HAK Ungargasse}

BIN
Defensio/defensio.pdf Normal file

Binary file not shown.

View File

@@ -3,8 +3,8 @@ export TEXINPUTS=".:./libs/awesome-beamer/:./libs/smile/:$TEXINPUTS"
pandoc \ pandoc \
01_Praesentation_Allgemein.md \ 01_Praesentation_Allgemein.md \
02_Praesentation_Konstantin_Hintermayer.md \ 02_Praesentation_Konstantin_Hintermayer.md \
03_Praesentation_Adam_Gaiswinkler.md \ 03_Praesentation_Florian_Edlmayer.md \
04_Praesentation_Florian_Edlmayer.md \ 04_Praesentation_Adam_Gaiswinkler.md \
-t beamer \ -t beamer \
--template 00_preamble.tex \ --template 00_preamble.tex \
--pdf-engine=pdflatex \ --pdf-engine=pdflatex \