diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-01-07 21:44:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-01-07 21:44:01 -0300 |
commit | 41c2367215c8be351c581cc984b6ec8b6d67134a (patch) | |
tree | b0b212af55a2c0a008045f6850d12ddeddee14cb /README.md | |
parent | 052aae592a15d0a48f5249c2192ce7165a454bdc (diff) | |
download | biblio-41c2367215c8be351c581cc984b6ec8b6d67134a.tar.gz biblio-41c2367215c8be351c581cc984b6ec8b6d67134a.tar.bz2 |
Additional non-standard fields
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -20,6 +20,18 @@ Entries in this repository also uses the following non-standard BibTeX fields: tags = {literature,theater,tragedy}, +* `translator`: store the translators of a given work. Example: + + translator = {Jane Doe, John Doe}, + +* `editor`: the editors of a given work. Example: + + editor = {Jane Doe, John Doe}, + +* `organizer`: the organizer of a given work. Example: + + organizer = {Jane Doe, John Doe}, + ## Testing sudo apt install make biber pybtex |