Commit Graph

1 Commits

Author SHA1 Message Date
Levi Neuwirth 5c70975fa3 docs(inline-math): commit the parent inline-math framing
The parent-arc framing was authored on the desktop but never tracked, so
references to it — from the merged latex-grammar lane framing and its Cargo.toml
comment (#144) — dangled on a fresh clone. Commit it as its own docs change and
drop the now-stale "untracked, desktop-only" caveat from the lane framing.

Frames the full four-tier inline-math renderer (detection -> parse -> layout ->
GPU render). Stage 1 (LaTeX grammar) shipped as #144; the math parser (Tier 2),
layout (Tier 3), GPU render (Tier 4), and (math_environment) @math injection are
deferred, tracked in docs/latex-grammar-math-substrate-framing.md.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-23 14:06:26 -04:00