Remove outline
This commit is contained in:
parent
95a7cbc152
commit
de9991bdaa
19
main.tex
19
main.tex
|
@ -63,19 +63,16 @@ code-for-last-col = \color{blue}
|
||||||
\setbeamercolor{titlebox}{fg=black,bg=white}
|
\setbeamercolor{titlebox}{fg=black,bg=white}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
{
|
|
||||||
\usebackgroundtemplate{\includegraphics[height=\paperheight]{cmb.png}}
|
|
||||||
\begin{frame}
|
|
||||||
\begin{beamercolorbox}[center]{titlebox}%
|
|
||||||
\titlepage
|
|
||||||
\end{beamercolorbox}
|
|
||||||
\end{frame}
|
|
||||||
}
|
|
||||||
|
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
|
|
||||||
\begin{frame}{Outline}
|
{
|
||||||
\end{frame}
|
\usebackgroundtemplate{\includegraphics[height=\paperheight]{cmb.png}}
|
||||||
|
\begin{frame}
|
||||||
|
\begin{beamercolorbox}[center]{titlebox}%
|
||||||
|
\titlepage
|
||||||
|
\end{beamercolorbox}
|
||||||
|
\end{frame}
|
||||||
|
}
|
||||||
|
|
||||||
\include{prerequisites}
|
\include{prerequisites}
|
||||||
\include{isospectral}
|
\include{isospectral}
|
||||||
|
|
Loading…
Reference in a new issue