> 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/14-free-online-introduction-to-latex-part-2.md).

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

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

## Parte 2: Documentos estructurados y más

Bienvenido a la segunda parte de nuestro curso en línea gratuito para ayudarte a aprender LaTeX. Esta parte se basa en [la primera parte](/latex/es/mas-temas/13-free-online-introduction-to-latex-part-1.md), así que si nunca has usado LaTeX antes, quizá quieras empezar trabajando con los [fundamentos de LaTeX en la primera parte](/latex/es/mas-temas/13-free-online-introduction-to-latex-part-1.md).

En esta parte, te mostraremos cómo incluir figuras, tablas y bibliografías en tus documentos. Las diapositivas incluyen ejercicios interactivos para que los completes en Overleaf, así que no tienes que preocuparte por instalar LaTeX en tu ordenador. En particular, esta parte del curso cubre:

* Documentos estructurados
* Secciones, etiquetas y referencias cruzadas
* Figuras y tablas en LaTeX
* Bibliografías automáticas con BibTeX
* Paquetes útiles de LaTeX y recursos en línea

Puedes [descargar un PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.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-2.pdf&embedded=true>" %}

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

## Pasar a la Parte 3

En [la tercera parte](/latex/es/mas-temas/15-free-online-introduction-to-latex-part-3.md), veremos cómo aplicar las mismas habilidades para hacer presentaciones profesionales con beamer y dibujos avanzados con TikZ. ¡Empecemos!

¿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/14-free-online-introduction-to-latex-part-2.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.
