\noindent and list environments: class="ltx_noindent" in wrong <para> in some cases #994
Labels
Milestone
Comments
Ah, indeed, there's a bunch of implied |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes, the
\noindent
information seems to get lost in\item
s such asThis seems to depend on whether such an
\item
is followed by a blank line or not.I have seen this behaviour with
{trivlist}
,{itemize}
and{enumerate}
.Examples:
No blank lines after
\item
(twoclass="ltx_noindent"
missing one in the wrong<para>
) :Converted to:
Blank lines between
\item
s but not before\end{trivlist}
(oneclass="ltx_noindent"
missing one in the correct<para>
) :Converted to:
Blank lines after every
\item
(looks good):Converted to:
The text was updated successfully, but these errors were encountered: