%% APA 7th edition manuscript template — uses the official apa7 class
%% (TeX Live) with biblatex + biber for APA-style references.
%% Document modes: `man` (manuscript), `jou` (journal), `doc` (document).
\documentclass[man,11pt,floatsintext]{apa7}
\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=apa,sortcites=true,sorting=nyt,backend=biber]{biblatex}
\DeclareLanguageMapping{american}{american-apa}
\addbibresource{references.bib}
\title{A Template for APA 7th Edition Manuscripts}
\shorttitle{APA 7 Template}
\author{First A. Author\textsuperscript{1} and Second B. Author\textsuperscript{2}}
\affiliation{%
\textsuperscript{1}Department of Psychology, University of Example\\
\textsuperscript{2}Example Research Institute}
\abstract{This document is a template for manuscripts following the American
Psychological Association (APA) 7th edition style, using the \texttt{apa7}
class with biblatex and biber. It demonstrates the title page, abstract,
headings, in-text citations, and an APA-formatted reference list.}
\keywords{APA, manuscript template, LaTeX, apa7}
\begin{document}
\maketitle
\section{Introduction}
Prior work has examined learning and memory across contexts
\parencite{lecun2015deep}. Adaptive methods have been widely
adopted~\parencite{kingma2015adam}.
\section{Method}
\subsection{Participants}
Participants were recruited from an undergraduate population.
\subsection{Procedure}
We followed a standard within-subjects design and compared against prior
findings~\parencite{he2016deep}.
\section{Discussion}
We presented an APA 7 manuscript template ready for compilation.
\printbibliography
\end{document}

PDF Preview
Create an account to compile and preview