Handwriting to LaTeX Skill
Use this skill whenever the user uploads handwritten notes, problem sets, scanned documents, or iPad handwriting PDFs and wants them converted into LaTeX format. Trigger phrases include: convert to LaTeX, transcribe to tex, handwriting to LaTeX, LaTe
Free to install β no account needed
Copy the command below and paste into your agent.
Instant access β’ No coding needed β’ No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 4 AI agents
- Lifetime updates included
Description
--- name: handwriting-to-latex description: Use this skill whenever the user uploads handwritten notes, problem sets, scanned documents, or iPad handwriting PDFs and wants them converted into LaTeX format. Trigger phrases include: convert to LaTeX, transcribe to tex, handwriting to LaTeX, LaTeX this, typeset my notes, put this in Overleaf format. Activate proactively whenever the user uploads an image or PDF containing mathematical expressions or handwritten academic content. --- # Handwriting to LaTeX Skill Recognise handwritten notes or problem sets (images or PDFs) and convert them into a complete, Overleaf-ready `.tex` file. ## Supported Input Types | Format | Handling | |---|---| | JPG / PNG images | Direct visual recognition | | Scanned PDFs | Page-by-page recognition | | iPad handwriting PDFs | Same as above β pay attention to stylus stroke recognition | If the user uploads multiple pages, process them in order and merge into a single `.tex` file. ## Output Structure Generate a complete, self-contained `.tex` file with the following structure: ```latex \documentclass[12pt, a4paper]{article} % βββ Packages ββββββββββββββββββββββββββββββββββββ \usepackage{amsmath, amssymb, amsthm} % Mathematics \usepackage{physics} % \dv, \pdv, \bra, \ket etc. \usepackage{geometry} % Page margins \usepackage{graphicx} % Images \usepackage{booktabs} % Tables \usepackage{array} % Enhanced matrices \usepackage{hyperref} % Hyperlinks \usepackage{setspace} % Line spacing \usepackage{enumitem} % List formatting \geometry{margin=2.5cm} \setstretch{1.3} % βββ Cover page (optional β remove if not needed) β \title{Assignment / Notes Title} \author{Your Name \\ Your Institution} \date{\today} % ββββββββββββββββββββββββββββββββββββββββββββββββββ \begin{document} \maketitle % Remove this line if no cover page is needed % Body content starts here ... \end{document} ``` ## Recognition and Conversion Rules ### Mathematical Expressions - Inline expressions: `$...$` - Multi-step derivations: `\begin{align*}...\end{align*}` (with `*` β **no line numbering**) - Single standalone equations: `\[ ... \]` β do not use `\begin{equation}` - **Never output numbered equation tags** β do not use `\tag{}`, `\label{}`, or `\ref{}` unless the user explicitly requests them - Preserve every step of a derivation exactly as written β do not skip steps - Common symbol reference: | Handwritten | LaTeX | |---|---| | Vector arrow | `\vec{v}` or `\mathbf{v}` | | Partial derivative | `\frac{\partial f}{\partial x}` or `\pdv{f}{x}` | | Integral | `\int_{a}^{b} f(x)\,dx` | | Summation | `\sum_{i=1}^{n}` | | Infinity | `\infty` | | Quantum state | `\ket{\psi}`, `\bra{\phi}` | | Expectation value | `\langle \hat{A} \rangle` | | Reduced Planck constant | `\hbar` | | Hamiltonian | `\hat{H}` | ### Matrices and Tables - Matrices: `\begin{pmatrix}...\end{pmatrix}` (round brackets) or `bmatrix` (square brackets) - Augmented matrices: `\left[\begin{array}{cc|c}...\end{array}\right]` - Data tables: `booktabs` style β use `\toprule`, `\midrule`, `\bottomrule` ### Text Paragraphs - Write all paragraphs and explanations in English - If handwriting contains non-English annotations, translate them to English naturally - Preserve the paragraph structure as written - Problem numbers: use `\section*{Problem 1}` or `\subsection*{(a)}` ### Cover Page (Optional) Only add a cover page when the user **explicitly requests** one. When included, prompt the user for: - Title (assignment name / course name) - Author name - Institution - Date (defaults to `\today`) ## Workflow ### Step 1 β Receive Input - Obtain the image or PDF from the conversation - If multiple images are uploaded, confirm the page order with the user: > "Please confirm the page order: Page 1 β Page 2 β Page 3, or do you need to reorder?" ### Step 2 β Pre-conversion Confirmation Before starting the conversion, show the user a brief summary and ask for confirmation: ``` I can see the following: - Content: {brief description, e.g. "QM derivation, ~3 equations, 1 matrix"} - Sections: {detected section or problem numbers} - Cover page: Yes / No Shall I proceed with the conversion? ``` Wait for user confirmation before generating the `.tex` file. ### Step 3 β Recognise Content - Read every line of handwritten content carefully - For ambiguous passages, add a LaTeX comment: `% [Unclear: transcribed as X, please verify]` - Do not skip any step, even intermediate calculations ### Step 4 β Convert Block by Block - Text β paragraphs - Equations β `align*` environment - Matrices β `pmatrix` / `bmatrix` - Tables β `booktabs` tables ### Step 5 β Generate File - Filename: `{course-code}-{content-description}.tex` (e.g. `PHYS101-QM-hw3.tex`) - Save to `/mnt/user-data/outputs/` - Also display the complete LaTeX source in the chat for easy copying ### Step 6 β Quality Check - Confirm every `\begin` has a matching `\end` - Confirm math environments are not nested (e.g. no `equation` inside `align`) - If anything is uncertain, append a **"Please verify"** list at the end of the reply ## Important Notes - **Never simplify derivations** β if the handwriting has five steps, output five steps, aligned at each equals sign - **Physics packages included by default** β the `physics` package is always loaded, providing `\dv`, `\pdv`, `\ket`, `\bra`, and other commands commonly used in physics and physical chemistry - **Compiler target** β optimised for Overleaf **pdfLaTeX** by default; no settings changes needed, just hit Compile - **Language** β all body text and explanations should be in English; translate any non-English handwritten annotations naturally - **Ambiguous handwriting** β always add a comment rather than silently guessing: `% [Unclear: transcribed as X, please verify]` - **Cover page** β omitted by default unless the user explicitly says "add cover page"
Security Status
Scanned
Passed automated security checks
Related AI Tools
More Make Money tools you might like
Marketing Skills Division
Free"42 marketing agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more coding agents. 7 pods: content, SEO, CRO, channels, growth, intelligence, sales. Foundation context + orchestration router. 27 Python tools (stdli
Insert instructions below
FreeReplace with description of the skill and when Claude should use it.
Business & Growth Skills
Free"4 business growth agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Customer success (health scoring, churn), sales engineer (RFP), revenue operations (pipeline, GTM), contract & proposal writer. Python tools (stdlib-onl
C-Level Advisory Ecosystem
Free"10 C-level advisory agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO, Executive Mentor. Multi-role board meetings, strategy routing, structured recommendations. For founders
Engineering Team Skills
Free"23 engineering agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more tools. Architecture, frontend, backend, QA, DevOps, security, AI/ML, data engineering, Playwright, Stripe, AWS, MS365. 30+ Python tools (stdlib-
NotebookLM Automation
FreeComplete API for Google NotebookLM - full programmatic access including features not in the web UI. Create notebooks, add sources, generate all artifact types, download in multiple formats. Activates on explicit /notebooklm or intent like "create a p