\documentclass[12pt,letterpaper]{article}
%\documentclass[12pt, titlepage]{article} %creat a title page, I used for abstract
%%% useful packages
\usepackage{amsthm} % newtheory command
\usepackage[margin=1.5in,vmargin=1.5in]{geometry}
\usepackage[utf8x]{inputenc} % may help with char/symbol in other language.
\usepackage[active]{srcltx} % paragraph spacing
\usepackage{amsmath} % rendering matrices, new symbols, new alignment environments.
\usepackage{amsfonts} % rendering matrices, new symbols, new alignment environments.
\usepackage{amssymb} % binary relationship symbol
\usepackage{booktabs} % To thicken table lines
\usepackage{comment}
\usepackage{color,soul}
\usepackage{fancyref} % fancy reference that recognize the type of reference
\usepackage{graphicx} % include graphs
\usepackage{hyperref} % hyper-links
\usepackage{multirow} % multirow in tables
\usepackage{mathptmx} % define Adobe Times Roman as default text font
\usepackage{setspace} % doubling space
\usepackage{verbatim} % display LaTeX command but not execute.
\usepackage{harvard} % These are extra packages you may have to install
\bibliographystyle{econometrica} % These are extra packages you may have to install
\graphicspath{{/Users/haotongtong/Dropbox/2016_RAOccupationComplexity/OccupationMatch/analyze/output/}} % figurepath in another folder
\hypersetup{
colorlinks,
citecolor=blue,
filecolor=black,
linkcolor=blue,
}
%\doublespacing
\onehalfspacing
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\author{Your Name \footnote{Your email, Your university}}
\title{Title \footnote{I thank Professor XXX for their valuable suggestions and advice. I also thank participates in University of XXX CEPA and XXX seminar for their suggestions and comments. All errors are mine.} }
\date{\today}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{titlepage}
\maketitle
\begin{abstract}
Your Abstract
\end{abstract}
Keywords: Inequality, intergenerational mobility, education
JEL classifications: I24, O15, O53
\end{titlepage}
\pagebreak
\section{Introduction}\label{sectionIntro}
Your first section, introduction of the paper. \\
The paper proceeds as follows. Section \ref{sectionBackground} introduces background on the CR. Section \ref{sectionData} describes the data and shows three-generational transitions using simple transition matrices. Section \ref{sectionModel} discusses the two models and the intergenerational transmission mechanism. Section \ref{sectionEmpiric} presents regression results. The last section concludes the paper.
\section{Background}\label{sectionBackground}
\subsection{Education Transition in Matrix}
\begin{thebibliography}{2}
\bibitem{Becker} Becker, G. S. and N. Tomes, “An Equilibrium Theory of the Distribution of Income and Intergenerational Mobility.” {\em Journal of Political Economy}, Vol. 87, No. 6 (Dec., 1979), pp. 1153-1189
\bibitem{Clark} Clark, G., The son also rises: surnames and the history of social mobility, 2014, Princeton University Press
\end{thebibliography}
\pagebreak
\appendix
%\addcontentsline{toc}{chapter}{APPENDICES}
\section*{Appendix}
Your Appendix here.
\end{document}