I cannot get rid of the vertical space before and behind the lists. I have code like below:
\begin{list}{-}{%
\setlength{\itemsep}{0pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
}
\item First item
\item Second item
\end{list}
|
I cannot get rid of the vertical space before and behind the lists. I have code like below:
|
||||
|
|
|
I answered this at stackexchange where you originally posted (below). I tried the suggested use of `\setlength{tosep}{0pt} but don't know if it's what you want. It seems that that eliminates space in between list items but not before and after lists themselves, but I could be wrong. My solution below may be hackish (or maybe not...), but it leaves no space between a previous paragraph, the itemized list, the items themselves, or the following paragraph. Itemize without itemizing...
Replace
The "-" seems to work fine with the whitespace as shown but the rest need the trailing |
|||||||||||||
|
|
Add |
||||
|
|