What problem does it solve?
This Skill helps you create professional, well-structured documents in LaTeX instead of relying on inconsistent formatting or manual layout fixes, so you can produce clean academic and formal outputs.
Core Features & Use Cases
- LaTeX document setup and structure: Covers document classes (articles, books, reports, beamer, IEEE/ACM-style, etc.) and provides a minimum working example for reliable starts.
- Professional preamble composition: Shows organized configuration for encoding/fonts, page geometry, language, math tooling, graphics, tables, hyperlinks, bibliography (BibTeX/BibLaTeX), theorem environments, and custom commands.
- End-to-end publishing workflow guidance: Includes common compilation passes, latexmk recommendations, plus CI/CD patterns for reproducible LaTeX builds and artifact generation.
- Use Case: Draft an IEEE conference paper with sections, figures, tables, cross-references, and a bibliography, then compile it locally and in GitHub Actions to ensure the same PDF builds reliably every time.
Quick Start
Use the typesetting-latex skill to generate a complete LaTeX preamble and skeleton document for an IEEE-style paper, including cross-referencing, figures, tables, and BibLaTeX-compatible bibliography wiring.