Expand description
The parsed bibliography data model: Bibliography, BibEntry, and
the document-body Citation reference.
Structsยง
- BibEntry
- A single parsed BibTeX entry: one
@type{...}record. - Bibliography
- A parsed bibliography: every
BibEntrykeyed by its citation key. - Citation
- A citation reference within the document body: a single key that
resolves into a
Bibliographyentry at render time.