> 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/es/base-de-conocimientos/132-synctex-errors.md).

# Errores de SyncTeX

Hay a veces problemas al usar SyncTeX para saltar desde la vista previa a la ventana de origen cuando se están usando ciertos paquetes.

En estos casos, si intenta hacer doble clic en la vista previa o usar los botones de flecha que están en la barra divisoria entre el panel de origen y el panel de vista previa, se mostrará un mensaje de error:

> No se pudo encontrar el archivo fuente correspondiente.

Se sabe que esto ocurre en documentos que usan la biblioteca Ti*k*Z shadows o fadings. La [el paquete todonotes en TL2020 también carga la biblioteca fadings](https://tex.stackexchange.com/questions/479146/how-to-solve-no-synchronization-info-at-this-position-issue#comment1210452_479146), por lo que también puede hacer que falle SyncTeX. Este también es el caso si la `[la mayoría]` opción del paquete tcolorbox se utiliza.

Tenga en cuenta también que el documento principal .tex de un proyecto de Overleaf debe estar en el nivel superior del proyecto (es decir, no en una carpeta) para que SyncTeX funcione.

Al usar `\input` y `\include`, no use un `./` antes de las rutas de sus archivos. Es decir: `\include{./chapters/intro}` provocaría que SyncTeX fallara; pero funcionaría bien con `\include{chapters/intro}`. Cada nombre de archivo .tex no debe contener caracteres como `()[]`, otros símbolos ni caracteres de espacio.

Si ve este error en un proyecto que no encaja en uno de los escenarios anteriores, puede enviarnos una [solicitud de soporte](https://www.overleaf.com/contact) y podremos investigarlo más a fondo.


---

# 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/es/base-de-conocimientos/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.
