M .task/backlog.data M .task/completed.data M .task/pending.data M .task/undo.data A Writing/202510270-Emerson-Pres/beamerthemedane.sty A Writing/202510270-Emerson-Pres/beamerthemedane_native.sty A Writing/202510270-Emerson-Pres/figure/bigone.tex A Writing/202510270-Emerson-Pres/fonts/OpenSans-Bold.ttf
30 lines
698 B
TeX
30 lines
698 B
TeX
% !TEX program = lualatex
|
|
\documentclass[14pt]{beamer}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{booktabs}
|
|
\usepackage{colortbl}
|
|
\title{Presentation Template Title with extra words to show that it wraps!}
|
|
\date{\today}
|
|
\author{\textbf{Dane A. Sabo}\\
|
|
\small{dane.sabo@pitt.edu} \\
|
|
\vspace{0.25cm}
|
|
\textbf{Dr. Dan G. Cole} \\
|
|
\small{dgcole@pitt.edu}}
|
|
\institute{University of Pittsburgh}
|
|
|
|
%DEFINE TOGGLES!
|
|
\def\darkmode{0}
|
|
\def\notemode{0}
|
|
\def\gridmode{0}
|
|
%
|
|
|
|
\usetheme{dane_native}
|
|
\begin{document}
|
|
|
|
|
|
\begin{frame}{High-Assurance Autonomous Nuclear Reactor Control with Emerson
|
|
Ovation}{Dane A. Sabo, NRC Fellow | Advisor: Dr. Daniel G. Cole}
|
|
\input{figure/bigone}
|
|
\end{frame}
|
|
\end{document}
|