Handwriting to LaTeX

Converts photographed or scanned handwritten math notes into an Overleaf-ready .tex file.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.8/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · badeb84

Fed it a small two-problem note (algebra + integral): baseline gave a bare, numbered-equation snippet, the skill produced a full Overleaf-ready document with align* steps, section headers per problem, and the numbered-equation ban applied correctly -- but it also instructs saving to /mnt/user-data/outputs/, a claude.ai-specific path that doesn't exist in a plain Claude Code environment.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 4/5

What Handwriting to LaTeX does

Turns uploaded images or scanned/iPad PDFs of handwritten notes and problem sets into a complete, self-contained LaTeX document, preserving every derivation step rather than simplifying. Triggers on requests like "convert to LaTeX", "typeset my notes", or "put this in Overleaf format", or proactively when an image/PDF with math content is uploaded. Confirms page order and content with the user before generating the file, and flags ambiguous handwriting inline instead of guessing.

How to install Handwriting to LaTeX

git clone https://github.com/yangcodingmaster/Claude-Code-Skill-handwriting-to-latex
cd Claude-Code-Skill-handwriting-to-latex
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/handwriting-to-latex

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Handwriting to LaTeX

  • /handwriting-to-latex Converts photographed or scanned handwritten math notes into an Overleaf-ready .tex file.

It also activates on plain-language prompts like these:

  • Convert this photo of my handwritten calculus notes into a .tex file
  • Typeset my scanned problem set so I can paste it straight into Overleaf
  • I have an iPad PDF of derivations, turn it into a LaTeX document

Frequently asked questions

Is the Handwriting to LaTeX skill free?
Yes. The skill itself is free from yangcodingmaster/Claude-Code-Skill-handwriting-to-latex. SkillProof publishes the install command and an independent test verdict at no cost.
Does Handwriting to LaTeX work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Fed it a small two-problem note (algebra + integral): baseline gave a bare, numbered-equation snippet, the skill produced a full Overleaf-ready document with align* steps, section headers per problem, and the numbered-equation ban applied correctly -- but it also instructs saving to /mnt/user-data/outputs/, a claude.ai-specific path that doesn't exist in a plain Claude Code environment.
What is the Handwriting to LaTeX SkillProof Score?
8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
How do I install Handwriting to LaTeX?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Handwriting to LaTeX with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.