In my document preamble, I'm using:
\usepackage{fancyvrb}
\DefineShortVerb{\|}
It means I can indicate that things are to be rendered as code with |This_is_monospaced|, but now I'm trying to use vertical bars to represent magnitude in a formula, as such: $|V|$ (typeset with amsmath)
What I'm currently getting is a verbatim environment within my formula.
Is there a way of temporarily disabling the monospacing behaviour so my formula still renders normally?
