diff options
-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", |