LaTeX
Write LaTeX documents with correct syntax, packages, and compilation workflow.
Why use this skill?
Master your document creation with the OpenClaw LaTeX skill. Get expert help with LaTeX syntax, math formatting, professional tables, and automated compilation workflows.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ivangdavila/latexWhat This Skill Does
The LaTeX skill enables OpenClaw to act as a technical typesetting assistant. It is designed to handle the complexities of the LaTeX markup language, ensuring that documents adhere to professional typesetting standards. This skill manages the entire workflow of document creation, including preamble configuration, package management, complex mathematical formatting, and floating object placement. Whether you are drafting a research paper, a technical manual, or a complex report, this skill ensures your output follows best practices like using booktabs for tables, proper hyphenation, and correct math mode syntax. It effectively bridges the gap between raw text and professionally compiled documents.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/ivangdavila/latex
Use Cases
- Drafting academic research papers: Automatically handles citations, references, and mathematical notation.
- Creating technical documentation: Ideal for software engineers needing to generate manuals with code snippets, diagrams, and cross-references.
- Formatting financial reports: Uses the booktabs package to create clean, readable tables without unnecessary vertical lines.
- Preparing presentations: Helps in structuring documents that can be adapted for Beamer slides.
Example Prompts
- "Create a LaTeX template for a research paper that includes amsmath, hyperref, and microtype, with a predefined graphicspath for my figures folder."
- "Help me rewrite this table using booktabs syntax, removing all vertical lines and using toprule, midrule, and bottomrule."
- "I have an overfull hbox error in my abstract, how can I fix this while maintaining professional typography?"
Tips & Limitations
- Typography: Always use double backticks (``) for opening quotes and double single quotes ('') for closing to ensure the correct stylistic glyphs.
- Math Mode: Remember that display equations should use the
\[ ... \]syntax or anequationenvironment. Never use straight quotes in math; use\text{}for explanatory text. - Compilation: Be mindful of compilation passes. References (
\ref) and bibliographies often require multiple passes (latex -> bibtex -> latex -> latex) to resolve correctly. - Floats: If your images are floating away from your text, the
[H]placement specifier from thefloatpackage is your best tool, but use it sparingly as it disrupts the natural document flow. - Pathing: Avoid using absolute file paths in
\includegraphicsto ensure your project remains portable across different machines.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ivangdavila-latex": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write
Related Skills
Amazon
Navigate Amazon as buyer, seller, or affiliate with price tracking, listing optimization, and smart purchasing decisions.
Analysis
Run deep system health checks across workspace, config, skills, and integrations with prioritized findings and remediation.
Arduino
Develop Arduino projects avoiding common wiring, power, and code pitfalls.
Apple Mail (MacOS)
Use local CLI to manage Gmail, Outlook, iCloud, Yahoo, Fastmail, and other mail accounts synced in Apple Mail on macOS, without APIs or OAuth.
Backup
Implement reliable backup strategies avoiding data loss, failed restores, and security gaps.