latexWrite LaTeX documents with correct syntax, packages, and compilation workflow.
Install via ClawdBot CLI:
clawdbot install ivangdavila/latex\# \$ \% \& \_ \{ \} \textbackslash\textasciitilde not \~ (that's an accent)\textasciicircum not \^\textbackslash not \\ (that's line break) ` not "; closing: ''—never use straight "` quotes-, en-dash -- (ranges: 1--10), em-dash --- (punctuation)$-1$ not -1 in text$...$ or \(...\); display: \[...\] or equation environment$E = mc^2 \text{ where } m \text{ is mass}$align environment, not multiple equations\left( ... \right) for auto-sizing delimiters—must be paired{} or \ : \LaTeX{} or \LaTeX\ is~ between number and unit: 5~km\, thin, \: medium, \; thick, \quad \qquad\usepackage order matters—hyperref almost always lastinputenc + fontenc for UTF-8: \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc}graphicx for images, booktabs for professional tables, amsmath for advanced mathmicrotype for better typography—load early, subtle but significant improvement[htbp] suggests placement: here, top, bottom, page—not commands[H] from float package to force\centering inside float, not center environment\label—label references the last numbered element\ref and \pageref—first pass collects, second uses\label immediately after \caption or inside environment being labeledhyperref makes refs clickable—but can break with some packagestabular for inline, table float for numbered with captionbooktabs: \toprule, \midrule, \bottomrule—no vertical lines@{} removes padding: \begin{tabular}{@{}lll@{}}\multicolumn{2}{c}{Header}; multirow needs multirow package\graphicspath{{./images/}}\includegraphics[width=0.8\textwidth]{file}—no extension often better\- hyphenation hints, or allow \sloppy$: math command used in text mode\include adds page break, \input doesn't—use \input for fragments\begin{document}—all \usepackage and settings\maketitle after \begin{document} if using \title, \author, \datearticle for short docs, report for chapters without parts, book for full booksGenerated Mar 1, 2026
Researchers and students use LaTeX to produce high-quality papers with complex mathematical notation, cross-references, and bibliographies. It ensures consistent formatting for journal submissions and theses, handling equations and citations professionally.
Engineers and developers create manuals, reports, and documentation with precise formatting, tables, and diagrams. LaTeX's ability to manage large documents and generate PDFs with hyperlinks improves readability and maintenance for technical teams.
Authors and publishers use LaTeX for typesetting books, especially in STEM fields, due to its superior handling of math, figures, and long-document structures. It automates table of contents, indexing, and page layout for print and digital formats.
Professionals create presentations with the Beamer package, incorporating mathematical formulas and clean designs. It's ideal for academic conferences and corporate talks where visual consistency and technical content are key.
Job seekers design polished resumes with structured sections and typographic control. LaTeX produces professional-looking PDFs that stand out in competitive fields like academia, engineering, and data science.
Offer document formatting, template creation, and troubleshooting for clients in academia and business. Charge per project or hourly, with recurring revenue from editing and maintenance contracts for ongoing publications.
Develop a cloud-based editor with real-time collaboration, auto-compilation, and integrated package management. Monetize through subscription tiers for individuals and teams, with premium features like advanced templates and support.
Provide online courses, workshops, and certifications for learning LaTeX, targeting students, researchers, and professionals. Generate income from course sales, corporate training packages, and certification exam fees.
💬 Integration Tip
Integrate LaTeX into workflows by using version control like Git for collaboration and automating compilation with scripts or CI/CD tools to streamline document generation.
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
用 MinerU API 解析 PDF/Word/PPT/图片为 Markdown,支持公式、表格、OCR。适用于论文解析、文档提取。
Generate hand-drawn style diagrams, flowcharts, and architecture diagrams as PNG images from Excalidraw JSON
The awesome PPT format generation tool provided by baidu.