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

# PDF 뷰어 변경

때때로, 다음과 관련된 문제로 *Overleaf* PDF 뷰어가 글꼴이나 TikZ 그림이 잘못 표시되게 하고, 일부 이미지가 표시되지 않게 할 수 있습니다(다만 더 가능성이 높은 원인은 다음과 같습니다: *다시 컴파일* 모드가 다음으로 설정되어 있다는 것입니다 *빠름 \[초안]*). 이러한 문제는 PDF 뷰어를 다음에서 변경하면 해결할 수 있습니다 *Overleaf* 에서 *브라우저*.

PDF 뷰어를 변경하려면 파일 목록 패널 위에 있는 Overleaf 메뉴 아이콘을 클릭하세요:

![메인 메뉴의 Overleaf 아이콘](/files/2e296e1bc26429e2467ac0c79a17615e7325ff2b)

그런 다음 아래로 스크롤하여 *PDF 뷰어* 옵션으로 이동합니다. 다음 짧은 동영상은 PDF 뷰어를 다음에서 변경하는 방법을 보여줍니다: *Overleaf* 에서 *브라우저*.

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

다음을 사용할 때 다음 동작에 유의하세요: *브라우저* PDF 뷰어 옵션:

* SyncTeX 화살표 [(미리보기로 이동 및 소스로 이동)](/latex/ko/knowledge-base/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/ko/knowledge-base/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.
