Compare commits
4 Commits
doc-0.0.0-
...
doc-0.0.0-
| Author | SHA1 | Date | |
|---|---|---|---|
| fb3b4e5e1b | |||
| 8a150208dd | |||
| 6798cbf877 | |||
| 63f9f721a2 |
@@ -16,8 +16,10 @@ jobs:
|
||||
run: git checkout "${{ gitea.sha }}"
|
||||
- name: "Submodules auschecken"
|
||||
run: git submodule update --init
|
||||
- uses: docker://pandoc/core:3.8
|
||||
- uses: docker://git.kocoder.xyz/docker/ga-pandoc:24a15752b7c8f37f89f649f7c73c5be2aafbc8d2
|
||||
with:
|
||||
env: TEXINPUTS=.:./libs/awesome-beamer/:./libs/smile/
|
||||
command: pandoc
|
||||
args: "--help" # gets appended to pandoc command
|
||||
- name: "Build .deb"
|
||||
run: cd ./Defensio && ./pandoc.sh
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
\title[AlumniHub]{AlumniHub}
|
||||
\subtitle{Web-Entwicklung für den Absolventenverein}
|
||||
\author{Konstantin Hintermayer \\ Adam Gaiswinkler \\ Florian Edlmayer}
|
||||
\author{Konstantin Hintermayer \\ Florian Edlmayer \\ Adam Gaiswinkler}
|
||||
\email{}
|
||||
\institute{Schulzentrum HTL HAK Ungargasse}
|
||||
\uni{Schulzentrum HTL HAK Ungargasse}
|
||||
|
||||
BIN
Defensio/defensio.pdf
Normal file
BIN
Defensio/defensio.pdf
Normal file
Binary file not shown.
Submodule Defensio/libs/awesome-beamer updated: 8be8423ee5...e282972eb1
@@ -3,8 +3,8 @@ export TEXINPUTS=".:./libs/awesome-beamer/:./libs/smile/:$TEXINPUTS"
|
||||
pandoc \
|
||||
01_Praesentation_Allgemein.md \
|
||||
02_Praesentation_Konstantin_Hintermayer.md \
|
||||
03_Praesentation_Adam_Gaiswinkler.md \
|
||||
04_Praesentation_Florian_Edlmayer.md \
|
||||
03_Praesentation_Florian_Edlmayer.md \
|
||||
04_Praesentation_Adam_Gaiswinkler.md \
|
||||
-t beamer \
|
||||
--template 00_preamble.tex \
|
||||
--pdf-engine=pdflatex \
|
||||
|
||||
Reference in New Issue
Block a user