I would like to define a new team like this
\newcommand{\bob}[1]{\excerpt \begin{lstlisting} {
and then use it like this:
\bob{abcd}
but I get the following latex error.
text dropped after begin of listing latex
EDIT:
I tried the following
\newcommand{\boy}[1] {{% \begin{Verbatim} % {
And I still get the error message when I try to use it.
\boy{abc}
source share