The following image is the output from the following block of code:
\begin{itemize}
\item In the document, put: \textbackslash lipsum[1-2] \\
[1-2] means generate paragraph from 1 to 2.
\end{itemize}
However, what I intend to produce is something that looks like:
•In the document, put:\lipsum[1-2]
[1-2] means generate paragraph from 1 to 2
I'm confused of what went wrong and don't know how to fix it.


\\ \relaxso the[1...isn't taken as the optional\\[5pt]length argument (and generate an error about missing length) – David Carlisle Jun 04 '21 at 20:32