An open API service indexing awesome lists of open source software.

https://github.com/ericpugh/drupal-bibtex-field

Drupal 8 Module that provides a BibTeX field which can store, parse, and theme BibTeX formatted text
https://github.com/ericpugh/drupal-bibtex-field

Last synced: 3 months ago
JSON representation

Drupal 8 Module that provides a BibTeX field which can store, parse, and theme BibTeX formatted text

Awesome Lists containing this project

README

        

Overview
--------

Bibtex Field adds a custom field to store, parse, and output a Bibliography in BibTex format

Installation
-----------

1. Place the bibtex_field directory in your modules directory.
2. Enable the BibTex Field module at admin/modules.
3. From "Manage Fields" menu, select "Add Field" and then select "BibTeX (plain)" from the fields list.

Requirements
------------

* Core Text module enabled