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

# 如何使用 Overleaf 版面配置選單

本文說明 Overleaf 的 **版面配置** 選單，提供 4 個選項來設定您的 Overleaf 工作區。每個選項都可適用於特定情境，例如進行簡報或 [在兩個獨立螢幕上使用 Overleaf](#pdf-in-a-separate-tab).

## 簡介

下圖顯示 **版面配置** 選單中目前啟用的選項旁有勾選記號；此處為預設設定 **編輯器與 PDF**:

![LayoutMenuDefault2.png](/files/1f803cf96c85969d65b9d3a9a0eb0399a8aa564f)

本文其餘部分將展示這 4 個選項及其提供的功能。

## 編輯器與 PDF（預設）

此預設選項會使用單一瀏覽器分頁顯示 LaTeX 編輯器與 PDF 預覽。若您有足夠大的顯示螢幕來安排工作，這種配置會很適合。如果您使用的是連接大型外接螢幕的筆電， [在獨立分頁中顯示 PDF](#pdf-in-a-separate-tab) 選項，將 LaTeX 編輯器與 PDF 預覽分別顯示在不同的瀏覽器分頁中，會是更方便的設定。

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

## 僅編輯器（隱藏 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/zh-tw/geng-duo-zhu-ti/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/zh-tw/zhi-shi-ku/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.
