I'm making lists using
enumitem
. What is the difference between \partopsep
and \topsep
? I've been fiddling around with it on overleaf.com and don't quite get it...enumitem
. What is the difference between \partopsep
and \topsep
? I've been fiddling around with it on overleaf.com and don't quite get it...NEW: TikZ book now 40% off at Amazon.com for a short time.
\topsep
the rubber space between the first item of a list and the preceding paragraph.\partopsep
an extra rubber space which is added to \topsep
when the list environment starts a new paragraph.\par
) or not. CompareCode: Select all
Here is some text
\begin{itemize}
\item and a list \emph{not} starting a paragraph
Code: Select all
Here is some text
\begin{itemize}
\item and a list starting a paragraph
NEW: TikZ book now 40% off at Amazon.com for a short time.