> 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/shu-xue/13-kb-using-the-symbol-palette-in-overleaf.md).

# 在 Overleaf 中使用符號面板

## 簡介

本文探討 Overleaf 的 **符號面板**—一種快速且方便的方式，可將數學符號插入到你的文件中。 **符號面板** 是 [付費功能](/latex/zh-tw/zhi-shi-ku/120-overleaf-premium-features.md)。Overleaf 的付費功能可供以下方案的使用者使用： [Overleaf Commons](https://www.overleaf.com/for/universities)、群組成員 [訂閱方案](https://www.overleaf.com/for/groups)，以及個人 [訂閱方案](https://www.overleaf.com/user/subscription/plans).

## 將符號加入你的文件

若要開啟 **符號面板**，請按一下 **Ω** 按鈕，該按鈕在使用 **程式碼編輯器** 或 **視覺編輯器**:

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/2qyaqQ52d5wuRI2yfMjV2p/b0e08dc0549845254a53f98273b33a11/SymbolPalleteEditor.mp4>" %}

該 **符號面板** 時可見，並會在編輯器視窗底部開啟。

![Overleaf 符號面板](/files/6b1c26265565ac1a058d871d31a64f6c02d9a135)

若要關閉 **符號面板** 請再次按一下 **Ω** 按鈕，或使用面板上的 **X** 符號。

### 影片示範

該 **符號面板** 提供一系列常用的數學符號，你可以透過瀏覽，或在 **搜尋** 框中輸入符號名稱或別名來搜尋。 **符號面板** 中的所有符號都設計供數學內容使用，這表示它們需要插入在 LaTeX 文件編譯器會處於所謂的 *數學模式。* 如果你對數學模式一無所知，請觀看以下影片並閱讀 [下一節](#math-mode).

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/3G3xXK2HVCsZ509ITaYthE/b1d85d061208304259a1c62ad49b982f/SymbolPalette.mp4>" %}

## 數學模式

在 **符號面板** 中顯示的符號，只應在 LaTeX 處於數學模式時插入到你的文件中，這表示它們必須包在特殊的數學標記內：

* 若要將你的公式放在 *行內* 模式中，請將其包在以下定界符中： `\( \)` 或 `$ $`。你也可以將其置於 `數學` 環境： `\begin{math} \end{math}`.
* 若要將你的公式放在 *顯示* 數學模式中，請使用以下任一種： `\[ \]` 或 `\begin{equation} \end{equation}`

這也適用於像下標（\_）、積分（`\int`）、希臘字母（`\\alpha`, `\beta`, `\delta`）以及修飾符（`\vec{x}`, `\tilde{x}`).

如果你想進一步了解數學模式，我們有一個簡短的說明 [這裡](/latex/zh-tw/shu-xue/01-mathematical-expressions.md#mathematical-modes) 以及更一般地了解如何在 LaTeX 中撰寫數學，請參考 [30 分鐘學會 LaTeX](/latex/zh-tw/latex-ji-chu/01-learn-latex-in-30-minutes.md)—特別是〈 [在 LaTeX 中加入數學](/latex/zh-tw/latex-ji-chu/01-learn-latex-in-30-minutes.md#adding-math-to-latex).

如果你將這些符號中的任一個加入 *在* 數學模式之外，編譯你的文件時就會看到一些錯誤。你看到的錯誤取決於文件中的其他內容，但在數學模式外使用數學符號時常見的錯誤是 [`插入了缺少的 $`](/latex/zh-tw/latex-cuo-wu/25-missing-inserted.md)

## 套件

有些符號需要你使用額外套件——如果你將滑鼠停留在符號上，工具提示會告訴你需要哪個套件：

![符號面板提示需要 LaTeX 套件](/files/a9425a5d72c0c3a1cb90b7680afa026a04c4ce13)

例如，在這種情況下，若要使用 `\iint` 符號，你需要確保已在 `\usepackage{amsmath}` 加入到你的文件前言中，也就是在 `\begin{document}` 敘述之前。

若要查看 Overleaf 支援的套件，請閱讀 [你們支援哪些套件？](/latex/zh-tw/zhi-shi-ku/155-what-packages-do-you-support.md)

## 延伸閱讀

我們有許多說明文章；以下是一些你可能會感興趣的：

* [在 Overleaf 中使用檔案大綱](/latex/zh-tw/zhi-shi-ku/147-using-the-file-outline-in-overleaf.md)
* [使用 Overleaf 專案選單](/latex/zh-tw/zhi-shi-ku/148-using-the-overleaf-project-menu.md)
* [插入了缺少的 $](/latex/zh-tw/latex-cuo-wu/25-missing-inserted.md)
* [數學表達式](/latex/zh-tw/shu-xue/01-mathematical-expressions.md)
* [數學模式中的間距](/latex/zh-tw/shu-xue/08-spacing-in-math-mode.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/shu-xue/13-kb-using-the-symbol-palette-in-overleaf.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.
