Le 03/06/2017 à 17:26, Enrico Forestieri a écrit :
commit 55bbd67cde18184082b074f669a6b81cc48257b6
Author: Enrico Forestieri <[email protected]>
Date:   Sat Jun 3 17:26:05 2017 +0200

     Fix bugs #10650 and #9598

Hi Enrico,

It seems that the above commit changes the output of the attached file.

Before:

\documentclass{scrartcl}
\begin{document}
\begin{abstract}
Lorem
\begin{itemize}
\item Ipsum{\small \par}
\item Dolor{\small \par}
\end{itemize}
\end{abstract}
\end{document}

After:

\documentclass{scrartcl}
\begin{document}
\begin{abstract}
Lorem
\begin{itemize}
\item Ipsum
\item Dolor
\end{itemize}
\end{abstract}
\end{document}

Note that the font size of the abstract is small.

I am wondering since this results in a different vertical spacing. Is
this change intended? Which one is the desired output (I am not certain
about the first one)?

Attachment: small-par.lyx
Description: application/lyx

Reply via email to