> 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/mas-temas/15-free-online-introduction-to-latex-part-3.md).

# Introducción gratuita a LaTeX en línea (parte 3)

[Parte 1](/latex/es/mas-temas/13-free-online-introduction-to-latex-part-1.md) | [Parte 2](/latex/es/mas-temas/14-free-online-introduction-to-latex-part-2.md) | Parte 3

## Parte 3: No solo artículos: presentaciones y más

Bienvenido a la tercera parte de nuestro curso en línea gratuito para ayudarte a aprender LaTeX. Esta parte incluye un breve repaso de los fundamentos de LaTeX presentados en [la primera parte](/latex/es/mas-temas/13-free-online-introduction-to-latex-part-1.md) y [la parte dos](/latex/es/mas-temas/14-free-online-introduction-to-latex-part-2.md) del curso, pero si eres nuevo en LaTeX, quizá quieras revisar esas partes completas.

En esta parte del curso, presentamos algunos paquetes de LaTeX más avanzados, a saber:

* Presentaciones en LaTeX con Beamer
* Dibujo en LaTeX con TikZ
* Control de cambios y comentarios con todonotes

¡Empecemos!

Estas diapositivas también han sido [traducidas al francés](http://jdleesmiller.github.io/latex-course/fr/part3.pdf) (gracias a Yannis Haralambous) y [varios otros idiomas](https://github.com/jdleesmiller/latex-course#translations).

Puedes [descargar un PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) o examina las diapositivas a continuación:

{% embed url="<https://docs.google.com/viewer?url=https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf&embedded=true>" %}

Esperamos que hayas disfrutado aprendiendo LaTeX con nuestro curso. ¿Listo para empezar a escribir? [Regístrate en Overleaf](https://www.overleaf.com/signup)—¡es la forma más fácil de escribir y colaborar en tus nuevos proyectos de LaTeX! ¿Buscas inspiración? Echa un vistazo a los [muchos ejemplos disponibles en Overleaf](https://www.overleaf.com/latex/examples) para obtener algunas ideas de lo que es posible con $$\mathrm \LaTeX$$!

¿Buscas diapositivas para tu curso de LaTeX? Estas diapositivas son [de código abierto](https://github.com/jdleesmiller/latex-course) y tienen una licencia permisiva (MIT), así que eres libre de remezclarlas para usarlas en tus propios cursos. ¡Disfrútalas! :)


---

# 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/mas-temas/15-free-online-introduction-to-latex-part-3.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.
