apa7-latex-cls-source icon indicating copy to clipboard operation
apa7-latex-cls-source copied to clipboard

Identation error in nested enumerate lists

Open alejandrorusso opened this issue 11 months ago • 0 comments

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.

bug.pdf

alejandrorusso avatar Mar 04 '24 22:03 alejandrorusso