diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2026-04-17 10:05:46 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2026-04-17 10:05:46 -0300 |
| commit | d713069b80f828d8289575ba44278cc7624d596f (patch) | |
| tree | ff0947ccdce887e622fee75f9f70eab822a9f719 | |
| parent | d626a6548bcb8a50c830d7ec785b0cdba135b50d (diff) | |
| download | biblio-main.tar.gz biblio-main.tar.bz2 | |
TODO: identifiersmain
| -rw-r--r-- | TODO.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,18 @@ * [ ] Split BibTeX files into nested subfolders. +### Identifiers + +* [ ] Create a best-effort naming convention for BibTeX entries that's also + mnemonic, helping memorize author names and publication years. Draft: + * Author-year convention: + * Syntax: `@[${author_name}]_${author_surname}[:]${year}[${letter_sequence}]`. + * Examples: + * `@doe2026`. + * `@john_doe2026`. + * `@john_doe:2026`. + * `@john_doe:2026b`. + ### Types * [ ] Check whether Pandoc, pibtex and other tools/libs support custom bib types. |
