diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-03-22 15:00:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-03-22 15:00:00 -0300 |
commit | 0c18d0ccbee0c60cd82160db591d727aaf3b65bc (patch) | |
tree | 5bc112a8197ffad73d0785ff182a31d70a780b09 /information.bib | |
parent | b4a1a9d5c78dd80a217416fa70871e44a8b4b1a0 (diff) | |
download | biblio-0c18d0ccbee0c60cd82160db591d727aaf3b65bc.tar.gz biblio-0c18d0ccbee0c60cd82160db591d727aaf3b65bc.tar.bz2 |
Fix: using @shannon instead of @shannon1948
Diffstat (limited to 'information.bib')
-rw-r--r-- | information.bib | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/information.bib b/information.bib index be7d94c..d325379 100644 --- a/information.bib +++ b/information.bib @@ -40,7 +40,11 @@ url = {http://doi.org/10.1002/j.1538-7305.1928.tb01236.x} } -@article{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, +@article{shannon, title = "A Mathematical Theory of Communication", author = "Claude E. Shannon", year = "1948", |