I want to write an instruction how to set up a program. I have made a list with itemize and I need to write down an command but Latex gives out an error every time:
Code: Select all
\begin{compactitem}
\item doing something
\item enter Command: sdcc -c –stack-auto and push okay.
\item something else
\end{compactitem}
every time I get an error because of -stack. If I remove that - than there are no problems, but I need that for the instruction.
Does somebody have an idea? I tried alread with \verb+text+ and with begin{verbatime} ... end{verbatime} but both dosent work.