# 批量将手动输入的中括号数字变成上标

按下Ctrl+H，在弹出的“替换”对话框中，单击“高级”按钮，勾选“使用通配符”，

在“查找内容”右边的框中输入“\\\[\*\\]”（不包括引号），再把光标在“替换为”框中点一下，然后在下方“格式”——“字体”中选择上标，以及调整其他格式及字体。点击全部替换。

需要注意的是：方括号必须是标准英文格式，如果是带其他格式（如宋体）的则无法被识别。

常用场景：论文文献标注。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.linh.eu.org/wpsoffice-cao-zuo/pi-liang-jiang-shou-dong-shu-ru-de-zhong-kuo-hao-shu-zi-bian-cheng-shang-biao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
