A MyThingsLab My[X] tool: extracts every displayed
equation from a PDF into an indexed form — page number, a LaTeX
transcription, and a symbol-by-symbol explanation grounded in the
surrounding prose.
Design doc: my-things-core/docs/tools/my-equations.md.
See CLAUDE.md for the tool's Engine call, invariants, and
backlog label.
myequations run --engine noop # or: python -m myequations runis a safe end-to-end dry run: zero tokens, no branch, no PR, one honest ledger entry.
python -m venv .venv && source .venv/bin/activate
pip install -e ../my-things-core -e ".[dev]"
pytestMIT — see LICENSE.