%HAISA template v2018
%Author: Jayati Dev
%hope this makes life easy. Haisa recommends using the doc template though. The page limit is 10, including references
%i am really thankful Peter Williams peterw@archsci.arch.su.edu.au for the harvard bibliography style Version 2.0.5. I have used his jasa_harvard.sty file found at http://ib.berkeley.edu/labs/slatkin/eriq/latex/jasa/jasa_harvard.sty
\documentclass[10pt]{article} %this makes the whole document font size 10pt by default
%\usepackage{newtxtext,newtxmath}
%\renewcommand{\baselinestretch}{2} %double space
\usepackage{pslatex} %Times New Roman
\usepackage[paperheight=22.86cm,paperwidth=15.24cm,left=1.27cm,right=1.27cm,top=1.6cm,bottom=1.6cm,headheight=1in]{geometry}%margin specs go in here
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{jasa_harvard} %harvard citation style
%\bibliographystyle{apacite} %apa citation if you need
%\usepackage[pdfborder={0 0 0}]{hyperref}%for hyperlinks without ugly boxes
\usepackage[hidelinks]{hyperref}
\usepackage{graphicx} %figures
\usepackage{enumerate} %lists
\usepackage[font={small,sf},format=plain,labelfont=bf,up]{caption} %table and figure captions
\usepackage{sectsty}
\sectionfont{\fontsize{12pt}{12pt}\selectfont} %setting section font size
%\usepackage{natbib}
\usepackage{titlesec} %adding that dot after the section number
\titlelabel{\thetitle.\quad}
%\usepackage{flowchart}\TabPositions{0.5in,1.0in,1.5in,2.0in,2.5in,3.0in,3.5in,4.0in,4.5in,}
\urlstyle{same}
\begin{document}
%\author{Your Name}
%\date \today
%\maketitle
%\begin{Center}
%{\fontsize{14pt}{14pt}\selectfont \textbf{Paper Title}\par}
%\end{Center}
\begin{center}
{\fontsize{14pt}{14pt}\selectfont \textbf{Paper Title}\par}
\vspace{\baselineskip}
{\fontsize{10pt}{10pt}\selectfont Author List\par}
\vspace{\baselineskip}
{\fontsize{10pt}{10pt}\selectfont Affiliations\par}
{\fontsize{10pt}{10pt}\selectfont e-mail addresses\par}
\end{center}
\section*{Abstract}
%\vspace{\baselineskip}\par
{\fontsize{9pt}{9pt}\selectfont <<Insert your abstract text here>>\par}
%\vspace{\baselineskip}\par
\section*{Keywords}
%\vspace{\baselineskip}\par
{\fontsize{10pt}{10pt}\selectfont <<Insert your keywords text here>>\par}
%\vspace{\baselineskip}\par
\section{Paper content}
content goes here blah blah\par
\section{More content}
Your paper content goes here – use appropriate formatting guidelines
\section{Yet more content}
Your paper content goes here – use appropriate formatting guidelines
\section{References}
\begingroup
\renewcommand{\section}[2]{} %removes the reference section
\bibliography{sample.bib}
\endgroup
\end{document}