Search found 1 match

by meeheal
Mon Oct 28, 2024 8:56 pm
Forum: Text Formatting
Topic: fancyvrb + math
Replies: 1
Views: 11010

fancyvrb + math

Getting errors just like the one you were getting. I changed my code to this (note it's a back-tick, not a single quote after the catcode):
\begin{Verbatim}[commandchars=\\\{\},
codes={\catcode`$=3}]
and it ran fine $\lambda$
was properly included as the Greek letter lambda, inside the Verbatim ...