Open alejandrorusso opened 8 months ago
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.
APAitemize
bug.pdf
This code
renders the enumerated lists as:
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