summaryrefslogtreecommitdiff
path: root/11-entwurfsheft-kolloquium/presentation.tex
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2024-05-24 17:42:08 +0200
committerOrangerot <purple@orangerot.dev>2024-05-24 17:47:22 +0200
commit7fcdc1c788725f866de71fc9dfd8c4d1cb132b57 (patch)
tree89931c85ae3f149884ba02c69862558e93f01531 /11-entwurfsheft-kolloquium/presentation.tex
Initial commitHEADmain
Diffstat (limited to '11-entwurfsheft-kolloquium/presentation.tex')
-rw-r--r--11-entwurfsheft-kolloquium/presentation.tex52
1 files changed, 52 insertions, 0 deletions
diff --git a/11-entwurfsheft-kolloquium/presentation.tex b/11-entwurfsheft-kolloquium/presentation.tex
new file mode 100644
index 0000000..ca05873
--- /dev/null
+++ b/11-entwurfsheft-kolloquium/presentation.tex
@@ -0,0 +1,52 @@
+%% Beispiel-Präsentation mit LaTeX Beamer im KIT-Design
+%% entsprechend den Gestaltungsrichtlinien vom 1. August 2020
+%%
+%% Siehe https://sdqweb.ipd.kit.edu/wiki/Dokumentvorlagen
+
+%% Beispiel-Präsentation
+\documentclass[xcolor={dvipsnames}]{sdqbeamer}
+\usepackage{multicol}
+\usepackage{fontawesome5}
+\usepackage{rest-api}
+\usepackage{graphicx}
+\usepackage{ulem}
+\usepackage[dvipsnames]{xcolor}
+
+
+%% Titelbild
+\titleimage{banner_2020_kit}
+
+%% Gruppenlogo
+\grouplogo{kitlogo_de_rgb}
+
+%% Gruppenname und Breite (Standard: 50 mm)
+\groupname{Praxis der Softwareentwicklung}
+%\groupnamewidth{50mm}
+
+\title[Kolloquium Pflichtenheft]{
+ PSE\textsuperscript{2} - Podcast Synchronisation made Efficient
+}
+\subtitle{Kolloquium Entwurfsheft}
+\author[Immanuel Reitz]{Immanuel Reitz}
+
+\date[17.\,01.\,2023]{17. Januar 2023}
+
+\begin{document}
+
+\KITtitleframe
+
+\include{slides/apiExtension}
+
+\include{slides/architecture}
+
+\include{slides/pattern}
+
+\include{slides/classdiagram}
+
+\include{slides/sequence}
+
+\include{slides/frontend}
+
+\include{slides/changes}
+%comment
+\end{document}