diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-03-19 13:23:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-03-19 13:23:22 -0300 |
commit | 2cffc8eec2e888ed972200b5d4bec63cf24c4a8a (patch) | |
tree | 68bb464231d643bbb43e27773ed5b4c0fbb03fb4 | |
parent | 7cc2628f9617f8a769e1e9c10824c339f533c451 (diff) | |
download | biblio-2cffc8eec2e888ed972200b5d4bec63cf24c4a8a.tar.gz biblio-2cffc8eec2e888ed972200b5d4bec63cf24c4a8a.tar.bz2 |
README: coding style
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,15 +22,15 @@ Entries in this repository also uses the following non-standard BibTeX fields: * `translator`: store the translators of a given work. Example: - translator = {Jane Doe, John Doe}, + translator = {Jane Doe and John Doe}, * `editor`: the editors of a given work. Example: - editor = {Jane Doe, John Doe}, + editor = {Jane Doe and John Doe}, * `organizer`: the organizer of a given work. Example: - organizer = {Jane Doe, John Doe}, + organizer = {Jane Doe and John Doe}, * `cover`: to list those who made the book/entry cover. |