latex-fix-compilation

Installation
SKILL.md

When to Use

  • A LaTeX document failed to compile in the CI pipeline
  • An .errlog file exists in docs/latex/.error-logs/
  • User asks to fix a LaTeX compilation error specifying a document name

How It Works

The CI pipeline (compile-docs.yml) compiles each LaTeX document in a separate parallel job. When compilation fails, the pipeline:

  1. Saves the LaTeX .log as docs/latex/.error-logs/{document-name}.errlog
  2. Uploads it as a GitHub Actions artifact (errlog-{name})
  3. Commits the .errlog to the repo so it's available locally

Error Log Location

Related skills
Installs
1
First Seen
Mar 13, 2026