Bounded Rationality in Macroeconomics
Thomas J. Sargent (1993)
About¶
This repository contains a MyST Markdown version of the book, converted from the original PDF.
Sargent, T. J. (1993). Bounded Rationality in Macroeconomics. Oxford University Press.
Project Structure¶
├── paper/ # MyST paper source
│ ├── paper.md # Full paper in MyST Markdown
│ ├── figures/ # Paper figures
│ └── references.bib # Bibliography
├── source/ # Original source materials
│ └── *.pdf # Original paper PDF
├── _archive/ # Construction & intermediate files
│ └── marker_output/ # Raw marker-pdf extraction
├── myst.yml # MyST site configuration
└── requirements.txt # Python dependencies