Docs Docs Build Status codecov License: MIT Discord chat

BibInternal.jl

This package provides an internal format to translate from/to other bibliographic format.

!Warning The support for this package will move to Julia LTS once the next LTS release is available.

All entries depend on an abstract super type AbstractEntry. One generic entry GenericEntry is available to make entries without any specific rules.

Currently, only one set of entries following the BibTeX rules is available. Required and optional BibTeX fields are checked by the constructor.

Pull Requests to add more entries (or update the BibTeX rules) are welcome.

Discussions are welcome either on this GitHub repository or on the #modern-academics channel of Humans of Julia (to join the Discord server, please click the chat badge above).

Packages using BibInternal.jl