> 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/knowledge-base/147-using-the-file-outline-in-overleaf.md).

# Overleaf에서 파일 개요 사용하기

여러분의 논리적 구조를 `.tex` 파일을 저희의 파일 개요 기능을 사용하여 볼 수 있습니다. 이 기능은 대부분의 표준 LaTeX 절 구성 요소를 사이드바에 표시하여 열린 `.tex` 파일. 파일 개요는 왼쪽 패널 하단에 표시되며, 그 안에는 파일 트리도 있습니다.

![파일 개요 소개](/files/52eb06f93ef5267cfc16b4efb7b52c14ede11034)

이 기능은 전체 프로젝트가 아니라 편집기에서 열어 둔 파일의 개요를 표시합니다. 여러 파일로 이루어진 프로젝트라면, 편집기에서 다른 파일을 열 때 새로운 개요가 표시됩니다.

이와 관련하여, 파일 개요는 현재 \input, \include 또는 \import 명령을 통해 포함된 절 제목을 표시하지 않는다는 점에 유의하세요. 이를 위한 한 가지 우회 방법은 이러한 명령을 다음 뒤에 사용하는 것입니다. [지원되는 제목 명령](#supported-heading-commands). 예를 들어, 다음을 사용하면:

`\chapter{제1장}`

`\include{chapter1.tex}`

파일 개요에 "제1장"이 표시되며, 단지 사용했을 `\include{chapter1.tex}`경우와는 다릅니다.

## 파일 개요 펼치기 및 접기

파일 개요 왼쪽의 화살표를 사용해 트리를 펼치거나 접으세요. 또한 핸들을 위아래로 클릭하여 드래그하면 파일 개요의 크기를 조절할 수 있습니다.

![파일 개요 펼치기 및 접기](/files/d7d9112fb515a9af8f96e3ba54a1dfb3afa244a6)

## 파일 개요를 사용하여 파일 내에서 이동하기

더 긴 `.tex` 파일의 경우, 파일 내의 다른 절 제목으로 빠르게 이동하고 싶을 수 있습니다. 파일 개요 기능을 사용하면 이를 할 수 있습니다. 이동하려는 제목을 클릭하면 커서가 편집 창에서 해당 제목으로 이동합니다. 선택된 제목은 파일을 편집하는 동안 참조할 수 있도록 파일 개요 목록에서 강조 표시됩니다.

## 지원되는 제목 명령

파일 개요 기능은 표준 [LaTeX 절 제목 명령](/latex/ko/document-structure/01-sections-and-chapters.md#document-sectioning):

* `\book` (memoir 문서 클래스에서)
* `\part` (book 및 report 문서 클래스용)
* `\chapter` (book 및 report 문서 클래스용)
* `\\section`
* `\subsection`
* `\subsubsection`
* `\paragraph`
* `\subparagraph`

번호 없는 제목을 위한 이러한 명령의 별표 버전도 지원됩니다.

모든 `.tex` 파일이 모든 제목 수준을 사용하는 것은 아닙니다. 파일에 이 모든 수준이 포함되어 있지 않더라도 문제없습니다. 파일 개요 영역은 파일 내에서 감지한 제목 수준에 따라 파일의 구조를 표시합니다.

파일 개요 기능은 전체 LaTeX 엔진을 실행하지 않으므로, 절 제목 안의 모든 LaTeX 명령이 지원되는 것은 아닙니다. 특히 사용자 지정 매크로의 확장과 수학 모드 내용은 파일 개요 목록에 렌더링되지 않습니다. 여러 `\label`s가 절 명령 뒤에 오는 경우나, 절 명령이 여러 소스 줄에 걸쳐 끊어져 있는 경우도 모든 상황에서 파일 개요에 의해 감지되지 않습니다.


---

# 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/knowledge-base/147-using-the-file-outline-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.
