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}