mathrender.el Emacs minor mode that renders LaTeX math blocks as inline SVG images. Includes a CLI tool (src/) that converts LaTeX to SVG via Typst. Supported delimiters: $$...$$, \[...\], \(...\), $...$ Moving the cursor into a preview removes it for editing; moving out re-renders it immediately. The idle timer scans for newly typed math. Click a preview to dismiss it manually. Integrates with gptel automatically when loaded. Requirements: Emacs 27.1+ mathrender binary in PATH cargo build --release (or: nix build) Usage: (load "path/to/mathrender.el") M-x mathrender-mode License: GPL-3.0-or-later