> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-cn/readme.md).

# 引言

苦于创建 LaTeX 表格？需要帮助排版图形？你来对地方了。从 LaTeX 基础到高级技巧，Overleaf 都能帮到你。

## LaTeX 简介

从我们的全新 [在线 LaTeX 课程](https://learn.overleaf.com/path/novice-learning-path) 专为 Overleaf 学习中心的完全初学者设计， [Overleaf 学习中心](https://learn.overleaf.com).

报名参加涵盖 Overleaf 和其他主题的免费直播网络研讨会——请查看我们的 [直播活动日历](https://learn.overleaf.com/calendar) 开始入门。

参见 [Overleaf 的文档](https://docs.overleaf.com/) 以获取更多 [教程建议](https://docs.overleaf.com/getting-started/latex-tutorials).

## Overleaf 指南

* [Overleaf 用户文档](https://docs.overleaf.com/)
* [Overleaf 组管理](https://docs.overleaf.com/groups)
* [Overleaf Commons 管理](https://docs.overleaf.com/commons)
* [本地部署版 Overleaf](https://docs.overleaf.com/on-premises)
* [Overleaf 学习中心](https://learn.overleaf.com/)

## LaTeX 基础要点

请参阅我们的 [LaTeX 主题综合列表](https://www.overleaf.com/learn/latex/Contents)。我们收藏中一些最受欢迎的页面包括：

* [表格](/latex/zh-cn/tu-biao-he-biao-ge/01-tables.md)
* [图片和表格定位](/latex/zh-cn/tu-biao-he-biao-ge/02-positioning-images-and-tables.md)
* [文本对齐](/latex/zh-cn/ge-shi-hua/06-text-alignment.md)
* [希腊字母和数学符号列表](/latex/zh-cn/shu-xue/11-list-of-greek-letters-and-math-symbols.md)
* [列表](/latex/zh-cn/latex-ji-chu/04-lists.md)
* [错误](/latex/zh-cn/latex-ji-chu/05-errors.md)
* [在 LaTeX 中使用颜色](/latex/zh-cn/ge-shi-hua/13-using-colors-in-latex.md)
* [公式对齐](/latex/zh-cn/shu-xue/06-aligning-equations-with-amsmath.md)
* [换行和空格](/latex/zh-cn/ge-shi-hua/05-line-breaks-and-blank-spaces.md)

[更多主题](https://www.overleaf.com/learn/latex/Contents)

## 高级 TeX/LaTeX

Overleaf 已发布了种类广泛的 [深度技术文章](/latex/zh-cn/gao-ji-texlatex/01-articles.md) 供对 TeX 引擎底层行为感兴趣的读者阅读。


---

# 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://overleaf-pro.ayaka.space/latex/zh-cn/readme.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.
