Re: [Vim-latex-devel] Able to do compilation in a sub-directory?
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2011-02-16 04:26:32
|
> Isn't it better to make blah.latexmain a configuration file, so that it > may contain blah.latexmain is already a 'configuration file'. It gets :sourced whenenver it is found. So you could already put in it something like... let g:jobname=whatever and have each \l* command respond to g:jobname if found. So that's another way it could be done. --Ted -- Ted Pavlic <te...@te...> |