Purplelink
← All templates

APA 7th edition template (apa7)

For a paper in APA 7th edition style, use Daniel Weiss's apa7 class with \documentclass[man]{apa7} for a manuscript, and biblatex with style=apa and the Biber backend for the references.

apa7 is distributed on CTAN as the apa7 package and included in TeX Live and MiKTeX. The reference list comes from a separate package, biblatex-apa. The class is not published or endorsed by the American Psychological Association, and a journal that follows APA style can still add its own rules, so read the journal's instructions as well.

Minimal skeleton

Save your references as references.bib in the same folder. The build is pdfLaTeX, then Biber (not BibTeX), then pdfLaTeX twice. latexmk runs those passes for you, and so does the online compiler linked below.

Download the starter (.zip) main.tex, references.bib and a README. Compiles as is. Writing on a Mac? Open the folder in ModernTex.

\documentclass[man]{apa7}
% \documentclass[stu]{apa7}   % student paper
% \documentclass[jou]{apa7}   % typeset, two-column look
% \documentclass[doc]{apa7}   % ordinary LaTeX document look

\usepackage[american]{babel}
\usepackage{csquotes}
\usepackage[style=apa,backend=biber]{biblatex}
\addbibresource{references.bib}

\title{Paper Title in Title Case}
\shorttitle{Short Title}

\authorsnames{First Author, Second Author}
\authorsaffiliations{{Department, University}}

\authornote{Correspondence concerning this article should be addressed to
First Author, Department, University. Email: first@example.edu}

\abstract{One paragraph that states the problem, the method, and the result.}
\keywords{first keyword, second keyword}

\begin{document}
\maketitle

Opening paragraphs go here without a heading, because the title
serves as the introduction's heading. A parenthetical citation
\parencite{example}, and a narrative one: \textcite{example}.

\section{Method}
Text.

\subsection{Participants}
Text.

\section{Results}
Text.

\section{Discussion}
Text.

\printbibliography

\end{document}

The affiliation is wrapped in a second pair of braces because commas separate affiliations in \authorsaffiliations; without them, "Department" and "University" print as two affiliations. For authors with different affiliations, \authorsnames takes an optional argument that maps each author to an affiliation; the class documentation has examples.

Key options

Common submission pitfalls

Check before you submit

Writing it on a Mac

If you write on a Mac, ModernTex is our native LaTeX editor. It compiles with the TeX distribution you already have, such as MacTeX, so apa7 behaves the same as it does anywhere else, and the PDF preview stays in sync with the source. It has a 7-day free trial and then costs $10 once.

A reminder a week before the deadline

One email, seven days ahead, with the submission checklist and the checks that fit in a week. Then nothing more.

The address is kept until that email goes out, then deleted 30 days later. Privacy.