[Vim-latex-devel] Custom verbatim-like environment
Brought to you by:
srinathava,
tmaas
From: rocku <ro...@gm...> - 2009-08-21 18:53:08
|
Hi, I defined a custom 'code' environment using fancyvrb package. I would like this environment to be treated by latex-suite just like the verbatim environment, that is -- turn off all special characters effect inside it. Currently when I put code inside, then for example the '$' character breaks latex-suite outside of my 'code' environment. Is there a way to fix this? -- rocku |