amsmath

Generate LaTeX snippets for equations, matrices, and theorem environments.

8|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/igbuend/grimbard --skill amsmath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amsmath
Source: https://github.com/igbuend/grimbard/tree/main/skills/amsmath
Command: npx skills add https://github.com/igbuend/grimbard --skill amsmath

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users create complex mathematical equations, align them precisely, use a wide array of mathematical symbols, and format theorems and proofs effectively within LaTeX documents.

Core Features & Use Cases

  • Equation Environments: Provides guidance on using align, gather, equation, multline, split, cases, and aligned for various mathematical layouts.
  • Symbol & Operator Reference: Offers comprehensive lists of Greek letters, relations, binary operators, arrows, and common mathematical symbols.
  • Matrix & Delimiter Formatting: Demonstrates how to create matrices and use auto-sizing or manually sized delimiters.
  • Theorem & Proof Structuring: Shows how to define and use theorem environments with amsthm for structured mathematical writing.
  • Use Case: A researcher needs to typeset a paper with several aligned equations, special symbols like the Dirac delta function, and clearly defined theorems and proofs. This Skill provides the necessary LaTeX commands and examples.

Quick Start

Use the amsmath skill to generate a LaTeX snippet for a piecewise function using the cases environment.

Frequently Asked Questions about amsmath

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I align multiple equations in LaTeX?

To align multiple equations in LaTeX, use the `align` environment from the amsmath package to precisely align formulas at specific characters like ampersands.

What is the best way to typeset a piecewise function in LaTeX?

The best way to typeset a piecewise function in LaTeX is using the `cases` environment provided by amsmath, which automatically formats conditions and outputs cleanly.

How do I insert auto-sizing delimiters for large mathematical expressions?

Insert auto-sizing delimiters for large mathematical expressions by using the `\left` and `ight` commands before your delimiter symbols in LaTeX.

Can I format matrices with the amsmath package?

Yes, you can format matrices using the matrix environments provided by amsmath, which allow you to create matrices with or without specific delimiters like brackets or parentheses.

How do I define theorems and proofs in LaTeX?

Define theorems and proofs in LaTeX using the `amsthm` package, which allows you to create structured theorem environments for clear mathematical writing and logical proof formatting.