diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-09-12 12:43:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-09-12 12:43:47 -0300 |
commit | c0a20fd01acc41ceb63a1e369c945f1e7a448987 (patch) | |
tree | 3c6e131962d7329c7804a0598d3cdcfdddcebd22 | |
parent | c01f2da8bed1b32db72a56a42fe74c52793f0e58 (diff) | |
download | biblio-c0a20fd01acc41ceb63a1e369c945f1e7a448987.tar.gz biblio-c0a20fd01acc41ceb63a1e369c945f1e7a448987.tar.bz2 |
Feat: non-standard fields lcc and lccn
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,6 +49,10 @@ Entries in this repository also uses the following non-standard BibTeX fields: * `ddc`: Dewey Decimal Classification - https://en.wikipedia.org/wiki/Dewey_Decimal_Classification. +* `lcc`: Library of Congress Classification - https://en.wikipedia.org/wiki/Library_of_Congress_Classification + +* `lccn`: Library of Congress Control Number - https://en.wikipedia.org/wiki/Library_of_Congress_Control_Number + ## Testing sudo apt install make biber pybtex |