My subsection title continues in the 2nd line with an indent in the beginning. I want it to be aligned with the first line of the subsection title. Any suggestions?
Solution should not contain \usepackage{tocloft} since this interferes with previous settings
\documentclass[11pt,a4paper,doc,donotrepeattitle]{apa6}
\begin{document}
\renewcommand*\contentsname{Table of Contents}
\tableofcontents
\section{Title}
\subsection{Long title that spans over two lines}
\end{document}
ERROR: Undefined control sequence. <argument> \@shorttitle... Sorry – tobiasBora Aug 14 '18 at 17:22