[Vim-latex-devel] xy-pic
Brought to you by:
srinathava,
tmaas
From: Sebastian M. <seb...@un...> - 2007-05-03 07:45:51
|
Hi Im using the package xy-pic for drawing some diagrams. The TeX-code looks like this: \centerline{ \xymatrix{ E \ar@/^/[r]^s \ar@/_/[r]_t & V } } or \centerline{ \xymatrix{ & S \times I \ar@/_/[dl]_t \ar[dl]_{\pi_1} \ar[d]^{\pi_2} \ar[dr]^o& \ \ S & I & O } } Syntax highlighting gets wrong for this: I get a lot of ugly characters with red background (looks like errorenous code). This occurs at "@" and "_". Oh, while i write a get an idea. Inside \xymatrix is math-text. Probably latex-suite does not recognize this and treats it as standard text !? How can i change that? Sebastian. |