> 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/155-what-packages-do-you-support.md).

# ¿Qué paquetes admiten?

Usamos [TeX Live](http://www.tug.org/texlive/) 2024 para nuevos proyectos y copias de proyectos existentes, lo que proporciona unos 4000 paquetes, incluidos:

* Figuras con [pstricks](https://en.wikipedia.org/wiki/PSTricks) y [TikZ](http://en.wikipedia.org/wiki/PGF/TikZ). Aquí hay [algunos ejemplos](https://www.overleaf.com/latex/examples/tagged/tikz).
* Bibliografías con [bibtex](http://www.bibtex.org/) y [biblatex](http://www.ctan.org/pkg/biblatex). Aquí hay [algunos ejemplos](https://www.overleaf.com/gallery/tagged/bibliography).
* Paquetes, como `fontspec` que requieren XeLaTeX o LuaLaTeX para compatibilidad con Unicode y fuentes.

Para más detalles, consulte [esta entrada del blog](https://www.overleaf.com/blog/tex-live-2024-is-now-available).

Los proyectos existentes siguen usando la imagen de TeX Live que estaba vigente en el momento en que se creó el proyecto; esto protege contra efectos adversos, como incompatibilidades, que podrían introducirse con futuras actualizaciones de paquetes.

Para actualizar la versión de TeX Live que usa un proyecto existente, puede [hacer una copia de ese proyecto](/latex/es/base-de-conocimientos/030-copying-a-project.md) lo que actualiza automáticamente el proyecto copiado para usar la versión más reciente de TeX Live de Overleaf. Alternativamente, el proyecto clonado (copiado) puede configurarse manualmente para [usar una versión diferente de TeX Live](https://www.overleaf.com/blog/new-feature-select-your-tex-live-compiler-version).

Tenga en cuenta también que puede cargar `.sty` y `.cls` archivos de otros paquetes, por ejemplo, los de [CTAN](http://ctan.org).


---

# 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/155-what-packages-do-you-support.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.
