Como posso desabilitar commandchars
para um Verbatim
ambiente específico, se eu defini-lo como uma opção global \fvset
anteriormente? Estou tentando isso:
\documentclass{article}
\usepackage{fancyvrb}
\fvset{commandchars=+\{\}}
\begin{document}
\begin{Verbatim}
Hello, +textbf{world}!
\end{Verbatim}
Now, I want to disable command chars:
\begin{Verbatim}[commandchars=]
Hello, +textbf{world}!
\end{Verbatim}
\end{document}
Estou entendendo:
! Improper alphabetic constant.
<to be read again>
\relax
l.9 \begin{Verbatim}[commandchars=]