mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
Added skeleton talk slides
This commit is contained in:
parent
ae1c104fd1
commit
0af303f9c9
5 changed files with 40 additions and 3 deletions
5
papers/.gitignore
vendored
5
papers/.gitignore
vendored
|
@ -6,4 +6,7 @@
|
|||
*.fls
|
||||
*.log
|
||||
*.out
|
||||
*.xcp
|
||||
*.xcp
|
||||
*.nav
|
||||
*.snm
|
||||
*.toc
|
||||
|
|
BIN
papers/hatra21/Logo-Roblox-Black-Full.png
Normal file
BIN
papers/hatra21/Logo-Roblox-Black-Full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
|
@ -27,8 +27,10 @@ sudo tlmgr install preprint
|
|||
sudo tlmgr install libertine
|
||||
sudo tlmgr install inconsolata
|
||||
sudo tlmgr install newtx
|
||||
sudo tlmgr install latexmk
|
||||
```
|
||||
sudo tlmgr install latexmk`
|
||||
sudo tlmgr install montserrat
|
||||
sudo tlmgr install ly1
|
||||
``
|
||||
|
||||
## Building the paper
|
||||
|
||||
|
|
BIN
papers/hatra21/talk.pdf
Normal file
BIN
papers/hatra21/talk.pdf
Normal file
Binary file not shown.
32
papers/hatra21/talk.tex
Normal file
32
papers/hatra21/talk.tex
Normal file
|
@ -0,0 +1,32 @@
|
|||
\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}
|
Loading…
Add table
Reference in a new issue