이전을 통해 전역 옵션으로 설정한 경우 commandchars
특정 환경을 비활성화하려면 어떻게 해야 합니까 ? 나는 이것을 시도하고 있습니다 :Verbatim
\fvset
\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}
나는 얻는다 :
! Improper alphabetic constant.
<to be read again>
\relax
l.9 \begin{Verbatim}[commandchars=]