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

# Overleafでシンボルパレットを使う

## はじめに

この記事では Overleaf の **シンボルパレット**—文書に数式記号をすばやく便利に挿入する方法です。 **シンボルパレット** は [プレミアム機能](/latex/ja/narejjibsu/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/a2ca78ab0c72ddac7571809a27abd35c7f52e4da)

「 **シンボルパレット** 」を閉じるには、 **Ω** ボタンをもう一度クリックするか、 **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/ja/shu-xue/01-mathematical-expressions.md#mathematical-modes) 。また、LaTeX で数式を書く方法のより一般的な概要については、 [LaTeX を 30 分で学ぶ](/latex/ja/latexno/01-learn-latex-in-30-minutes.md)—特に、 [LaTeX に数式を追加する](/latex/ja/latexno/01-learn-latex-in-30-minutes.md#adding-math-to-latex).

これらの記号のいずれかを *数式モードの* 外に追加すると、文書をコンパイルするときにいくつかのエラーが表示されます。表示されるエラーは文書の他の内容によって異なりますが、数式モードの外で数式記号を使った場合によく発生するエラーは [`Missing $ inserted`](/latex/ja/latexer/25-missing-inserted.md)

## パッケージ

一部の記号では追加のパッケージが必要です。記号にカーソルを合わせると、必要なパッケージがツールチップに表示されます。

![LaTeX パッケージの必要性を示すシンボルパレット](/files/0c6b46c00462ddbe71257c8b2161221f504097b4)

たとえば、この場合、 `\iint` 記号を使うには、 `\usepackage{amsmath}` を文書のプリアンブル、つまり `\begin{document}` 文の前に含めておく必要があります。

Overleaf がサポートしているパッケージを確認するには、 [どのパッケージをサポートしていますか？](/latex/ja/narejjibsu/155-what-packages-do-you-support.md)

## さらに読む

ヘルプ記事がたくさんあります。興味を持ちそうなものをいくつかご紹介します。

* [Overleaf でファイルアウトラインを使用する](/latex/ja/narejjibsu/147-using-the-file-outline-in-overleaf.md)
* [Overleaf のプロジェクトメニューを使う](/latex/ja/narejjibsu/148-using-the-overleaf-project-menu.md)
* [Missing $ inserted](/latex/ja/latexer/25-missing-inserted.md)
* [数式](/latex/ja/shu-xue/01-mathematical-expressions.md)
* [数式モードでのスペース](/latex/ja/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/ja/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.
