Here's the MWE:
Code: Select all
\documentclass [man]{apa6}
\title{TITLE GOES HERE}
\shorttitle{SHORT TITLE GOES HERE}
\threeauthors{Author Name 1}{Author Name 2}{Author Names 3 and 4}
\threeaffiliations{Centre for Interdisciplinary Research in Music Media and Technology (CIRMMT),\linebreak Schulich School of Music, McGill University, Montreal, Canada}{Music Cognition Research Group, School of Electronic Engineering and Computer Science, \linebreak Queen Mary University of London, London, UK}{Centre for Interdisciplinary Research in Music, Media, and Technology (CIRMMT),\linebreak Schulich School of Music, McGill University, Montreal, Canada}
\abstract{TEXT GOES HERE.}
\keywords{cadence, expectation, schema, statistical learning}
\authornote{Funding was provided by a NAME H. NAME fellowship and a NAME doctoral fellowship from the Programme de bourses d'excellence pour étudiants étrangers awarded to AUTHOR 1, FUNDING SOURCES FOR AUTHOR 2, a Canadian Social Sciences and Humanities Research Council grant and NAME Professorship awarded to AUTHOR 3, and Canadian Natural Sciences and Engineering Research Council and Social Sciences and Humanities Research Council grants and NAMED Research Chair awarded to AUTHOR 4. \linebreak *Corresponding author. Email: \texttt{email@institution.edu}}
\begin{document}
\maketitle
\setcounter{secnumdepth}{3}
\section{Model}
\subsection{Probability Estimation}
\subsubsection{Maximum Likelihood}
TEXT GOES HERE.
\end{document}