> 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/132-synctex-errors.md).

# SyncTeX 오류

일부 패키지가 사용 중일 때 미리보기에서 소스 창으로 이동하기 위해 SyncTeX를 사용하면 때때로 문제가 발생합니다.

이러한 경우 미리보기를 더블클릭하거나 소스 패널과 미리보기 패널 사이의 구분 막대에 있는 화살표 버튼을 사용하면 오류 메시지가 표시됩니다:

> 대응하는 소스 파일을 찾을 수 없습니다.

이는 Ti*k*Z shadows 또는 fadings 라이브러리를 사용하는 문서에서 발생하는 것으로 알려져 있습니다.  [TL2020의 todonotes 패키지도 fadings 라이브러리를 로드하므로](https://tex.stackexchange.com/questions/479146/how-to-solve-no-synchronization-info-at-this-position-issue#comment1210452_479146), SyncTeX가 실패할 수도 있습니다. 또한 다음 경우에도 마찬가지입니다. `[most]` 옵션이 tcolorbox 패키지에서 사용되는 경우입니다.

또한 Overleaf 프로젝트의 मुख्य .tex 문서는 SyncTeX가 작동하려면 프로젝트의 최상위 수준(즉, 폴더 안이 아님)에 있어야 합니다.

다음을 사용할 때: `\input` 및 `\include`, 파일 경로 앞에 `./` 를 사용하지 마세요. 즉: `\include{./chapters/intro}` 는 SyncTeX가 실패하게 만들지만, 다음과 같이 하면 정상적으로 작동합니다: `\include{chapters/intro}`. 각 .tex 파일 이름에는 `()[]`, 다른 기호, 공백 문자를 포함하면 안 됩니다.

위의 어느 경우에도 해당하지 않는 프로젝트에서 이 오류가 보인다면, 저희에게 [지원 요청](https://www.overleaf.com/contact) 를 보내 주시면 더 자세히 조사해 드리겠습니다.


---

# 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/132-synctex-errors.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.
