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

# 一般

## 基礎

* [入門](/latex/zh-tw/latex-ji-chu/01-learn-latex-in-30-minutes.md)
* [編譯](/latex/zh-tw/geng-duo-zhu-ti/08-choosing-a-latex-compiler.md)
* [段落與換行](/latex/zh-tw/latex-ji-chu/02-paragraphs-and-new-lines.md)
* [粗體、斜體與底線](/latex/zh-tw/latex-ji-chu/03-bold-italics-and-underlining.md)
* [清單](/latex/zh-tw/latex-ji-chu/04-lists.md)
* [國際語言支援](/latex/zh-tw/yu-yan/03-international-language-support.md)

## 圖與表格

* [浮動體](/latex/zh-tw/tu-biao-yu-biao-ge/02-positioning-images-and-tables.md)
* [圖片](/latex/zh-tw/readme.md)
  * [插入圖片](/latex/zh-tw/geng-duo-zhu-ti/27-inserting-images.md)
  * [圖形的位置](/latex/zh-tw/tu-biao-yu-biao-ge/02-positioning-images-and-tables.md)
  * [圖形標題](/latex/zh-tw/geng-duo-zhu-ti/27-inserting-images.md)
  * [參照圖形](/latex/zh-tw/geng-duo-zhu-ti/42-referencing-figures.md)
  * [讓文字環繞圖表](/latex/zh-tw/geng-duo-zhu-ti/50-wrapping-text-around-figures.md)
  * [大型專案中的圖片管理](/latex/zh-tw/geng-duo-zhu-ti/27-inserting-images.md)
* [表格](/latex/zh-tw/tu-biao-yu-biao-ge/01-tables.md)
* [表格與圖形清單](/latex/zh-tw/tu-biao-yu-biao-ge/03-lists-of-tables-and-figures.md)
* [picture 環境](/latex/zh-tw/tu-biao-yu-biao-ge/04-picture-environment.md)
* [TikZ 套件](/latex/zh-tw/tu-biao-yu-biao-ge/05-tikz-package.md)

## 命令

* [指令與環境](/latex/zh-tw/geng-duo-zhu-ti/09-commands-and-environments.md)
* [定義自己的指令](/latex/zh-tw/geng-duo-zhu-ti/10-defining-your-own-commands.md)

## 文件結構

* [章節](/latex/zh-tw/wen-jian-jie-gou/01-sections-and-chapters.md)
* [目錄](/latex/zh-tw/wen-jian-jie-gou/02-table-of-contents.md)
* [章節與方程式交叉參照](/latex/zh-tw/wen-jian-jie-gou/03-cross-referencing-sections-equations-and-floats.md)
* [索引](/latex/zh-tw/wen-jian-jie-gou/04-indices.md)
* [詞彙表](/latex/zh-tw/wen-jian-jie-gou/05-glossaries.md)
* [大型專案中的管理](/latex/zh-tw/wen-jian-jie-gou/07-management-in-a-large-project.md)

## 參考文獻與引用

* [參考文獻管理](/latex/zh-tw/geng-duo-zhu-ti/05-bibliography-management-in-latex.md)
* [參考文獻樣式](/latex/zh-tw/can-kao-wen-xian-yu-yin-wen/04-bibtex-bibliography-styles.md)
* [引用樣式](/latex/zh-tw/can-kao-wen-xian-yu-yin-wen/06-natbib-citation-styles.md)

## 註釋

* [腳註](/latex/zh-tw/ge-shi-hua/14-footnotes.md)
* [邊界註記](/latex/zh-tw/ge-shi-hua/15-margin-notes.md)

## 類別檔

* [了解套件與類別檔](/latex/zh-tw/lei-bie-dang/01-understanding-packages-and-class-files.md)
* [套件與類別檔清單](/latex/zh-tw/lei-bie-dang/02-overleaf-and-tex-live.md)
* [撰寫你自己的套件](/latex/zh-tw/lei-bie-dang/03-writing-your-own-package.md)
* [提示](/latex/zh-tw/readme.md)

## 簡報

* [Beamer](/latex/zh-tw/jian-bao/01-beamer.md)
* [Powerdot](/latex/zh-tw/jian-bao/02-powerdot.md)

## 其他

* [排版引文](/latex/zh-tw/yu-yan/04-typesetting-quotations.md)

## 一般事項

* [定理與證明](/latex/zh-tw/te-ding-ling-yu/01-theorems-and-proofs.md)
* [西洋棋記譜](/latex/zh-tw/te-ding-ling-yu/05-chess-notation.md)
* [編織圖樣](/latex/zh-tw/te-ding-ling-yu/06-knitting-patterns.md)
* [Pgfplots 套件](/latex/zh-tw/te-ding-ling-yu/08-pgfplots-package.md)
* [考試](/latex/zh-tw/te-ding-ling-yu/09-typesetting-exams-in-latex.md)
* [LaTeX 工具](/latex/zh-tw/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-tw/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.
