> 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/069-how-to-jump-to-the-source-code-from-the-typeset-pdf-synctex.md).

# 조판된 PDF에서 소스 코드로 이동하는 방법(SyncTeX)

Overleaf를 사용하면 조판된 PDF의 한 위치에서 LaTeX 소스 코드의 해당 위치로 이동할 수 있으며, 그 반대도 가능합니다. **참고**: 이 기능은 프로젝트의 메인 `.tex` 파일이 폴더 안에 저장되어 있으면 작동하지 않습니다(즉, 프로젝트의 최상위(루트) 수준에 배치되어 있어야 합니다). 다른 가능한 원인 몇 가지는 나열되어 있습니다 [여기](/latex/ko/knowledge-base/132-synctex-errors.md).

다음 중 하나를 할 수 있습니다:

* PDF를 더블클릭하면 Overleaf 편집기가 소스 코드의 해당 위치로 스크롤되거나,
* 소스 코드 패널과 미리보기 패널 사이의 구분선에 있는 화살표 키를 사용하여 소스에서 미리보기로, 또는 미리보기에서 소스로 이동합니다:

![소스→미리보기 또는 미리보기→소스를 위한 Overleaf 화살표를 보여주는 이미지](/files/9e4727029665bff372e5bb0ab0cdeb28f8f1fe50)

그 화살표가 보이지 않거나 PDF를 더블클릭해도 작동하지 않는다면, 프로젝트의 PDF 뷰어가 “Browser”가 아니라 “Overleaf”로 설정되어 있는지 확인해야 합니다. 여기에는 프로젝트의 PDF 뷰어를 설정하는 방법과 Overleaf의 소스/PDF 동기화 기능을 보여주는 짧은 동영상이 있습니다.

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/2xt7xSOvXcVqKZEAkxoaJi/76436c82c9382f8e78c84140c96deb40/SyncTeX_video.mp4>" %}

### SyncTeX: 이 Overleaf 기능의 기반이 되는 TeX 기술

Overleaf의 “소스 코드 위치로 이동” 및 “PDF 위치로 이동” 기능은 모든 TeX 엔진에 포함된 표준 기능인 SyncTeX를 사용해 구현됩니다. SyncTeX에 대한 간단한 소개에 관심 있는 독자라면 다음에서 더 자세한 내용을 확인할 수 있습니다 [이 Overleaf 문서](/latex/ko/more-topics/39-mltex-enctex-and-synctex-tex-extensions.md).


---

# 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/069-how-to-jump-to-the-source-code-from-the-typeset-pdf-synctex.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.
