I am using:
Automatically itemize a paragraph
to automatically create \item for my bullets and I was wondering how I would go about setting the spacing between each bullet point. The default for the custom \startitems command is too narrow.
I am using:
Automatically itemize a paragraph
to automatically create \item for my bullets and I was wondering how I would go about setting the spacing between each bullet point. The default for the custom \startitems command is too narrow.
It's not using a list mechanism at all just paragraphs, so add
\setlength\parskip{5cm}
to the definition and the paragraphs will be spaced out.
\setlength\parskip{5cm}to the definition and the paragraphs will be spaced out. – David Carlisle May 20 '15 at 19:45