Tuesday, April 2, 2013

Re: Setting the TEXINPUTS and BIBINPUTS varibles for latex inside vim/gVim

>
>
> The setting of the $TEXINPUTS variable and the g:Tex_TEXINPUTS
>
> variable is covered in
>
>
>
> :help custom-packages
>
> :help Tex_TEXINPUTS
>
>
>
> Something that doesn't seem to be covered very well by the LaTeX
>
> Suite documentation is where to set the g:Tex_TEXINPUTS variable.
>
> It is set by the package in the ftplugin/latex-suite/texrc file.
>
> The top of that file says:
>
>
>
> NOTE: Do NOT be edit this file directly:
>
> this file will be over-written each time you install a new
>
> copy of latex-suite.
>
>
>
> You can do one of the following:
>
> 1. Copy this file into $VIMFILES/ftplugin/tex/texrc
>
> and edit the values in that file.
>
> $VIMFILES is ~/.vim for UNIX systems and ~/vimfiles for
>
> WINDOWS systems.
>
I have made the directory tex in my ftplugin folder, then I copied the original texrc there and added the following line:

TexLet g:Tex_TEXINPUTS = "pathtolatex/latex/"

but that does not work and gVim still does not search the specified folder.
>
>
> 2. Just set values of each setting individually in your
>
> $VIMFILES/ftplugin/tex.vim file. (See above for what
>
> $VIMFILES is). You will need to use :let instead of
>
> :TexLet in this case.

Neither does that (I did change TexLet to let).

Thank you anyway for your help,
Christoph

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: