> 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-cn/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/cec70e62cada9d7ad95af1dc151836d91d2b96d6)

* **注意**： **浏览器** 选项依赖于浏览器内置 PDF 查看器提供的 PDF 导航工具，本文不作介绍。

## Overleaf PDF 导航控件概述

下方带注释的截图总结了 Overleaf 的 PDF 查看器提供的导航工具。

![总结 Overleaf PDF 查看器提供的导航工具的带注释截图](/files/ab5ff3ffbef9b07b93ec84ba97278712d10ed4c5)

## 缩放级别菜单

除了 **演示模式**之外，缩放级别菜单中的项目大多不言自明：你可以放大或缩小；将 PDF 页面适配到查看器窗口的宽度或高度；通过输入特定百分比设置自定义缩放值，或者选择预设缩放级别之一。

![总结 Overleaf PDF 查看器提供的缩放菜单的带注释截图](/files/e5d24bb540736ba79775f1c562e8c80b7b3825a8)

### 如何使用演示模式

Overleaf 的 **演示模式** 提供 PDF 文档的全屏视图，通过完全隐藏 Overleaf 的用户界面来尽量减少干扰。此模式让你无需下载即可直接从 Overleaf 演示你的文档。

![显示演示模式示例的图片](/files/a1e554310dbbc930a967101df1f5f7329adcbc03)

### 演示模式下的文档导航

使用以下按键在演示模式下浏览文档。

* 方向键
* 空格键或 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-cn/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.
