> 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/readme.md).

# 簡介

還在為建立 LaTeX 表格而苦惱嗎？需要協助排版圖表嗎？你來對地方了。從 LaTeX 基礎到進階技巧，Overleaf 都能幫你搞定。

## LaTeX 入門

先從我們全新的 [線上 LaTeX 課程](https://learn.overleaf.com/path/novice-learning-path) 開始，專為 [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-tw/tu-biao-yu-biao-ge/01-tables.md)
* [圖片與表格定位](/latex/zh-tw/tu-biao-yu-biao-ge/02-positioning-images-and-tables.md)
* [文字對齊](/latex/zh-tw/ge-shi-hua/06-text-alignment.md)
* [希臘字母與數學符號清單](/latex/zh-tw/shu-xue/11-list-of-greek-letters-and-math-symbols.md)
* [清單](/latex/zh-tw/latex-ji-chu/04-lists.md)
* [錯誤](/latex/zh-tw/latex-ji-chu/05-errors.md)
* [在 LaTeX 中使用顏色](/latex/zh-tw/ge-shi-hua/13-using-colors-in-latex.md)
* [對齊方程式](/latex/zh-tw/shu-xue/06-aligning-equations-with-amsmath.md)
* [換行與空白](/latex/zh-tw/ge-shi-hua/05-line-breaks-and-blank-spaces.md)

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

## 進階 TeX/LaTeX

Overleaf 已發表了 מגוון廣泛的 [深入技術文章](/latex/zh-tw/jin-jie-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-tw/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.
