> 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/083-how-to-use-the-overleaf-layout-menu.md).

# Overleaf 레이아웃 메뉴를 사용하는 방법

이 문서는 Overleaf의 **레이아웃** 메뉴에 대해 설명합니다. 이 메뉴는 Overleaf 작업 공간을 구성하기 위한 4가지 옵션을 제공합니다. 이러한 각 옵션은 발표를 하거나 [두 개의 분리된 화면에서 Overleaf를 사용할 때와 같은 특정 사용 사례에 유용할 수 있습니다.](#pdf-in-a-separate-tab).

## 소개

다음 이미지는 **레이아웃** 메뉴를 보여 주며, 현재 활성화된 옵션 옆에 체크 표시가 있습니다. 여기서는 기본 설정인 **Editor & PDF**:

![LayoutMenuDefault2.png](/files/fe0c770cacac72d9c01280e59d0116fd141cd3b1)

이 문서의 나머지 부분에서는 4가지 옵션 각각과 그 기능을 보여 줍니다.

## 편집기 및 PDF(기본값)

이 기본 옵션은 단일 브라우저 탭을 사용하여 LaTeX 편집기와 PDF 미리보기를 표시합니다. 이 구성은 작업을 정리할 충분한 공간이 있는 큰 디스플레이 화면이 있다면 잘 작동합니다. 큰 외부 화면에 연결된 노트북을 사용 중이라면, [PDF를 별도 탭에](#pdf-in-a-separate-tab) 옵션은 LaTeX 편집기와 PDF 미리보기를 별도의 브라우저 탭에 표시하므로 더 편리한 구성일 수 있습니다.

![LayoutDefault.png](/files/cffd5f31ac8818dfbd3fe304304bce1304a9a794)

## 편집기만(PDF 숨기기) 및 PDF만(편집기 숨기기)

PDF 미리보기나 LaTeX 텍스트 편집기를 일시적으로 숨기고 싶다면 **편집기만(PDF 숨기기)** 또는 **PDF만(편집기 숨기기)** 레이아웃 모드를 사용할 수 있으며 필요에 따라 쉽게 전환할 수 있습니다. 다음의 짧은 동영상은 이러한 모드를 사용하고, 서로 전환하는 방법을 보여 줍니다.

* **팁**: 모드에 있을 때 **편집기만(PDF 숨기기)** 숨겨진 PDF 미리보기 창은 소스 코드 창 오른쪽의 작은 화살표를 사용해 완전히 다시 열 수 있습니다. 이는 동영상에서 보여 줍니다.

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/35KlXfeBzFafDkfgliOb9i/5015010ee6ba43cdc244073fbab0c054/OtherModes.mp4>" %}

## PDF를 별도 탭에

이 레이아웃 옵션은 Overleaf 텍스트 편집기와 PDF 미리보기에 별도의 브라우저 탭을 사용하므로, 두 개의 화면에서 Overleaf를 사용하여 작업할 수 있습니다. 예를 들어 노트북 화면에 PDF 미리보기를 표시하고, 훨씬 더 큰 두 번째 외부 화면에 LaTeX 편집기를 표시할 수 있어 LaTeX 텍스트를 편집하기에 편리한 방법을 제공합니다.

* **참고**: 두 탭 모두 **다시 컴파일** 버튼.
* **팁**: PDF 미리보기를 별도의 화면에 표시하면 동영상 발표 중에 유용할 수 있으며, 다른(공유되지 않은) 화면에 있는 소스 코드에 방해받지 않고 참석자들이 PDF에 집중할 수 있게 해 줍니다.

다음의 짧은 동영상은 **PDF를 별도 탭에** 레이아웃을 보여 줍니다:

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/4DRSQm6aUYac4aIhesJig2/378ba1486657901fc1633664b3e08772/PDFdetachtutorial10.mp4>" %}

### 별도의 탭에서 코드 또는 PDF 위치로 이동하기

PDF 미리보기와 코드 편집기가 별도의 탭에, 아마도 별도의 화면에 있더라도, “코드로 이동” 위치 또는 “PDF로 이동” 위치 기능을 계속 사용할 수 있습니다( [SyncTeX](/latex/ko/more-topics/39-mltex-enctex-and-synctex-tex-extensions.md)), 아래의 짧은 동영상 클립에서 보여 주듯이:

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/1Mk8JX5yXOOMKN5pHQGVEJ/e0f6e431f0b5a2d8d341a29088f089bb/SyncTeX.mp4>" %}


---

# 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/083-how-to-use-the-overleaf-layout-menu.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.
