·latex

有关文档创建、格式化、数学、表格、图形、参考书目和编译的综合 LaTeX 参考。在帮助用户编写、编辑、调试或编译 LaTeX 文档时使用。

7安装·1热度·@igbuend

安装

$npx skills add https://github.com/igbuend/grimbard --skill latex

如何安装 latex

通过命令行快速安装 latex AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/igbuend/grimbard --skill latex
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:igbuend/grimbard。

SKILL.md

查看原文

LaTeX is a markup language and typesetting system for producing high-quality documents. It excels at structured documents with complex formatting, mathematics, cross-references, and bibliographies.

| Preamble | Everything before \begin{document} — class, packages, settings | | Document body | Content between \begin{document} and \end{document} | | Commands | Start with \, e.g. \textbf{bold}. Optional args in [], required in {} | | Environments | \begin{name}...\end{name} blocks for scoped formatting |

| Packages | Extensions loaded with \usepackage{name} in the preamble |

有关文档创建、格式化、数学、表格、图形、参考书目和编译的综合 LaTeX 参考。在帮助用户编写、编辑、调试或编译 LaTeX 文档时使用。 来源:igbuend/grimbard。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/igbuend/grimbard --skill latex
分类
#文档处理
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from igbuend/grimbard

快速解答

什么是 latex?

有关文档创建、格式化、数学、表格、图形、参考书目和编译的综合 LaTeX 参考。在帮助用户编写、编辑、调试或编译 LaTeX 文档时使用。 来源:igbuend/grimbard。

如何安装 latex?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/igbuend/grimbard --skill latex 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/igbuend/grimbard