1
Fork 0

add title page

This commit is contained in:
prescientmoon 2025-03-20 17:28:21 +01:00
parent 325d12ba7e
commit 95a7cbc152
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 12 additions and 10 deletions

BIN
cmb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 KiB

View file

@ -57,22 +57,24 @@ code-for-last-col = \color{blue}
\setbeamercolor{block title}{fg=white, bg=purple!50!black}
\setbeamercolor{block body}{fg=black, bg=pink!20}
\setbeamercolor{titlebox}{fg=black,bg=white}
\begin{document}
\maketitle
{
\usebackgroundtemplate{\includegraphics[height=\paperheight]{cmb.png}}
\begin{frame}
\begin{beamercolorbox}[center]{titlebox}%
\titlepage
\end{beamercolorbox}
\end{frame}
}
\section{Introduction}
\begin{frame}{Outline}
%Should we make an outline?
\begin{enumerate}%[<+->]
\item Motivation
\item Part 1
\item Part 2
\item Part 3
\item etc
\end{enumerate}
\end{frame}
\include{prerequisites}