1
Fork 0

Add silver lining

This commit is contained in:
prescientmoon 2025-03-21 13:11:10 +01:00
parent 7947af0a53
commit 1eac83d4a9
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
3 changed files with 18 additions and 12 deletions

View file

@ -32,16 +32,20 @@
\end{frame}
\end{comment}
\begin{frame}{The silver lining}
{
\usebackgroundtemplate{
\begin{tikzpicture}
\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
\fill[color=orange](0,0) rectangle (10pt,\paperheight);
\fill[color=silver](0,0) rectangle (10pt,\paperheight);
\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 We can thus attempt to infer the shape of our universe based on its spectrum.
\end{itemize}
\end{frame}
}

BIN
main.pdf

Binary file not shown.

View file

@ -61,6 +61,8 @@ code-for-last-col = \color{blue}
\setbeamercolor{block body}{fg=black, bg=pink!20}
\setbeamercolor{titlebox}{fg=black,bg=white}
\definecolor{silver}{RGB}{192, 192, 192}
\begin{document}
\section{Introduction}