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)
This commit is contained in:
Zhifei Li
2026-06-11 14:25:17 +08:00
committed by GitHub
parent 6e80426e25
commit 55115d2606
Binary file not shown.