Wie kann ich es commandchars
für eine bestimmte Verbatim
Umgebung deaktivieren, wenn ich es zuvor als globale Option festgelegt habe \fvset
? Ich versuche Folgendes:
\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}
Ich erhalte:
! Improper alphabetic constant.
<to be read again>
\relax
l.9 \begin{Verbatim}[commandchars=]