[Vim-latex-devel] minor issues
Brought to you by:
srinathava,
tmaas
From: Eric P. <eri...@gm...> - 2009-10-13 20:04:46
|
Great package! Thanks. I have two queries. 1. I'm trying to complete various math commands and it seems like vim-latex is recognizing some and not all of them. For example if i type $\big and then hit ctrl+n i see no completion options, even though there should be several (bigcup, bigoplus, etc.). These are even available in the tex-math menu (under BigOp). How can I get these and the rest of the ams symbols to come up under autocompletion? 2. Whenever I use the xypic package and have any error (like a missing $ or }) the latex compiler gives something like: /usr/share/texmf-texlive/tex/generic/xypic/xy.sty|142 error| Missing $ inserted. I have no idea why its referencing xy.sty, but the line number is the correct one for the tex file that i am editing. Unfortuntely vim-latex jumps to xy.sty and to that line number for debugging. I've temporarily used g:Tex_GoToError = 0 to avoid this. Is there some way to change the compiler command, output, or how vim-latex interprets it to fix this? Thanks, Eric |