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

# SyncTeX hataları

Bazı paketler kullanıldığında, önizlemeden kaynak penceresine atlamak için SyncTeX kullanırken bazen sorunlar yaşanır.

Bu durumlarda, önizlemeye çift tıklamayı veya kaynak bölmesi ile önizleme bölmesi arasındaki ayırıcı çubuğun üzerinde bulunan ok düğmelerini kullanmayı denerseniz, bir hata mesajı görüntülenir:

> İlgili kaynak dosyası bulunamadı.

Bu durum, Ti*k*Z shadows veya fadings kütüphanesini kullanan belgelerde bunun meydana geldiği bilinmektedir. The [TL2020'deki todonotes paketi de fadings kütüphanesini yükler](https://tex.stackexchange.com/questions/479146/how-to-solve-no-synchronization-info-at-this-position-issue#comment1210452_479146), bu nedenle SyncTeX'in başarısız olmasına da neden olabilir. Bu aynı zamanda şu durumda da geçerlidir: `[çoğu]` tcolorbox paketinin seçeneği kullanılırsa.

Ayrıca, SyncTeX'in çalışması için bir Overleaf projesinin ana .tex belgesi projenin en üst düzeyinde (yani bir klasör içinde değil) olmalıdır.

Kullanırken `\input` ve `\include`, önüne eklenen bir `./` dosya yollarınızda kullanmayın. Yani: `\include{./chapters/intro}` SyncTeX'in başarısız olmasına neden olurdu; ancak şu şekilde gayet iyi çalışırdı: `\include{chapters/intro}`. Her .tex dosya adı şu tür karakterleri içermemelidir: `()[]`, başka semboller veya boşluk karakterleri.

Bu hatayı, yukarıdaki senaryolardan hiçbirine uymayan bir projede görüyorsanız, bize bir [destek talebi](https://www.overleaf.com/contact) gönderebilirsiniz ve biz de daha ayrıntılı inceleyebiliriz.


---

# 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/tr/bilgi-bankasi/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.
