Skip to content

bbbrumley/atom-autocomplete-latex-cite

 
 

Repository files navigation

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

About

Autocomplete+ Support for Bibtex References in Latex

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 48.2%
  • JavaScript 40.6%
  • TeX 7.0%
  • CSS 4.2%