·latex-tables
#

latex-tables

terrylica/cc-skills

LaTeX tables with tabularray package. TRIGGERS - LaTeX table, tabularray, fixed-width columns, table alignment.

19Installs·3Trend·@terrylica

Installation

$npx skills add https://github.com/terrylica/cc-skills --skill latex-tables

SKILL.md

Official Docs: Run texdoc tabularray for complete package documentation

| Package not found | tabularray not installed | sudo tlmgr install tabularray | | Table too wide | Fixed widths exceed page | Use smaller Q[width] values or X for flexible | | Text not wrapping | Column spec missing width | Use Q[width] instead of c/l/r for wrapping | | Alignment issues | Mixed column types | Ensure all columns have consistent spec |

| Compile error on colspec | Invalid syntax | Check for missing commas or typos in column spec | | hlines not appearing | Missing from spec | Add hlines to the spec: {colspec={...}, hlines} | | Row style not applied | Wrong row index | Remember row{1} is first row (1-indexed) | | Package version too old | TeX Live outdated | sudo tlmgr update --self --all |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/terrylica/cc-skills --skill latex-tables
Category
#Documents
Verified
First Seen
2026-02-04
Updated
2026-02-18

Quick answers

What is latex-tables?

LaTeX tables with tabularray package. TRIGGERS - LaTeX table, tabularray, fixed-width columns, table alignment. Source: terrylica/cc-skills.

How do I install latex-tables?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/terrylica/cc-skills --skill latex-tables Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/terrylica/cc-skills