unfortunately I have a problem with line breaks while using enumerate to make a numbered list.
I'm not that experienced with Latex and there seems to be a problem (for me) while using many symbols like ;|.* etc. within an enumerate block.
This is some example code:
Code: Select all
\begin{enumerate}
\item test.hello.why.this.doesn't.work;*;;.\textbar test.hello.why.this.doesn't.work;*;;.\textbar test.hello.why.this.doesn't.work;*;;.\textbar test.hello.why.this.doesn't.work;*;;.\textbar test.hello.why.this.doesn't.work;*;;. \textbar test.hello.why.this.doesn't.work;*;;.\textbar test.hello.why.this.doesn't.work;*;;.\textbar
\item test hello why this DOES work test hello why this DOES work test hello why this DOES work test hello why this DOES work test hello why this DOES work test hello why this DOES work test hello why this DOES work test hello why this DOES work test hello why this DOES work.
\end{enumerate}
For the second item the line wrap works just like it should.
Is there any way to make it work for the first item?
Thank you in advance!