latex-figure-table-layout
Installation
SKILL.md
LaTeX Figure and Table Layout
Expert guidance for positioning figures and tables in LaTeX documents. This skill handles float placement, subfigure arrangements, side-by-side layouts, and cross-column positioning.
When to Use This Skill
Use this skill when:
- Adjusting figure/table position parameters (
[h],[t],[b],[p]) - Arranging multiple figures/tables in subfigures
- Creating side-by-side figure or figure+table layouts
- Fixing float positioning issues (drifting, page alone)
- Working with cross-column figures (
figure*,table*)
NOTE: This skill does NOT modify sizes, column widths, or scaling. Only positioning.
Float Position Parameters
Related skills