latex

Installation
SKILL.md

LaTeX Document Creator

Create beautifully formatted LaTeX documents from any input source (markdown files, plain text, structured data, or user instructions). Produce professional-quality typeset output following modern LaTeX best practices.

Workflow

  1. Analyze input - Read the source material, identify structure (headings, lists, tables, figures, math, code, citations)
  2. Determine document class - Select appropriate class based on content type and length
  3. Generate LaTeX - Produce a complete .tex file with proper preamble and body
  4. Compile to PDF (if requested) - Detect platform and compile using latexmk

If the user provides additional formatting instructions, apply them. User instructions override defaults below.

Document Class Selection

Content Type Class When
Short documents, articles, memos scrartcl No chapters needed
Reports, theses, long documents scrreprt Chapter-level structure
Related skills
Installs
1
GitHub Stars
35
First Seen
Apr 26, 2026