[Vim-latex-devel] Problems with multiple bibfiles
Brought to you by:
srinathava,
tmaas
From: Carlos E. de A. <ce....@gm...> - 2015-07-06 00:42:16
|
Hi all, I usually use a lot of bibfiles such as: \bibliography{./bibfiles/agt,% ./bibfiles/algorithms,% ./bibfiles/backhaul_networks,% ./bibfiles/clustering,% ./bibfiles/companies,% ./bibfiles/covering,% ./bibfiles/column_generation,% ./bibfiles/cut_packing,% ./bibfiles/economics,% ./bibfiles/experimental_design,% ./bibfiles/facility_location,% ./bibfiles/information_retrieval} This is just a short list. Usually, I use 25+ bibfiles together. So, to keep a little bit organized, I like to put each bibfile in on line. Of course, I can list all files in the same line, but it doesn't result in a good performance in my vim (Macvim) and, besides that, it is very ugly. The problem is that Bibtex doesn't allow space, so I need to end each line with a comment, exactly as in the example above. Unfortunately, vim-latex auto-complete is not able to deal with such arrangement. Indeed, I have notice that vim-latex only works with bibfiles listed in one line. So I dig a little bit and found the code to list bibfiles. I have patched it to deal with my situation. Indeed, it is a very simple patch. How can I send it to you check, debug, and maybe include in the vim-latex distribution? Kind regards, Carlos -- Carlos Eduardo de Andrade |