The following issues were found while reading the online book (https://quantecon.github.io/book-dp2/). They are grouped by category. Each item lists the location in the book and a short description.
1. Structure & Table of Contents
- Front-matter section title is inconsistent. The section is titled "Notation" in the HTML version but "Common Symbols and Terminology" in the PDF version.
- The Appendix is grouped under Part II in the left navigation pane, but it is displayed as a separate item on the contents page.
2. Cross-references & Links
- Literature reference does not link to the reference list or the publication web page.
- Hover preview over a chapter link pops up an oversized figure. Hovering the mouse over a chapter link shows a figure from that chapter next to the cursor; the pop-up covers the surrounding text and makes it hard to read.
3. Numbering Inconsistencies
Section numbering
- Section numbers for "Summary" and "Chapter Notes" disagree between versions. The PDF does not number Summary as a section, so Chapter Notes becomes §1.5. The HTML numbers Summary as §1.5, which pushes Chapter Notes to §1.6.
- A paragraph is labelled with a section index at §8.3.1.2.1 (a paragraph is showing a full section number).
Equation numbering
- Equation numbers differ from the print/PDF scheme, though they remain internally consistent. (flagging for awareness.)
- Misaligned equation at Eq. (8.56). The first line is centered.
Exercise numbering
- Inconsistent exercise numbering scheme: e.g. Exercise 1.4 vs. Exercise 1.2.1 — the HTML version uses chapter-level numbering, while the PDF version uses section-level numbering.
Theorem / Proposition / Lemma / Proof numbering
- Arabic vs. Roman index mismatch (general problem). Inside Theorem / Proposition / Exercise boxes, the parts are numbered with Arabic numerals (
1, 2, 3). Still, the surrounding text refers to them with Roman numerals (i, ii, iii) — e.g., the text cites "Part (viii)". Confirmed at: §2.2.3.2 (above Exercise 2.6), Proposition 2.3.1, Lemma 2.3.4, Lemma 2.3.9, and Theorem 3.1.2.
- Index numbers do not match (B1–B3) at §2.2.3.1.
- Proof index off by one: below Proposition 3.2.5, the proof labelled "Proof 3.2.5" should be "Proof 3.2.6".
- Index numbering errors at §A.1.2.1, §A.1.3.1, and §A.4.2.1.
- Part counter resets in Theorem 5.2.18. The parts should be numbered continuously 1–6, but text inserted between parts restarts the counter, so they render as 1–2, then 1–3, then 1 separately instead of a single 1–6 sequence.
4. Page Numbers
- Page references render blank (general problem). A cross-reference that should read e.g. "on page 338" instead renders as "on page " — The page number is missing. Confirmed at: Proof 1.3.2, §3.2.2.2 (above Exercise 3.7), §4.2.1.2 (below Eq. 4.27), §7.2.3, and
Example A.1.20.
5. Figures
- Figure display error — Figure 5.1 (§5.2.2.1): figure does not render correctly.
- Figure display error — Figure A.4.
- Missing
x-axis label — Figure A.1.
6. Tables
- Table is blank: §2.2.2.3, Table 2.1.
7. Math Notation & Typesetting
- Identity/indicator function
1 is not in the intended font (should be \mathcal/\mathbbscript, currently a plain1`).
- Dash rendering:
--- is shown literally instead of an em-dash, and -- instead of an en-dash.
- Algorithm-block keyword emphasis:
return and while should be emphasized/styled consistently in the algorithm block at §1.2.1.3.
8. Build / Compilation Errors
- Compilation error in Exercise 1.11.
- Environment rendering error at §4.2.1.3, first paragraph, just above Eq. (4.31).
The following issues were found while reading the online book (https://quantecon.github.io/book-dp2/). They are grouped by category. Each item lists the location in the book and a short description.
1. Structure & Table of Contents
2. Cross-references & Links
3. Numbering Inconsistencies
Section numbering
Equation numbering
Exercise numbering
Theorem / Proposition / Lemma / Proof numbering
1, 2, 3). Still, the surrounding text refers to them with Roman numerals (i, ii, iii) — e.g., the text cites "Part (viii)". Confirmed at: §2.2.3.2 (above Exercise 2.6), Proposition 2.3.1, Lemma 2.3.4, Lemma 2.3.9, and Theorem 3.1.2.4. Page Numbers
Example A.1.20.
5. Figures
x-axis label — Figure A.1.6. Tables
7. Math Notation & Typesetting
1is not in the intended font (should be \mathcal/\mathbbscript, currently a plain1`).---is shown literally instead of an em-dash, and--instead of an en-dash.returnandwhileshould be emphasized/styled consistently in the algorithm block at §1.2.1.3.8. Build / Compilation Errors