%__________________________________________________%
% Copy this and use as your blueprint
% Last updated: 2025-04-19
% Author: Marcus Rundström
%__________________________________________________%
\documentclass[12pt]{article}
\input{Setup} % Here is all usepackages
\begin{document}
\input{Title page} % Title page and table of contents. If you do not want a title page and table of contents, you may remove this line.
\titleformat{\section}
{\centering\normalfont\normalsize}{\thesection.}{0.8em}{} % Makes sections centering and changes size. Remove to restore to default settings.
\titleformat{\subsection}
{\normalfont\normalsize\itshape}{\thesubsection.}{0.8em}{} % Makes subsections smaller and italics. Remove to restore to default settings.
\titleformat{\subsubsection}
{\normalfont\normalsize\itshape}{\thesubsubsection.}{0.8em}{} % Makes suvsubsections smaller and italics. Remove to restore to default settings.
%_________________________________________________________________________________________________________________%
\title{A Nice Title for a Seminal Paper$^{*}$}
\author{Name name$^{\dagger}$}
\date{\today} %date that changes automatically
\maketitle
\begin{abstract}
\setstretch{1.0}
\noindent Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
\let\thefootnote\relax\footnotetext{
\footnotesize $^{*}$I thank many people and acknowledge funding from a foundation.} % footnote
\let\thefootnote\relax\footnotetext{
\footnotesize $^{\dagger}$University, Department} % footnote
\noindent \textbf{JEL Classification:} A13, C90, J20, J24
\noindent \textbf{Keywords}: \textit{AER, QJE, SPE, ReStud, ECMA}
\end{abstract}
\thispagestyle{empty} % To remove page number at this page.
\newpage
%_________________________________________________________________________________________________________________%
\setcounter{page}{1} % To begin numbering at the first page of the introduction
\input{Introduction}
\input{Background}
\input{Method}
\input{Results}
\input{Conclusion}
%\newpage
\titleformat*{\section}{\Large\bfseries}
\titleformat{\subsection}{\large\bfseries}
\titleformat{\subsubsection}{\normalsize\bfseries}
\addcontentsline{toc}{section}{References}
\bibliographystyle{apalike}
\bibliography{biblography.bib}
\newpage
\titleformat*{\section}{\LARGE\bfseries}
\titleformat{\subsection}{\Large\bfseries}
\titleformat{\subsubsection}{\normalsize\bfseries}
\input{Appendix}
\end{document}