openmind ☃   November 08, 2007  ☃  LaTeX: Normal font in \verbatim  ()

% 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

Via http://www1.maths.lth.se/help/latex/.

blog comments powered by Disqus