Added ending slide
This commit is contained in:
@@ -321,8 +321,16 @@
|
|||||||
\newcommand{\awesome@uni}{#1}
|
\newcommand{\awesome@uni}{#1}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\newcommand{\location}[1]{
|
||||||
|
\newcommand{\awesome@location}{#1}
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand{\insertlocation}[0]{
|
||||||
|
\awesome@location
|
||||||
|
}
|
||||||
|
|
||||||
\newcommand{\insertuni}[0]{
|
\newcommand{\insertuni}[0]{
|
||||||
\href{mailto:\awesome@uni}{\awesome@uni}
|
\awesome@uni
|
||||||
}
|
}
|
||||||
|
|
||||||
\tikzfading[
|
\tikzfading[
|
||||||
@@ -495,24 +503,33 @@
|
|||||||
|
|
||||||
\AtBeginSection[]{
|
\AtBeginSection[]{
|
||||||
\ifawesome@secslide
|
\ifawesome@secslide
|
||||||
\begin{frame}[noframenumbering]
|
\begin{frame}[c, noframenumbering]
|
||||||
\thispagestyle{navigation@toc}
|
\thispagestyle{navigation@toc}
|
||||||
\vfill
|
|
||||||
\centering
|
\centering
|
||||||
\usebeamerfont{title}\usebeamercolor[fg]{section number projected}\insertsectionnumber.~\usebeamercolor[fg]{title}\insertsectionhead\par
|
\usebeamerfont{title}\usebeamercolor[fg]{section number projected}\insertsectionnumber.~\usebeamercolor[fg]{title}\insertsectionhead\par
|
||||||
\vfill
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\fi
|
\fi
|
||||||
}
|
}
|
||||||
|
|
||||||
\AtBeginSubsection[]{
|
\AtBeginSubsection[]{
|
||||||
\ifawesome@subsecslide
|
\ifawesome@subsecslide
|
||||||
\begin{frame}[noframenumbering]
|
\begin{frame}[c, noframenumbering]
|
||||||
\thispagestyle{navigation@toc}
|
\thispagestyle{navigation@toc}
|
||||||
\vfill
|
|
||||||
\centering
|
\centering
|
||||||
\usebeamerfont{title}\usebeamercolor[fg]{section number projected}\insertsectionnumber.\textsubscript{\usebeamercolor[fg]{subsection number projected}\insertsubsectionnumber}~\usebeamercolor[fg]{title}\insertsubsectionhead\par
|
\usebeamerfont{title}\usebeamercolor[fg]{section number projected}\insertsectionnumber.\textsubscript{\usebeamercolor[fg]{subsection number projected}\insertsubsectionnumber}~\usebeamercolor[fg]{title}\insertsubsectionhead\par
|
||||||
\vfill
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\fi
|
\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}}
|
||||||
|
}
|
||||||
|
|||||||
BIN
example.pdf
BIN
example.pdf
Binary file not shown.
@@ -10,6 +10,7 @@
|
|||||||
\email{lukas.pietzschmann@uni-ulm.de}
|
\email{lukas.pietzschmann@uni-ulm.de}
|
||||||
\institute{Institute of Software Engineering and\\Programming Languages}
|
\institute{Institute of Software Engineering and\\Programming Languages}
|
||||||
\uni{University of Ulm}
|
\uni{University of Ulm}
|
||||||
|
\location{Ulm}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
\background{background.png}
|
\background{background.png}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user