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...Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
\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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis