Job_Talk/Beamer/RG_Hedonic.tex

54 lines
2.0 KiB
TeX

%----------------------------------------------------------------------------------------
% PACKAGES AND THEMES
%----------------------------------------------------------------------------------------
\documentclass[aspectratio=169,xcolor=dvipsnames]{beamer} \usetheme{SimpleDarkBlue} \usepackage{hyperref}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\usepackage{textpos}
%{\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{./img/Mines_background1.pdf}}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\title[short title]{Simple Beamer Theme} % The short title appears at the bottom of every slide, the full title is only on the title page
\subtitle{Subtitle}
\author[Alex Gebben] {Alexander Gebben}
\institute[Colorado School of Mines] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
Department of Mineral And Energy Economics \\
Colorado School of Mines
\vskip 3pt
}
% \logo{\includegraphics[width=0.2\linewidth]{./img/Mines.jpg}}
\date{\today} % Date, can be changed to a custom date
%----------------------------------------------------------------------------------------
% PRESENTATION SLIDES
%----------------------------------------------------------------------------------------
\begin{document}
\input{./Sections/Intro.tex}
\input{./Sections/Overview.tex}
%------------------------------------------------
\section{First Section}
\input{./Sections/Bullets.tex}
\input{./Sections/Highlight.tex}
\input{./Sections/Columns.tex}
%------------------------------------------------
\section{Second Section}
\input{./Sections/Table.tex}
\input{./Sections/Theorem.tex}
\input{./Sections/Figure.tex}
\input{./Sections/Fragile.tex}
\input{./Sections/bib.tex}
\input{./Sections/End.tex}
\end{document}