Added ending slide

This commit is contained in:
Lukas Pietzschmann
2022-12-10 13:18:28 +01:00
parent 6ac46d5574
commit 73aa15b8e0
3 changed files with 25 additions and 7 deletions

View File

@@ -321,8 +321,16 @@
\newcommand{\awesome@uni}{#1}
}
\newcommand{\location}[1]{
\newcommand{\awesome@location}{#1}
}
\newcommand{\insertlocation}[0]{
\awesome@location
}
\newcommand{\insertuni}[0]{
\href{mailto:\awesome@uni}{\awesome@uni}
\awesome@uni
}
\tikzfading[
@@ -495,24 +503,33 @@
\AtBeginSection[]{
\ifawesome@secslide
\begin{frame}[noframenumbering]
\begin{frame}[c, noframenumbering]
\thispagestyle{navigation@toc}
\vfill
\centering
\usebeamerfont{title}\usebeamercolor[fg]{section number projected}\insertsectionnumber.~\usebeamercolor[fg]{title}\insertsectionhead\par
\vfill
\end{frame}
\fi
}
\AtBeginSubsection[]{
\ifawesome@subsecslide
\begin{frame}[noframenumbering]
\begin{frame}[c, noframenumbering]
\thispagestyle{navigation@toc}
\vfill
\centering
\usebeamerfont{title}\usebeamercolor[fg]{section number projected}\insertsectionnumber.\textsubscript{\usebeamercolor[fg]{subsection number projected}\insertsubsectionnumber}~\usebeamercolor[fg]{title}\insertsubsectionhead\par
\vfill
\end{frame}
\fi
}
\AtEndDocument{
{\setbeamercolor{background canvas}{bg=awesomehighlight!70!black}
\begin{frame}[b, noframenumbering]
\color{white}
\thispagestyle{navigation@titlepage}
\Large\textbf{\insertauthor}
\vskip0.5em
\scriptsize\insertlocation,~\insertdate
\hfill
\insertemail
\end{frame}}
}

Binary file not shown.

View File

@@ -10,6 +10,7 @@
\email{lukas.pietzschmann@uni-ulm.de}
\institute{Institute of Software Engineering and\\Programming Languages}
\uni{University of Ulm}
\location{Ulm}
\date{\today}
\background{background.png}