End-to-end orchestrator that converts an arXiv paper into a faithful, verified, well-designed single HTML page. Runs the whole pipeline — download, macro expansion, LaTeX-to-HTML conversion, fidelity verification, and design polish — so the user does not…
NTT123/auto-arxiv-to-html
SkillsMP has collected 5 skills from NTT123/auto-arxiv-to-html. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 3
- GitHub forks
- 0
Skills in this repository
Showing 5 of 5 collected skills.
Download an arXiv paper (LaTeX source, PDF, and metadata) given an arXiv ID or URL. Use when the user asks to fetch, download, grab, or get an arxiv paper, or mentions an arxiv ID like 2401.12345, an old-style ID like hep-th/9901001, or an arxiv.org URL.
Flatten a downloaded arXiv paper's multi-file LaTeX source into one file and expand its custom macros (\newcommand / \def aliases) into plain LaTeX, producing a clean expanded.tex for tex-to-html. Use after download-arxiv and before tex-to-html, or whenever…
Convert a downloaded arXiv paper's LaTeX source into a single semantic HTML file with KaTeX for equations. Use after the download-arxiv skill has populated workspace/<id>/source/, or when the user asks to convert, render, or transform .tex files to HTML.
Verify a converted arXiv paper — check paper.html against the LaTeX source for dropped or garbled content, and against the original PDF for rendering errors. Use after tex-to-html, or when the user asks to verify, check, validate, QA, or proofread the…