add title page
This commit is contained in:
parent
325d12ba7e
commit
95a7cbc152
22
main.tex
22
main.tex
|
@ -57,22 +57,24 @@ code-for-last-col = \color{blue}
|
||||||
|
|
||||||
\setbeamercolor{block title}{fg=white, bg=purple!50!black}
|
\setbeamercolor{block title}{fg=white, bg=purple!50!black}
|
||||||
\setbeamercolor{block body}{fg=black, bg=pink!20}
|
\setbeamercolor{block body}{fg=black, bg=pink!20}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\setbeamercolor{titlebox}{fg=black,bg=white}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
|
{
|
||||||
\maketitle
|
\usebackgroundtemplate{\includegraphics[height=\paperheight]{cmb.png}}
|
||||||
|
\begin{frame}
|
||||||
|
\begin{beamercolorbox}[center]{titlebox}%
|
||||||
|
\titlepage
|
||||||
|
\end{beamercolorbox}
|
||||||
|
\end{frame}
|
||||||
|
}
|
||||||
|
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
|
|
||||||
\begin{frame}{Outline}
|
\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}
|
\end{frame}
|
||||||
|
|
||||||
\include{prerequisites}
|
\include{prerequisites}
|
||||||
|
|
Loading…
Reference in a new issue