Что такое latex-tables?
Таблицы LaTeX с пакетом tabularray. ТРИГГЕРЫ — таблица LaTeX, tabularray, столбцы фиксированной ширины, выравнивание таблицы. Источник: terrylica/cc-skills.
Таблицы LaTeX с пакетом tabularray. ТРИГГЕРЫ — таблица LaTeX, tabularray, столбцы фиксированной ширины, выравнивание таблицы.
Быстро установите AI-навык latex-tables в вашу среду разработки через командную строку
Источник: terrylica/cc-skills.
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 |
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/terrylica/cc-skills --skill latex-tablesТаблицы LaTeX с пакетом tabularray. ТРИГГЕРЫ — таблица LaTeX, tabularray, столбцы фиксированной ширины, выравнивание таблицы. Источник: terrylica/cc-skills.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/terrylica/cc-skills --skill latex-tables После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/terrylica/cc-skills