> 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/geng-duo-zhu-ti/16-general.md).

# 通用

## 基础

* [入门](/latex/zh-cn/latex-ji-chu/01-learn-latex-in-30-minutes.md)
* [编译](/latex/zh-cn/geng-duo-zhu-ti/08-choosing-a-latex-compiler.md)
* [段落与换行](/latex/zh-cn/latex-ji-chu/02-paragraphs-and-new-lines.md)
* [粗体、斜体和下划线](/latex/zh-cn/latex-ji-chu/03-bold-italics-and-underlining.md)
* [列表](/latex/zh-cn/latex-ji-chu/04-lists.md)
* [国际语言支持](/latex/zh-cn/yu-yan/03-international-language-support.md)

## 图表

* [浮动体](/latex/zh-cn/tu-biao-he-biao-ge/02-positioning-images-and-tables.md)
* [图片](/latex/zh-cn/readme.md)
  * [插入图像](/latex/zh-cn/geng-duo-zhu-ti/27-inserting-images.md)
  * [图形的位置](/latex/zh-cn/tu-biao-he-biao-ge/02-positioning-images-and-tables.md)
  * [图形标题](/latex/zh-cn/geng-duo-zhu-ti/27-inserting-images.md)
  * [图形引用](/latex/zh-cn/geng-duo-zhu-ti/42-referencing-figures.md)
  * [让文本环绕图表](/latex/zh-cn/geng-duo-zhu-ti/50-wrapping-text-around-figures.md)
  * [大型项目中的图片管理](/latex/zh-cn/geng-duo-zhu-ti/27-inserting-images.md)
* [表格](/latex/zh-cn/tu-biao-he-biao-ge/01-tables.md)
* [表格和图形列表](/latex/zh-cn/tu-biao-he-biao-ge/03-lists-of-tables-and-figures.md)
* [picture 环境](/latex/zh-cn/tu-biao-he-biao-ge/04-picture-environment.md)
* [TikZ 宏包](/latex/zh-cn/tu-biao-he-biao-ge/05-tikz-package.md)

## 命令

* [命令与环境](/latex/zh-cn/geng-duo-zhu-ti/09-commands-and-environments.md)
* [定义自己的命令](/latex/zh-cn/geng-duo-zhu-ti/10-defining-your-own-commands.md)

## 文档结构

* [节与章](/latex/zh-cn/wen-dang-jie-gou/01-sections-and-chapters.md)
* [目录](/latex/zh-cn/wen-dang-jie-gou/02-table-of-contents.md)
* [章节和公式的交叉引用](/latex/zh-cn/wen-dang-jie-gou/03-cross-referencing-sections-equations-and-floats.md)
* [索引](/latex/zh-cn/wen-dang-jie-gou/04-indices.md)
* [术语表](/latex/zh-cn/wen-dang-jie-gou/05-glossaries.md)
* [大型项目中的管理](/latex/zh-cn/wen-dang-jie-gou/07-management-in-a-large-project.md)

## 参考文献与引文

* [参考文献管理](/latex/zh-cn/geng-duo-zhu-ti/05-bibliography-management-in-latex.md)
* [参考文献样式](/latex/zh-cn/can-kao-wen-xian-he-yin-yong/04-bibtex-bibliography-styles.md)
* [引文样式](/latex/zh-cn/can-kao-wen-xian-he-yin-yong/06-natbib-citation-styles.md)

## 注释

* [脚注](/latex/zh-cn/ge-shi-hua/14-footnotes.md)
* [边注](/latex/zh-cn/ge-shi-hua/15-margin-notes.md)

## 类文件

* [理解宏包和类文件](/latex/zh-cn/lei-wen-jian/01-understanding-packages-and-class-files.md)
* [宏包和类文件列表](/latex/zh-cn/lei-wen-jian/02-overleaf-and-tex-live.md)
* [编写你自己的宏包](/latex/zh-cn/lei-wen-jian/03-writing-your-own-package.md)
* [提示](/latex/zh-cn/readme.md)

## 演示文稿

* [Beamer](/latex/zh-cn/yan-shi-wen-gao/01-beamer.md)
* [Powerdot](/latex/zh-cn/yan-shi-wen-gao/02-powerdot.md)

## 其他

* [引用的排版](/latex/zh-cn/yu-yan/04-typesetting-quotations.md)

## 通用内容

* [定理与证明](/latex/zh-cn/te-ding-ling-yu/01-theorems-and-proofs.md)
* [国际象棋记谱法](/latex/zh-cn/te-ding-ling-yu/05-chess-notation.md)
* [编织图样](/latex/zh-cn/te-ding-ling-yu/06-knitting-patterns.md)
* [Pgfplots 宏包](/latex/zh-cn/te-ding-ling-yu/08-pgfplots-package.md)
* [考试](/latex/zh-cn/te-ding-ling-yu/09-typesetting-exams-in-latex.md)
* [LaTeX 工具](/latex/zh-cn/geng-duo-zhu-ti/30-latex-tools.md)


---

# 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/geng-duo-zhu-ti/16-general.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.
