| name | latex-build-camera-ready |
| description | Build and debug LaTeX research papers, posters, and reports; fix bibliography, figures, tables, reviewer-mode toggles, and camera-ready packaging. Use when a paper compiles poorly, references break, margins overflow, anonymization must be restored, or a submission artifact needs cleanup. |
LaTeX Build Camera Ready
Use this skill for build, packaging, and template hygiene. Use research-paper-writing for prose.
Core Workflow
- Identify the build system: pdflatex and bibtex, pdflatex and biber, latexmk, or conference wrapper.
- Run the first real failing command and inspect the log.
- Use
references/latex-builds.md for common build orders and log triage.
- Fix one error class at a time:
- missing files,
- package conflicts,
- floats,
- bibliography,
- encoding,
- overfull boxes.
- Keep content edits separate from build fixes.
Execution Rules
- Preserve conference template constraints and macros.
- Prefer minimal reproducible compile commands.
- Track generated files separately from source files.
- Do not remove required anonymization or camera-ready toggles without explaining the consequences.
- Report remaining warnings even when the PDF builds.
Output Contract
Return:
- Failing command.
- Root cause.
- Concrete fix.
- Rerun command.
- Remaining warnings or style risks.