This commit is contained in:
77
Defensio/00_preamble.tex
Normal file
77
Defensio/00_preamble.tex
Normal file
@@ -0,0 +1,77 @@
|
||||
\documentclass[aspectratio=169]{beamer}
|
||||
|
||||
\providecommand{\tightlist}{%
|
||||
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
|
||||
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{lmodern}
|
||||
\usepackage{multimedia}
|
||||
\usepackage{graphicx}
|
||||
|
||||
\newcommand{\imagepath}{Images}
|
||||
|
||||
\definecolor{orange}{HTML}{f87a01}
|
||||
\usetheme[german, color, coloraccent=orange]{awesome}
|
||||
|
||||
% \usepackage{firamath-otf}
|
||||
\usepackage{pgfplots}
|
||||
\usepackage{pgfplotstable}
|
||||
% \usepackage{fontawesome}
|
||||
\usepackage{tikzpingus}
|
||||
\usepackage{tikzducks}
|
||||
\usepackage{pdfpc}
|
||||
\usepackage{amsmath}
|
||||
|
||||
\usepgfplotslibrary{dateplot}
|
||||
\usetikzlibrary{shapes,tikzmark}
|
||||
\tikzset{pipelinestep/.style={lw,rnd,shape=signal,signal from=west,signal pointer angle=130,minimum width=3cm,minimum height=2cm,draw=black,fill=lightgray!30}}
|
||||
|
||||
\def\info#1{\begingroup\color{gray}\scriptsize#1\endgroup}
|
||||
|
||||
\newcommand<>{\talknote}[1]{\only#2{\pdfpcnote{- #1}\relax}}
|
||||
|
||||
\makeatletter
|
||||
\newlength\beamerleftmargin
|
||||
\setlength\beamerleftmargin{\Gm@lmargin}
|
||||
\makeatother
|
||||
|
||||
|
||||
% \addbibresource{refs.bib}
|
||||
|
||||
% \addtobeamertemplate{title page}{}{
|
||||
% \begin{tikzpicture}[overlay, remember picture]
|
||||
% \node[anchor=south east,outer sep=0pt] at (current page.south east) {\fontsize{3}{3}\selectfont\color{white}This image was generated by AI};
|
||||
% \end{tikzpicture}
|
||||
% }
|
||||
|
||||
\pgfplotsset{
|
||||
every axis legend/.append style={style={roundednode,fill=accent!10,lcr}},
|
||||
every axis plot/.append style={lw,lcr},
|
||||
}
|
||||
|
||||
\title[AlumniHub]{AlumniHub}
|
||||
\subtitle{Web-Entwicklung für den Absolventenverein}
|
||||
\author{Konstantin Hintermayer \\ Adam Gaiswinkler \\ Florian Edlmayer}
|
||||
\email{}
|
||||
\institute{Schulzentrum HTL HAK Ungargasse}
|
||||
\uni{Schulzentrum HTL HAK Ungargasse}
|
||||
\location{Wien}
|
||||
\background{background.png}
|
||||
\logo{\includegraphics[width=3cm]{\imagepath/images/logos/logo.png}}
|
||||
\date\today
|
||||
|
||||
\AtBeginSection[]
|
||||
{
|
||||
\begin{frame}[noframenumbering,plain]{Agenda}
|
||||
\tableofcontents[currentsection, hideothersubsections]
|
||||
\end{frame}
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
$body$
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user