You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, the \noindent information seems to get lost in \items such as
\item A\par\noindent a
This 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 (two class="ltx_noindent" missing one in the wrong <para>) :
\documentclass{article}
\begin{document}
\begin{trivlist}
\item A\par\noindent a
\item B\par b
\item C\par\noindent c
\end{trivlist}
\end{document}
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: