mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 01:29:07 -05:00
The \right) delimiter was split across two lines, causing
a LaTeX compilation error ("Missing \right. inserted").
Book contents layout
Do not assume content lives only under vol1/ and vol2/. This directory has shared and front matter that both volumes depend on. Deleting or moving them will break builds.
Directory structure
| Path | Purpose |
|---|---|
shared/ |
Content used by both Volume I and Volume II (e.g. notation, conventions). |
frontmatter/ |
Site-level front matter (about, acknowledgements, Socratiq, etc.). |
index.qmd |
Root book index (under frontmatter/ in some configs). |
vol1/ |
Volume I: Introduction to Machine Learning Systems. |
vol2/ |
Volume II: Machine Learning Systems at Scale. |
Required non-volume paths
shared/— Must exist. Containsnotation.qmdand any other shared reference material.frontmatter/— Must exist. Contains about, acknowledgements, and other front matter.
Scripts and tooling that iterate over “all content” should include shared/ and frontmatter/ (and the root index.qmd where applicable), not only vol1/ and vol2/.