Autocomplete+ Support for Bibtex References in Latex.
- searches for bibtex files in the project path and optional in a user defined global path
- updates the entries in the database when a bibtex file changes
- shows a simple formatted citation as description
- different icons and colors for different entry types
- support multiple cite commands (e.g.
cite
,citeyear
,textcite
)
This package pursues a different approach for the auto completion of references
then the autocomplete-bibtex
package. Its main application is
the usages within latex projects. Thus, it triggers the auto completion on the
default latex citation commands like \cite
and it adds all entries of the
bibtex files within the project path to the auto completion database.
Additionally, a global path can be defined where also is searched for bibtex
files. This setting defaults to the texmf folder of the current user.
- autocomplete-latex-references package: auto completion support for
ref
in latex - autocomplete-glossaries package: auto completion support glossaries entries