On Tue, Oct 13, 2009 at 4:04 PM, Eric Potash <eri...@gm...> wrote:
> 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?
This is no fix, but whenever vim-latex (or anything else) takes you to
the wrong place, you can go back where you were quickly with <ctrl-o>.
This way you can leave GoToError on for the cases when it is useful.
Mike
On Tue, Oct 13, 2009 at 4:04 PM, Eric Potash <eri...@gm...> wrote:
> 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
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Vim-latex-devel mailing list
> Vim...@li...
> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel
>
|