Crossover: Pagination x Equations
Convert regular images (PNG/JPG) to DATA URI for offline capability, but PRESERVE equation/SVG images as external URLs for correct rendering.
| Candidate | Pagination | Equations | Images | Strategy |
|---|---|---|---|---|
| 201 PRIMARY | CSS (from 104) | Preserved (from 103) | Selective DATA URI | Primary crossover |
| 202 LIGHT | CSS (from 104) | Preserved (from 103) | External URLs | Lightweight variant |
| 203 HYBRID | CSS + JS detection | Preserved | Selective DATA URI | Hybrid pagination |
| 204 PROTECT | Enhanced CSS | Wrapped + protected | Selective DATA URI | Equation protection |
| 205 CONTROL | CSS (104 clone) | No handling | DATA URI (all) | Baseline comparison |
CSS pagination (104) + SVG equation preservation (103) + selective DATA URI
CSS pagination + all external images (no DATA URI conversion)
CSS rules + JS post-render orphan detection
Enhanced CSS with explicit break-inside:avoid wrappers for math elements
Unmodified Gen 1 candidate 104 for baseline comparison
Comparison method: Generate PDFs from 205 (control) and compare against 201-204 for equation rendering and heading orphan issues.