# Bibliography

Every work cited anywhere in this book. Individual chapters close with their own reference lists;
this page collects them all in one place.

All entries are drawn from the single shared BibTeX file
[`references.bib`](https://github.com/thomassargent30/sargent-time-series/blob/main/references.bib)
at the root of the repository. To cite a work in the text, use `` {cite:t}`key` `` for a textual
citation ("Sims (1972)") or `` {cite:p}`key` `` for a parenthetical one ("(Sims, 1972)").

```{bibliography}
:all:
:labelprefix: B
```
