Defense_Slides/LATEX/Defense.tex
2024-10-06 19:46:10 -06:00

89 lines
2.1 KiB
TeX

\documentclass{beamer}
\usepackage[style=apa,natbib=true]{biblatex}
\usepackage{cleveref}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{pdflscape,array}
\usepackage{array} % For inserting large multi-page tables
\usepackage{longtable}
\usepackage{calc}
\usepackage{multirow}
\usepackage{dcolumn}
\usepackage{threeparttable} % to insert the notes
\usepackage{svg}
\usepackage{float}
% \usepackage{caption}
\usepackage[tableposition=top]{caption}
% \usepackage{subcaption}
\usepackage{ragged2e}
\usepackage{placeins}
\usepackage{tabularx,booktabs}
\usepackage {setspace}
\usepackage{amssymb}
\usepackage{quoting}
\newcommand\blfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
\usetheme{Madrid}
\bibliography{Supporting/FinalThesis.bib}
\setbeamercovered{transparent=25}
%Information to be included in the title page:
\title{Should We Always Aim for Higher Quality?}
\author{Alexander Gebben}
\institute{Center for Business and Economic Analysis, University of Wyoming}
\date{2024}
\begin{document}
%%%%%%%%%%%%%%%%%%%%
\frame{\titlepage}
%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\onslide<2>{\begin{enumerate}
\item{Pumping fee reduced extraction by 33\% \citep{smith2017}}
\item{Economically distinct aspects of nuclear markets}
\item{Unique economic cost considerations}
\end{enumerate}}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\input{Chapter_I/tables/All_Models.tex}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\begin{figure}%
\centering
\includegraphics[width=\textwidth]{Chapter_I/images/Iplot_Raw.png}
\caption{Event study of Subdistrict One formation}\label{REG:EVENTW}%
\end{figure}%
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\begin{figure}%
\centering
\includegraphics[width=\textwidth]{Chapter_I/images/Iplot_Weighted.png}
\caption{Event study of Subdistrict One formation with parcel weighting}\label{REG:EVENTW}%
\end{figure}%
\end{frame}
\begin{frame}
\huge Conclusion
\end{frame}
\section{Reference}
\frame[allowframebreaks,shrink=50]{
\tiny
\printbibliography
}
%%%%%%%%%%%
\end{document}