+ - **Typographic math characters break the CI PDF build**: pdflatex's typewriter font has no glyph for `−` (U+2212), and `×`/`θ` are equally risky inside inline literals. `sphinx-build -W` (both builders) passes anyway — only CI's "Compile LaTeX document" step fails, and it has no local mirror (preflight SKIPs it without latexmk). Write ASCII math inside ``literals``: `p * theta`, `(p - q)`. Safe-in-prose (proven by green PDF builds): `π`, `≈`, em-dash, curly quotes. (Bitten 2026-07-24, tutorial 00.)
0 commit comments