Files
Zhifei Li 55115d2606 fix(assets): linearize and compress paper PDF for reliable web viewing (#35)
The paper PDF was an 8.8 MB non-linearized file. Browser/GitHub PDF
viewers must download the entire file before rendering page 1, so on
slower connections or mobile it would appear to hang and never open.

Linearize (fast web view) and recompress images at 300 dpi:
  - 8.76 MB -> 3.90 MB (-55%)
  - all 35 pages and all embedded fonts preserved
  - figures verified visually identical at 300 dpi (no legible quality loss)
2026-06-11 14:25:17 +08:00
..
2026-06-01 22:41:36 -07:00