Re: [Vim-latex-devel] xy-pic
Brought to you by:
srinathava,
tmaas
From: Franco S. <sa...@gm...> - 2007-05-06 03:28:19
|
On 5/3/07, Sebastian Menge <seb...@un...> wrote: > 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? I haven't tried this, but maybe you can create a new environment called xymath and then use that environment in place of \xymatrix{}. \begin{xymath} % xymatrix code goes here. \end{xymath} Perhaps this would work? Franco -- |