Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.1 KB

README.md

File metadata and controls

36 lines (26 loc) · 2.1 KB

autocomplete-latex-cite package

Build Status apm apm GitHub license Greenkeeper badge

Autocomplete+ Support for Bibtex References in Latex.

A screenshot of your package

Features

  • 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)

Description

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.

See also