> 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/097-is-there-a-way-to-adjust-the-zoom-level-of-the-displayed-pdf.md).

# 有方法調整顯示中的 PDF 縮放等級嗎？

本文將探討 Overleaf PDF 檢視器中可用的 PDF 頁面導覽工具，包括放大與縮小，以及直接跳至特定頁面。

## 選擇 PDF 檢視器

Overleaf 可讓你在使用瀏覽器原生 PDF 檢視器與 Overleaf 內建 PDF 檢視器之間切換。就本文而言，請確保已選取 Overleaf 的檢視器。

### 如何選擇 Overleaf 的 PDF 檢視器

選擇 Overleaf **選單**，瀏覽至 **PDF 檢視器**，並確保其設定為 **Overleaf**.

![顯示如何選擇 Overleaf PDF 檢視器的圖片](/files/c7740a5e86a0f82ab87e40702dfb9d05604fb09c)

* **注意**： **瀏覽器** 選項依賴於瀏覽器內建 PDF 檢視器提供的 PDF 導覽工具，本文不會涵蓋。

## Overleaf PDF 導覽控制項摘要

以下附註截圖總結了 Overleaf PDF 檢視器提供的導覽工具。

![總結 Overleaf PDF 檢視器導覽工具的附註截圖](/files/13f0412179933b8d64c7e2fde6a1e1e6be8319c8)

## 縮放等級選單

除了 **簡報模式**之外，縮放等級選單中的項目大多顧名思義：你可以放大或縮小；將 PDF 頁面調整為符合檢視器視窗的寬度或高度；透過輸入特定百分比來設定自訂縮放值，或從預設縮放等級中選擇一個。

![總結 Overleaf PDF 檢視器提供的縮放選單的附註截圖](/files/fb2b2ff52cb5c828e4d85d9bcaf55fb6a10843e4)

### 如何使用簡報模式

Overleaf 的 **簡報模式** 提供你的 PDF 文件的全螢幕檢視，透過完全隱藏 Overleaf 的使用者介面來減少干擾。此模式可讓你直接從 Overleaf 展示文件，而無需下載。

![顯示簡報模式範例的圖片](/files/7ca043ee59e0eea53edef1cd0e672cc7cff3950d)

### 簡報模式中的文件導覽

使用下列按鍵在簡報模式中導覽文件。

* 方向鍵
* 空白鍵或 Shift + 空白鍵
* 退格鍵
* PgUp/PgDn

### 如何離開簡報模式

* 在 Mac、Windows 或 Linux 上按下 Esc 鍵。

## 使用鍵盤與滑鼠的導覽快捷鍵

除了 **簡報模式**之外，Overleaf 的 PDF 檢視器也支援各種鍵盤快捷鍵與滑鼠動作，用於導覽及與已編譯的 LaTeX 文件（PDF）互動。若要使用鍵盤快捷鍵，請確保 Overleaf PDF 檢視器視窗 [具有焦點](https://en.wikipedia.org/wiki/Focus_\(computing\))。滑鼠動作，例如使用捲動滾輪，則不需要檢視器視窗具有焦點也能運作。

### 鍵盤快捷鍵

若要使用鍵盤快捷鍵，請按住 ⌘（Mac）或 Ctrl（Windows/Linux），然後按下對應的快捷鍵；例如，在 Mac 上要放大，請按住 ⌘，然後按下 + 鍵。

|      |     |               |
| ---- | --- | ------------- |
|      | Mac | Windows/Linux |
| 放大   | ⌘ + | Ctrl +        |
| 縮小   | ⌘ - | Ctrl -        |
| 符合寬度 | ⌘ 0 | Ctrl 0        |
| 符合高度 | ⌘ 9 | Ctrl 9        |

* **符合寬度** 以及 **符合高度**：自動調整 PDF 以符合 PDF 檢視器視窗的寬度或高度。

### 其他瀏覽 PDF 的方式

#### 若要放大或縮小

請在觸控板上使用捏合手勢。

* 在 Mac 上，按住 ⌘ 並使用滑鼠滾輪。
* 在 Windows/Linux 上，按住 Ctrl 並使用滑鼠滾輪。

#### 捲動 PDF

* 使用滑鼠滾輪或裝置的觸控板。
* 向上/向下方向鍵會捲動整頁。
* PgUp 或 PgDn 也會捲動整頁。
* Home 鍵會跳到文件開頭。
* End 鍵會帶你到文件結尾。


---

# 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/097-is-there-a-way-to-adjust-the-zoom-level-of-the-displayed-pdf.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.
