> ## Documentation Index
> Fetch the complete documentation index at: https://www.hellomaggie.top/llms.txt
> Use this file to discover all available pages before exploring further.

# 工具总览

> Word 排版与 MathType 公式批处理 skill：安装方式、适用场景，以及相关技术博客入口。

本站工具以 **Agent Skill** 形式分发，不是网页里点一点的小工具。你需要把 skill 装进 Cursor / Claude / Codex 等环境，或下载 zip 后在本机跑脚本。

## Skills

<CardGroup cols={2}>
  <Card title="安装与使用" href="/tools/skills" icon="download">
    `npx skills add` 或下载完整 zip。
  </Card>

  <Card title="word-format" href="/blog/word-format-skill" icon="file-word">
    双栏习题册版式迁移，保留可编辑 MathType OLE。
  </Card>

  <Card title="mathtype-re-render" href="/blog/mathtype-re-render-skill" icon="square-root-variable">
    `.eqp` → MTEF 修补 → WMF 重渲染 → 几何同步。
  </Card>
</CardGroup>

## 什么时候用哪个

| 你要做的事              | 用哪个                                                  |
| ------------------ | ---------------------------------------------------- |
| 统一页面、分栏、题型样式、解析加粗  | [word-format](/blog/word-format-skill)               |
| 统一公式字号、间距、字体，并刷新显示 | [mathtype-re-render](/blog/mathtype-re-render-skill) |
| 两者都要               | 先版式后公式，或按文档状态分步跑                                     |

<Warning>
  不要用 HTML / `python-docx` 去「重建」含大量 `Equation.DSMT4` 的整篇习题册。公式会退化成图片，看起来还「正常」。
</Warning>

## 技术文章

<CardGroup cols={2}>
  <Card title="排版重构实录" href="/blog/word-format-refactor" icon="book">
    从 HTML 剪贴板方案到 OOXML 定点修改。
  </Card>

  <Card title="Re-render 深潜" href="/blog/mathtype-re-render" icon="microscope">
    三层数据模型与可审计流水线。
  </Card>

  <Card title="官方批量格式化" href="/blog/mathtype-batch-formatting" icon="clock">
    MathType 自带批量格式化为什么慢。
  </Card>
</CardGroup>

<Note>
  源码在 [GitHub](https://github.com/LIziak112/mintlify) 的 `skills/`；zip 在 [`/downloads/`](/tools/skills)。
</Note>
