> 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/027-changing-pdf-viewer.md).

# 更改 PDF 查看器

有时，……方面的问题 *Overleaf* PDF 查看器可能会导致字体或 TikZ 绘图显示不正确，并导致某些图像无法显示（尽管更可能的原因是 *重新编译* 模式设置为 *快速［草稿］*）。这类问题可以通过将 PDF 查看器从 *Overleaf* 更改为 *浏览器*.

要更改 PDF 查看器，请点击位于文件列表面板上方的 Overleaf 菜单图标：

![主菜单中的 Overleaf 图标](/files/92774bcd1bff9309617ff93edcc3ec422f24a57d)

然后向下滚动到 *PDF 查看器* 选项。以下短视频演示了如何将 PDF 查看器从 *Overleaf* 更改为 *浏览器*.

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/RTBdZx9gpLNQQd1pYfuvl/391fd39b53aba4babfc673a07b12b813/OLtoBrowser.mp4>" %}

使用以下 *浏览器* PDF 查看器选项时，请注意以下行为：

* SyncTeX 箭头 [（跳转到预览和跳转到源代码）](/latex/zh-cn/zhi-shi-ku/069-how-to-jump-to-the-source-code-from-the-typeset-pdf-synctex.md) 不起作用
* 每次 *重新编译* 将返回到输出 PDF 的第一页


---

# 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/027-changing-pdf-viewer.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.
