83 lines
2.5 KiB
TeX
83 lines
2.5 KiB
TeX
|
|
|
|
% ======================== Set up the environment to read the SLV Hedonic paper
|
|
\documentclass{article}
|
|
% ------------------------------------------------- Packages & Setup
|
|
|
|
\usepackage{svg}
|
|
\usepackage{authblk}
|
|
\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[1]{Alexander Gebben}
|
|
\affil[1]{University of Wyoming, Center for Business and Economic Analysis, 1000 E. University Ave Laramie, WY 82071 }
|
|
\affil[2]{Colorado School of Mines, Division of Economics and Business, 1500 Illinois Street, Golden, CO 80401, USA}
|
|
|
|
|
|
\author[2]{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}
|