Patches item #3315923, was opened at 2011-06-13 13:37
Message generated for change (Comment added) made by tmaas
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466458&aid=3315923&group_id=52322
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Kay Smarczewski ()
Assigned to: Nobody/Anonymous (nobody)
Summary: Biblatex-Support: recognize addbibresource
Initial Comment:
When using biblatex the bib file is included by
\addbibresource{library.bib}
Vim-Latex does not recognize this command and so the outline does not work.
The attached tiny patch replaces the search functions in the texviewer. It is a quite simple patch, just works for this special case and makes latex suite recognize the bib file.
The diff is against the actual git master branch.
----------------------------------------------------------------------
>Comment By: Till Maas (tmaas)
Date: 2012-10-31 15:56
Message:
The patch is not taking into account that \addbibresource can have an
optional argument, e.g. used like \addbibressource[foo=bar]{baz}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=466458&aid=3315923&group_id=52322
|