Re: [Vim-latex-devel] F9 bibtex completion

2007-12-19 Thread Valentin Flunkert
Thanks for the quick reply. > > Works perfectly for me. > How are you including your .bib-file, with extension or without? > I use \bibliography{mybib} and mybib.bib is the bibtex file in the same directory. On another machine, running gentoo, this works fine. > By the way it would be nice if y

Re: [Vim-latex-devel] Installation on Ubuntu

2007-12-19 Thread Valentin Flunkert
Hi All, I have some trouble with the F9 completition of my bibtex items under Ubuntu 7.10. When I write \cite{ and F9 an empty preview window comes up. (My bib file is setup correctly) For the \ref{ command it works. I also installed the latest version in my .vim folder (removing the ubuntu packa

Re: [Vim-latex-devel] change macros

2007-12-16 Thread Valentin Flunkert
Thanks for the help. I figured it out. The problem is that s: only defines local functions. So i copied the files envmacros.vim and wizardfunctions.vim (where the functions and macros are defined) to .vim/after/ftplugin/ and changed all the commands in envmacros.vim using a recording :-). Valentin

[Vim-latex-devel] change macros

2007-12-15 Thread Valentin Flunkert
Dear All, I just learned about the latex suite and i really like it. However, I have a problem with the macros. The bibtex-ids i use are of the form "first three letters of the author and the year " for example SCH99. SCH for instance now clashes with the chapter-macro. I could turn the three-let