typesetting-latex

Installation
SKILL.md

LaTeX Typesetting

LaTeX is the gold standard for professional typesetting — used for academic papers, technical books, theses, resumes, and presentations. This skill covers document structure, packages, math typesetting, tables, figures, bibliographies, beamer presentations, and CI/CD workflows.


LaTeX Document Structure

Minimum Working Example

% document.tex — A minimal LaTeX document
\documentclass{article}

\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
Installs
13
GitHub Stars
464
First Seen
May 16, 2026
typesetting-latex — cosmicstack-labs/mercury-agent-skills