CREP_Policy_Interaction_Wor.../CREP_Interaction.tex
2025-09-08 13:17:57 -06:00

78 lines
2.3 KiB
TeX

% ======================== Set up the environment to read the SLV Hedonic paper
\documentclass{article}
% ------------------------------------------------- Packages & Setup
\usepackage{svg}
\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{float}
% \usepackage{caption}
\usepackage[tableposition=top]{caption}
% \usepackage{subcaption}
\usepackage{ragged2e}
\usepackage{placeins}
\usepackage{tabularx,booktabs}
\usepackage{subfig}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{amssymb}
\usepackage{quoting}
\usepackage[style=apa,natbib=true]{biblatex}
\usepackage{tikz}
\usepackage{pdflscape} % For inserting landscape-mode objects
\usepackage{amsmath} % For matrices
\usepackage{listings} % For inserting programming code
\usepackage{rotating} % For inserting sideways tables and figures
\usepackage{soul} % for the command \hl
% To allow ifdef checking
\usepackage{etoolbox}
\usepackage{paralist}
\usepackage[inline]{enumitem}
\usepackage{blindtext}
\usepackage[printonlyused]{acronym}
\usepackage{nameref} % For referencing chapters numbers in main abastract
\usepackage{hyperxmp}
\usepackage[hidelinks]{hyperref} % For referencing though out the document. Can change, look at user manual how to change
\usepackage{cleveref}
% ========================Other formating
\graphicspath{{Figures}}
\setlength\bibitemsep{\baselineskip}
\addbibresource{supporting-files/FinalThesis.bib}
% ==========================Title Setup
\title{Policy Interactions of Water Conservation Programs. Is Efficiency Always Efficient?}
\author{Alexander Gebben}
\author{Steven Smith}
\date{\today}
% =======================Documents Start
\begin{document}
\maketitle
\begin{abstract}
\input{body/abstract}
\end{abstract}
\newpage
\input{supporting-files/symbols-and-abbreviations}
\newpage
% ========================Main Body
\input{body/Intro}
\input{body/background}
\input{Sections/Data.tex}
\input{Sections/Strategy.tex}
\input{Sections/Results.tex}
\input{body/conclusion}
% ==========================Appendices
\newpage
\printbibliography
\newpage
\input{appendix.tex}
\end{document}