diff options
-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 |