Re: [Vim-latex-devel] Problems with multiple bibfiles
Brought to you by:
srinathava,
tmaas
From: Carlos E. de A. <ce....@gm...> - 2015-07-08 21:36:50
|
Thanks Gerd. I have submitted a pull request on github. This is my first time doing that, so please folks, sorry about something weird I did. My best, Carlos On Mon, Jul 6, 2015 at 3:23 AM, Gerd Wachsmuth < ger...@ma...> wrote: > Hi, > > you can file a pull-request on github ( > https://github.com/vim-latex/vim-latex) or you can send the patch to the > mailing list. > > Best Regards, > Gerd > > > > On 2015-07-06 02:41, Carlos Eduardo de Andrade wrote: > >> 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 >> >> >> >> ------------------------------------------------------------------------------ >> Don't Limit Your Business. Reach for the Cloud. >> GigeNET's Cloud Solutions provide you with the tools and support that >> you need to offload your IT needs and focus on growing your business. >> Configured For All Businesses. Start Your Cloud Today. >> https://www.gigenetcloud.com/ >> >> >> >> _______________________________________________ >> Vim-latex-devel mailing list >> Vim...@li... >> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel >> >> > -- Carlos Eduardo de Andrade |