diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-03-22 15:05:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-03-22 15:05:30 -0300 |
commit | 7ac0af3224c6f611f787a9b2f0bb3ea5bbc53c66 (patch) | |
tree | 2a6333d555845e13912d3c167d18e4111dce4339 | |
parent | 0c18d0ccbee0c60cd82160db591d727aaf3b65bc (diff) | |
download | biblio-7ac0af3224c6f611f787a9b2f0bb3ea5bbc53c66.tar.gz biblio-7ac0af3224c6f611f787a9b2f0bb3ea5bbc53c66.tar.bz2 |
Fix: using @shannon instead of @shannon1948 (2)
-rw-r--r-- | information.bib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/information.bib b/information.bib index d325379..80a60de 100644 --- a/information.bib +++ b/information.bib @@ -40,10 +40,10 @@ url = {http://doi.org/10.1002/j.1538-7305.1928.tb01236.x} } -% Due to an uncovered bug, bookdown citations to @shannon1948 are +% Using shannon instead of shannon1948 +% Due to an uncovered bug, bookdown citations to shannon1948 are % being rendered to integers such as "3" or "4". Testing with -% a different citation such as @shannon1949 won't trigger the issue. -%@article{shannon1948, +% a different citation such as shannon1949 won't trigger the issue. @article{shannon, title = "A Mathematical Theory of Communication", author = "Claude E. Shannon", |