> 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/preguntas-y-respuestas/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.md).

# ¿Cómo puedo aprender LaTeX avanzado y convertirme en un programador experto de LaTeX?

Aquí hay una (¡quizá un poco sesgada! `:-)` ) lista de libros/recursos que podrían ser útiles:

* Echa un vistazo a la [tercera parte](/latex/es/mas-temas/15-free-online-introduction-to-latex-part-3.md) de nuestro [en línea $$\mathrm\LaTeX$$ curso](/latex/es/mas-temas/13-free-online-introduction-to-latex-part-1.md)
* El [wikilibro de LaTeX](https://en.wikibooks.org/wiki/LaTeX) cubre bastante material avanzado, incluidos temas de bajo nivel como longitudes, cajas, macros, creación de paquetes, etc.
* de Stefan Kottwitz [LaTeX Cookbook](http://latex-cookbook.net/) está bien estructurado, con muchos buenos ejemplos.
* El clásico [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) sigue siendo un clásico, en nuestra opinión.
* el nuevo libro de Nicola Talbot [LaTeX para trabajo administrativo](http://www.dickimaw-books.com/latex/admin/index.shtml) es muy divertido—automatizando muchas tareas con LaTeX.
* Ninguna lista de libros de LaTeX está completa sin [El libro de TeX](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) y [TeX por temas](http://eijkhout.net/texbytopic/texbytopic.html), especialmente si te interesan los detalles reales de funcionamiento de TeX y LaTeX
* Échale un vistazo a [esta pregunta de TeX.SX](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) ¡para más inspiración!

Además, pasar tiempo en [TeX.SX](http://tex.stackexchange.com/) para navegar y responder preguntas también ayudaría a ganar bastante experiencia. También puedes seguir [el feed de Twitter de Overleaf](https://twitter.com/overleaf) sobre nuestras actualizaciones de la Galería para ver ejemplos interesantes.


---

# 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/preguntas-y-respuestas/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.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.
