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

# \synctex

Η `\synctex` το primitive είναι μια προσθήκη στο TEX που παρέχεται από το [επέκταση SyncTEX](https://ctan.org/tex-archive/support/synctex-parser?lang=en). Το SyncTEX μπορεί να ενεργοποιηθεί ή να απενεργοποιηθεί μέσω μιας επιλογής γραμμής εντολών της μηχανής TEX ή απευθείας μέσα από ένα αρχείο πηγαίου TEX μέσω του `\synctex` primitive:

**Παραδείγματα χρήσης**

* για να ενεργοποιήσετε το SyncTEX, χρησιμοποιήστε `\synctex=1` στα `.tex` αρχείο;
* για να απενεργοποιήσετε το SyncTEX, χρησιμοποιήστε `\synctex=0` στα `.tex` αρχείο;

Παραθέτοντας αυτή την περιγραφή από [CTAN](https://ctan.org/tex-archive/support/synctex-parser?lang=en):

> Η «Τεχνολογία Συγχρονισμού TeX», με την ονομασία SyncTEX, είναι μια δυνατότητα των μηχανών TEX. Επιτρέπει συγχρονισμό μεταξύ εισόδου και εξόδου, δηλαδή πλοήγηση από το έγγραφο πηγαίου κώδικα προς το στοιχειοθετημένο υλικό και αντίστροφα. Δείτε πώς λειτουργεί: κατά τη διαδικασία στοιχειοθεσίας του `foo.tex`, οι μηχανές TEX γράφουν ορισμένες γεωμετρικές πληροφορίες σε ένα βοηθητικό αρχείο με όνομα `foo.synctex`, αυτές οι πληροφορίες στη συνέχεια χρησιμοποιούνται από επεξεργαστές ή προγράμματα προβολής για πλοήγηση μεταξύ εισόδου και εξόδου.

Το SyncTEX υποστηρίζεται από το Overleaf.

#### Περισσότερες πληροφορίες για το SyncTEX

* [Ένα άρθρο στο TUGBoat από τον Jérôme Laurens](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/el/protogona-stoixeia-tex-latex/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.
