\verbatim (latex)
% Use normal font for the verbatim environment
\makeatletter % makes '@' an ordinary character
\renewcommand{\verbatim@font}{%
\catcode`\<=\active\catcode`\>=\active%
}
\makeatother % makes '@' a special symbol again
\verbatim (latex)
% Use normal font for the verbatim environment
\makeatletter % makes '@' an ordinary character
\renewcommand{\verbatim@font}{%
\catcode`\<=\active\catcode`\>=\active%
}
\makeatother % makes '@' a special symbol again