diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-12-27 21:16:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-12-27 21:16:01 -0300 |
commit | 7de6fdd69bf961746a17aa1a6d4bce8da78d06d2 (patch) | |
tree | aeababd5c1c7b8df45586600b080900e3ab2fb41 | |
parent | e998be089e27a76837bc5f921701099864da0371 (diff) | |
download | biblio-7de6fdd69bf961746a17aa1a6d4bce8da78d06d2.tar.gz biblio-7de6fdd69bf961746a17aa1a6d4bce8da78d06d2.tar.bz2 |
Feat: introduce the non-standard 'tags' field
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | literature.bib | 1 |
2 files changed, 9 insertions, 0 deletions
@@ -12,6 +12,14 @@ A particular bibliography in BibTeX format. * If not, move to a broader theme (something about "philosophy of gardening" goes to "philosophy" if there is no "gardening" theme available). +## Non-standard fields + +Entries in this repository also uses the following non-standard BibTeX fields: + +* `tags`: used for non-hierarchical categorization. Example: + + tags = {literature,theater,tragedy}, + ## Testing sudo apt install make biber pybtex diff --git a/literature.bib b/literature.bib index 4bed652..50094ee 100644 --- a/literature.bib +++ b/literature.bib @@ -758,6 +758,7 @@ series = {World Classics}, edition = {}, volume = {}, + tags = {literature,theater,teatro,brecth}, } @book{steiner1976, |