Tagged Questions
2
votes
1answer
181 views
how to link sub-document with reference file for auto-completion in vim-latex?
I am writing a long document so I am making use of sub-documents and inserting them with \include.
The problem I am facing is that as the \bibliography{} line is on the main .tex file the ...
4
votes
0answers
480 views
How can I use the Vim LaTeX-Suite multiple compile option with BibTeX and the -aux-directory option?
I have a document composed of several subfiles and so have used the -aux-directory command to put all of the temporary files in a subfolder, 'auxdir', to keep my working folder clear (and me sane).
I ...
1
vote
1answer
676 views
Set custom bibtex call in Vim latex suite on windows (to add --include-directory)
I would like to use one .bib file for everything and not have to keep a copy in each project's folder. By reading around I see that if I were calling bibtex manually, then I could add the string ...