Write LaTeX documents with correct syntax, packages, and compilation workflow.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install latex或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install latex⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/latex/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: LaTeX description: Write LaTeX documents with correct syntax, packages, and compilation workflow. metadata: {"clawdbot":{"emoji":"📐","os":["linux","darwin","win32"]}} ---
\# \$ \% \& \_ \{ \} \textbackslash\textasciitilde not \~ (that's an accent)\textasciicircum not \^\textbackslash not \\ (that's line break) ` not "; closing: ''—never use straight "` quotes-, en-dash -- (ranges: 1--10), em-dash --- (punctuation)$-1$ not -1 in text$...$ or \(...\); display: \[...\] or equation environment$E = mc^2 \text{ where } m \text{ is mass}$align environment, not multiple equations\left( ... \right) for auto-sizing delimiters—must be paired{} or \ : \LaTeX{} or \LaTeX\ is~ between number and unit: 5~km\, thin, \: medium, \; thick, \quad \qquad\usepackage order matters—hyperref almost always lastinputenc + fontenc for UTF-8: \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc}graphicx for images, booktabs for professional tables, amsmath for advanced mathmicrotype for better typography—load early, subtle but significant improvement[htbp] suggests placement: here, top, bottom, page—not commands[H] from float package to force\centering inside float, not center environment\label—label references the last numbered element\ref and \pageref—first pass collects, second uses\label immediately after \caption or inside environment being labeledhyperref makes refs clickable—but can break with some packagestabular for inline, table float for numbered with captionbooktabs: \toprule, \midrule, \bottomrule—no vertical lines@{} removes padding: \begin{tabular}{@{}lll@{}}\multicolumn{2}{c}{Header}; multirow needs multirow package\graphicspath{{./images/}}\includegraphics[width=0.8\textwidth]{file}—no extension often better\- hyphenation hints, or allow \sloppy$: math command used in text mode\include adds page break, \input doesn't—use \input for fragments\begin{document}—all \usepackage and settings\maketitle after \begin{document} if using \title, \author, \datearticle for short docs, report for chapters without parts, book for full books安装 LaTeX 后,可以对 AI 说这些话来触发它
Help me get started with LaTeX
Explains what LaTeX does, walks through the setup, and runs a quick demo based on your current project
Use LaTeX to write LaTeX documents with correct syntax, packages, and compilatio...
Invokes LaTeX with the right parameters and returns the result directly in the conversation
What can I do with LaTeX in my documents & notes workflow?
Lists the top use cases for LaTeX, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/latex/ 目录(个人级,所有项目可用),或 .claude/skills/latex/(项目级)。重启 AI 客户端后,用 /latex 主动调用,或让 AI 根据上下文自动发现并使用。
LaTeX 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
LaTeX 可免费安装使用。请查阅仓库了解许可证信息。
Write LaTeX documents with correct syntax, packages, and compilation workflow.
LaTeX 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using LaTeX
Identifies repetitive steps in your workflow and sets up LaTeX to handle them automatically