M .task/backlog.data M .task/completed.data M .task/pending.data M .task/undo.data A PLAN_OF_STUDY_111225.pdf R Writing/202510270-Emerson-Pres/SaboOneSlide.pdf -> Presentations/202510270-Emerson-Pres/SaboOneSlide.pdf R Writing/202510270-Emerson-Pres/beamerthemedane.sty -> Presentations/202510270-Emerson-Pres/beamerthemedane.sty R Writing/202510270-Emerson-Pres/beamerthemedane_native.sty -> Presentations/202510270-Emerson-Pres/beamerthemedane_native.sty
31 lines
574 B
TeX
31 lines
574 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}{What're we writing today?}
|
|
\end{frame}
|
|
|
|
\end{document}
|