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

# Hoe spring je vanuit de opgemaakte PDF naar de broncode (SyncTeX)

Overleaf stelt je in staat om van een locatie in de opgemaakte PDF naar de overeenkomstige locatie in je LaTeX-broncode te gaan, en omgekeerd. **Opmerking**: Deze functie werkt niet als het hoofd `.tex` bestand van je project in een map is opgeslagen (d.w\.z. het moet op het bovenste (root-)niveau van je project worden geplaatst). Een aantal andere mogelijke oorzaken worden vermeld [hier](/latex/nl/kennisbank/132-synctex-errors.md).

Je kunt het volgende doen:

* dubbelklik op de PDF, waardoor de editor van Overleaf naar de overeenkomstige locatie in de broncode scrolt, of
* gebruik de pijltoetsen op de scheiding tussen het broncodepaneel en het voorbeeldpaneel om van bron naar voorbeeld, of van voorbeeld naar bron te springen:

![Afbeelding met Overleaf-pijlen voor bron-naar-voorbeeld, of voorbeeld-naar-bron](/files/642100862d93974226de28600db0763bf4c5e312)

Als je die pijlen niet ziet, of als dubbelklikken op de PDF niet werkt, moet je ervoor zorgen dat de PDF-viewer van je project is ingesteld op “Overleaf” en niet op “Browser”. Hier is een korte video waarin wordt getoond hoe je de PDF-viewer van je project instelt en waarin de synchronisatiefuncties van bron/PDF van Overleaf worden gedemonstreerd.

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

### SyncTeX: De TeXnologie achter deze Overleaf-functie

De mogelijkheid van Overleaf om “naar de locatie in de broncode springen” en “naar de PDF-locatie springen” wordt geïmplementeerd met SyncTeX, een standaardfunctie die in alle TeX-engines is ingebouwd. Lezers die geïnteresseerd zijn in een korte introductie tot SyncTeX kunnen hier meer over lezen in [dit Overleaf-artikel](/latex/nl/meer-onderwerpen/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/nl/kennisbank/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.
