blob: 3ea02bb7a0c2b174e1e58269b2d87aa8cb6b3db1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Biblio
## About
A particular bibliography in BibTeX format.
## Organization logic
* If an entry can be included in a specific theme (say "information"), move
there.
* 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
make lint
|