Tagged Questions
7
votes
1answer
502 views
How to escape “]” in a description's item tag?
In a description like
\begin{description}
\item[\texttt{DoSomething(items[])}:]
...
\end{description}
, how do I escape the "]" character?