·latex

Comprehensive LaTeX reference for document creation, formatting, mathematics, tables, figures, bibliographies, and compilation. Use when helping users write, edit, debug, or compile LaTeX documents.

7Installs·1Trend·@igbuend

Installation

$npx skills add https://github.com/igbuend/grimbard --skill latex

How to Install latex

Quickly install latex AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/igbuend/grimbard --skill latex
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: igbuend/grimbard.

SKILL.md

View raw

LaTeX is a markup language and typesetting system for producing high-quality documents. It excels at structured documents with complex formatting, mathematics, cross-references, and bibliographies.

| Preamble | Everything before \begin{document} — class, packages, settings | | Document body | Content between \begin{document} and \end{document} | | Commands | Start with \, e.g. \textbf{bold}. Optional args in [], required in {} | | Environments | \begin{name}...\end{name} blocks for scoped formatting |

| Packages | Extensions loaded with \usepackage{name} in the preamble |

Comprehensive LaTeX reference for document creation, formatting, mathematics, tables, figures, bibliographies, and compilation. Use when helping users write, edit, debug, or compile LaTeX documents. Source: igbuend/grimbard.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/igbuend/grimbard --skill latex
Category
#Documents
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from igbuend/grimbard

Quick answers

What is latex?

Comprehensive LaTeX reference for document creation, formatting, mathematics, tables, figures, bibliographies, and compilation. Use when helping users write, edit, debug, or compile LaTeX documents. Source: igbuend/grimbard.

How do I install latex?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/igbuend/grimbard --skill latex Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/igbuend/grimbard