> 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/tex-latex-1/12-synctex.md).

# \synctex

이 `\synctex` primitive는 TEX에 대한 추가 기능입니다 [SyncTEX 확장](https://ctan.org/tex-archive/support/synctex-parser?lang=en). SyncTEX는 TEX 엔진 명령줄 옵션으로 활성화 또는 비활성화할 수 있으며, TEX 소스 파일 내에서 직접 다음을 통해서도 사용할 수 있습니다. `\synctex` 프리미티브:

**사용 예시**

* SyncTEX를 활성화하려면 다음을 사용하세요 `\synctex=1` 당신의 `.tex` 파일;
* SyncTEX를 비활성화하려면 다음을 사용하세요 `\synctex=0` 당신의 `.tex` 파일;

다음 설명을 인용하면 [CTAN](https://ctan.org/tex-archive/support/synctex-parser?lang=en):

> SyncTEX로 이름 붙은 Synchronization TeXnology는 TEX 엔진의 기능입니다. 이는 입력과 출력 간의 동기화를 가능하게 하며, 원본 문서에서 조판된 결과물로, 그리고 그 반대로 이동할 수 있게 해줍니다. 작동 방식은 다음과 같습니다: `foo.tex`의 조판 과정에서 TEX 엔진은 다음 이름의 보조 파일에 일부 기하학적 정보를 기록합니다 `foo.synctex`이 정보는 이후 편집기나 뷰어가 입력과 출력 사이를 이동하는 데 사용됩니다.

SyncTEX는 Overleaf에서 지원됩니다.

#### SyncTEX에 대한 추가 정보

* [Jérôme Laurens의 TUGBoat 기사](http://www.tug.org/TUGboat/tb29-3/tb93laurens.pdf) , SyncTEX의 저자.
* 이 [GitHub 저장소](https://github.com/jlaurens/synctex) SyncTEX 파서의


---

# 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/tex-latex-1/12-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.
