Module: @citation-js/plugin-bibtex

Formats

For a full list, check out module:@citation-js/plugin.bibtex.formats.

BibTeX

This plugin adds input and output support for BibTeX, both in text form and as a JSON representation. Input types are called @bibtex/text and @bibtex/entry+object, output format is bibtex. The output has format dictionary support.

BibLaTeX

This plugin adds input and output support for BibLaTeX, both in text form and as a JSON representation. Input types are called @biblatex/text and @biblatex/entry+object, output format is biblatex. The output has format dictionary support.

Bib.TXT

This plugin adds input and output support for Bib.TXT, a simplified and modernised version of BibTeX. Input types are called @bibtxt/text and @biblatex/entry+object, output format is bibtxt. The output has format dictionary support.

Configuration

Check out module:@citation-js/plugin-bibtex.config.

Source:

Namespaces

config
formats
output

Members

(static, constant) ref :module:@citation-js/core.plugins~pluginRef

Type:
Default Value:
  • '@bibtex'
Source: