M Writing/202510270-Emerson-Pres/figure/bigone.tex M Writing/202510270-Emerson-Pres/main.fdb_latexmk M Writing/202510270-Emerson-Pres/main.log M Writing/202510270-Emerson-Pres/main.pdf M Writing/202510270-Emerson-Pres/main.synctex.gz M Writing/202510270-Emerson-Pres/main.tex
30 lines
748 B
TeX
30 lines
748 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}{Autonomous Control for Next Generation Nuclear Power: Hardware
|
|
Validation with Emerson Ovation}{Dane A. Sabo, Nuclear Regulatory Commission Fellow | Advisor: Dr. Daniel G. Cole}
|
|
\input{figure/bigone}
|
|
\end{frame}
|
|
\end{document}
|