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

# Cara melompat ke kode sumber dari PDF yang disusun (SyncTeX)

Overleaf memungkinkan Anda berpindah dari suatu lokasi dalam PDF yang telah disusun ke lokasi yang sesuai dalam kode sumber LaTeX Anda, dan sebaliknya. **Catatan**: Fitur ini tidak akan berfungsi jika file utama proyek Anda `.tex` disimpan di dalam folder (yaitu, harus ditempatkan di tingkat atas (root) proyek Anda). Beberapa penyebab lain yang mungkin tercantum [di sini](/latex/id/basis-pengetahuan/132-synctex-errors.md).

Anda dapat:

* klik dua kali pada PDF yang akan menyebabkan editor Overleaf menggulir ke lokasi yang sesuai di kode sumber, atau
* gunakan tombol panah yang berada di pemisah antara panel kode sumber dan panel pratinjau, untuk berpindah dari sumber ke pratinjau, atau dari pratinjau ke sumber:

![Gambar yang menunjukkan panah Overleaf untuk sumber-ke-pratinjau, atau pratinjau-ke-sumber](/files/e4111ec86c92da1746fb30bb94c1234c996aa84b)

Jika Anda tidak melihat panah tersebut, atau klik dua kali pada PDF tidak berfungsi, Anda perlu memastikan penampil PDF proyek Anda diatur ke “Overleaf” dan bukan “Browser”. Berikut ini video singkat yang menunjukkan cara mengatur penampil PDF proyek Anda dan mendemonstrasikan fitur sinkronisasi sumber/PDF Overleaf.

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

### SyncTeX: Teknologi TeX di balik fitur Overleaf ini

Kemampuan Overleaf untuk “melompat ke lokasi kode sumber” dan “melompat ke lokasi PDF” diimplementasikan menggunakan SyncTeX, fitur standar yang terintegrasi dalam semua mesin TeX. Pembaca yang tertarik pada pengantar singkat tentang SyncTeX dapat mengetahui lebih lanjut di [artikel Overleaf ini](/latex/id/topik-lainnya/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/id/basis-pengetahuan/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.
