Good morning. can somebody help. I got an issue with the heading in APA
here my code
\documentclass[a4paper,man,floatsintext]{apa7} %
\usepackage[american]{babel}
\usepackage{amsfonts,amssymb,amsmath,amsthm,mathtools}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{csquotes}
\usepackage[backend=biber,style=apa]{biblatex}
\begin{document}
\subsection{Design}
This section describes the study’s design.
\subsection{Procedure}
The procedure was fairly straightforward, yet required
attention to detail.
\subsubsection{Results}
Table \ref{tab:ComplexTable} contains some sample data. Our
statistical prowess in analyzing these data is unmatched.
\section{Discussion}
This is a lengthy and erudite discussion. It demonstrates amazing
skill in interpreting the results for the masses.
\subsection{Erudite Discussion}
\subsubsection{Forthcoming}
\end{document}
\subsubsectionlevel) differ considerably between APA6 and APA7. – Mico Jun 24 '20 at 04:58amssymbloadsamsfontsautomatically, and sincemathtoolsloadsamsmathautomatically, the statement\usepackage{amsfonts,amssymb,amsmath,amsthm,mathtools}may be simplified to\usepackage{amssymb,amsthm,mathtools}. – Mico Jun 24 '20 at 04:58