academic-latex-layout
Installation
SKILL.md
Academic LaTeX Layout
LaTeX layout and float-placement router for academic papers. Optimize figure/table placement by semantic adjacency and compiled PDF evidence, not by source-level hacks.
Router Protocol
- Read
manifest.yaml. - Read every file listed under
always_load. - Detect exactly one mode from the manifest.
- Echo the selected mode before executing.
- Reach for
references/only when the manifest condition is satisfied.
Modes
| Mode | Use when |
|---|---|
draft-to-latex-layout |
Draft + template + existing figures/tables must become LaTeX with semantically placed floats |
layout-repair |
Existing .tex project has float pileups, text/figure drift, blank areas, or two-column layout problems |
layout-audit |
User wants diagnosis only, without edits |