blob: 2951fa88cfac12a8c121c7f846bb9be87ffce89c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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).
## Testing
sudo apt install make biber pybtex
make lint
|