Add silver lining
This commit is contained in:
parent
7947af0a53
commit
1eac83d4a9
|
@ -32,16 +32,20 @@
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\end{comment}
|
\end{comment}
|
||||||
|
|
||||||
\begin{frame}{The silver lining}
|
{
|
||||||
|
\usebackgroundtemplate{
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
\clip (0,0) rectangle (\paperwidth,\paperheight);
|
\clip (0,0) rectangle (\paperwidth,\paperheight);
|
||||||
\fill[color=orange] (\paperwidth-10pt,0) rectangle (\paperwidth,\paperheight);
|
\fill[color=silver] (\paperwidth-10pt,0) rectangle (\paperwidth,\paperheight);
|
||||||
% Added
|
% Added
|
||||||
\fill[color=orange](0,0) rectangle (10pt,\paperheight);
|
\fill[color=silver](0,0) rectangle (10pt,\paperheight);
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\begin{itemize}
|
}
|
||||||
|
|
||||||
|
\begin{frame}{The silver lining}
|
||||||
|
\begin{itemize}
|
||||||
\item Isospectral pairs are cool and all, but they cannot occur in dimension $3$.
|
\item Isospectral pairs are cool and all, but they cannot occur in dimension $3$.
|
||||||
\item We can thus attempt to infer the shape of our universe based on its spectrum.
|
\item We can thus attempt to infer the shape of our universe based on its spectrum.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
}
|
||||||
|
|
8
main.tex
8
main.tex
|
@ -61,6 +61,8 @@ code-for-last-col = \color{blue}
|
||||||
\setbeamercolor{block body}{fg=black, bg=pink!20}
|
\setbeamercolor{block body}{fg=black, bg=pink!20}
|
||||||
\setbeamercolor{titlebox}{fg=black,bg=white}
|
\setbeamercolor{titlebox}{fg=black,bg=white}
|
||||||
|
|
||||||
|
\definecolor{silver}{RGB}{192, 192, 192}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\section{Introduction}
|
\section{Introduction}
|
||||||
|
@ -232,13 +234,13 @@ code-for-last-col = \color{blue}
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item We can infer the shape of the universe from its spectrum.
|
\item We can infer the shape of the universe from its spectrum.
|
||||||
|
|
||||||
\pause
|
\pause
|
||||||
\item There are two homogeneous spherical manifolds obtained as $\S^3/\Gamma$ which produce CMB similar to observations.
|
\item There are two homogeneous spherical manifolds obtained as $\S^3/\Gamma$ which produce CMB similar to observations.
|
||||||
|
|
||||||
\pause
|
\pause
|
||||||
\item Inhomogeneous spherical spaces exhibit varied behavior of CMB anisotropies.
|
\item Inhomogeneous spherical spaces exhibit varied behavior of CMB anisotropies.
|
||||||
|
|
||||||
\pause
|
\pause
|
||||||
\item Statistical test results suggest possibilities of finite multi-connected topology.
|
\item Statistical test results suggest possibilities of finite multi-connected topology.
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
Loading…
Reference in a new issue