> For the complete documentation index, see [llms.txt](https://camscanner.iluoxiao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://camscanner.iluoxiao.com/feature/math.md).

# 数学工具

## 各种文档数学公式（LaTeX）使用指南：

* **Pages**（[使用指南](https://support.apple.com/kb/PH26397?viewlocale=zh_CN\&locale=zh_CN)）
* \*\*Keynote \*\*（[使用指南](https://support.apple.com/kb/PH26902?viewlocale=zh_CN\&locale=zh_CNhttps://support.apple.com/kb/PH26902?viewlocale=zh_CN\&locale=zh_CN)）
* **WPS**（[使用指南](https://blog.csdn.net/xenonhu/article/details/100856267)）

## 1. 数学公式LaTeX识别

识别数学公式，转化为数学LaTeX格式文本。

![](http://qn.iluoxiao.com//md/0/a516b.png)

## 2. 数学整题（含公式LaTeX）识别

识别数学题目及数学公式，转化为LaTeX格式题目。

![](http://qn.iluoxiao.com//md/0/f6e75.png)

![](http://qn.iluoxiao.com//md/0/337e4.png)

## 3. 算术作业检查

识别算术题，并智能批改结果，可代替手动批改作业，提高效率。

![](http://qn.iluoxiao.com//md/0/4bf96.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://camscanner.iluoxiao.com/feature/math.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
