\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} %allowframebreaks, %[shrink=50] \begin{frame}[shrink=50] \frametitle{Bibliography} \printbibliography \end{frame} %%%%%%%%%%% \end{document}