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

# Overleaf에서 기호 팔레트 사용하기

## 소개

이 문서에서는 Overleaf의 **기호 팔레트**—문서에 수학 기호를 빠르고 편리하게 삽입하는 방법입니다.  **기호 팔레트** 은(는) [프리미엄 기능](/latex/ko/knowledge-base/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/4ca69948057a469c66c43319633fa0d7fc7ad1d3)

를 닫으려면 **기호 팔레트** 를 클릭하세요. **Ω** 버튼을 다시 클릭하거나 **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/ko/mathematics/01-mathematical-expressions.md#mathematical-modes) LaTeX로 수학식을 작성하는 더 일반적인 개요는 다음을 확인하세요: [30분 만에 LaTeX 배우기](/latex/ko/latex/01-learn-latex-in-30-minutes.md)—특히 다음 섹션: [LaTeX에 수학 추가하기](/latex/ko/latex/01-learn-latex-in-30-minutes.md#adding-math-to-latex).

이러한 기호 중 하나를 *수학 모드 밖에서* 추가하면 문서를 컴파일할 때 오류가 발생합니다. 표시되는 오류는 문서의 다른 내용에 따라 달라지지만, 수학 모드 밖에서 사용된 수학 기호로 인해 자주 발생하는 오류는 다음과 같습니다: [`$가 누락되어 삽입됨`](/latex/ko/latex-1/25-missing-inserted.md)

## 패키지

일부 기호는 추가 패키지를 사용해야 합니다. 기호 위에 마우스를 올리면 툴팁에 필요한 패키지가 표시됩니다:

![LaTeX 패키지가 필요함을 안내하는 기호 팔레트](/files/15c3e9f66e446e8e44ef9dc88f49f102f8f66cca)

예를 들어, 이 경우 다음 기호를 사용하려면 `\iint` 기호를 사용하려면 다음이 포함되어 있는지 확인해야 합니다: `\usepackage{amsmath}` 문서 서문에, 즉 다음보다 앞에: `\begin{document}` 명령문.

Overleaf가 지원하는 패키지를 보려면 다음을 읽어보세요: [어떤 패키지를 지원하나요?](/latex/ko/knowledge-base/155-what-packages-do-you-support.md)

## 추가 읽을거리

도움말 문서가 많습니다. 관심 있을 만한 몇 가지를 소개합니다:

* [Overleaf에서 파일 개요 사용하기](/latex/ko/knowledge-base/147-using-the-file-outline-in-overleaf.md)
* [Overleaf 프로젝트 메뉴 사용하기](/latex/ko/knowledge-base/148-using-the-overleaf-project-menu.md)
* [$가 누락되어 삽입됨](/latex/ko/latex-1/25-missing-inserted.md)
* [수학 표현식](/latex/ko/mathematics/01-mathematical-expressions.md)
* [수학 모드에서의 간격](/latex/ko/mathematics/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/ko/mathematics/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.
