apa7-latex-cls-source
apa7-latex-cls-source copied to clipboard
Identation error in nested enumerate lists
This code
\documentclass[12pt, man, a4paper, fullpage, draftall, floatsintext]{apa7}
\begin{document}
\title{Title}
\authorsnames{A}
\authorsaffiliations{{B},{C}, {D}}
\maketitle
\begin{APAenumerate}
\item X
\begin{APAenumerate}
\item Y
\end{APAenumerate}
\item Z
\end{APAenumerate}
\end{document}
renders the enumerated lists as:
1. X
1. Y
2. Z
So, the indentation is wrong as well as the numeration. A similar phenomenon occurs with APAitemize
. See attached pdf for the output I am getting.