mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 19:00:54 +01:00
32 lines
1.1 KiB
TeX
32 lines
1.1 KiB
TeX
\documentclass[aspectratio=169]{beamer}
|
|
|
|
\usecolortheme{whale}
|
|
\setbeamertemplate{navigation symbols}{}
|
|
\definecolor{background}{rgb}{0.945,0.941,0.96}
|
|
\definecolor{bluish}{rgb}{0.188,0.455,0.863}
|
|
\usepackage{montserrat}
|
|
\setbeamerfont{frametitle}{size=\Large,series=\bfseries}
|
|
\setbeamerfont{title}{size=\Huge,series=\bfseries}
|
|
\setbeamerfont{date}{shape=\itshape}
|
|
\setbeamercolor{title}{bg=bluish}
|
|
\setbeamercolor{frametitle}{bg=bluish}
|
|
\setbeamercolor{background canvas}{bg=background}
|
|
\setbeamertemplate{footline}[text line]{\hfill\raisebox{5ex}{\insertshorttitle~~~~\insertframenumber/\inserttotalframenumber~~~~\includegraphics[width=5em]{Logo-Roblox-Black-Full.png}}}
|
|
|
|
\title{Goals of the\\Luau Type System}
|
|
\author{Lily Brown \and Andy Friesen \and Alan Jeffrey}
|
|
\institute[Roblox]{\includegraphics[width=15em]{Logo-Roblox-Black-Full.png}}
|
|
\date[HATRA '21]{\textit{Human Aspects of Types and Reasoning Assistants} 2021}
|
|
|
|
\begin{document}
|
|
|
|
{\setbeamertemplate{footline}{}
|
|
\frame{\titlepage}}
|
|
|
|
\begin{frame}
|
|
\frametitle{Thank you!}
|
|
Any questions?
|
|
|
|
\end{frame}
|
|
|
|
\end{document}
|