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

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

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

## Parte 1: Lo básico

Bienvenido a la primera parte de nuestro curso gratuito en línea para ayudarte a aprender $$\mathrm\LaTeX$$. Si nunca has usado LaTeX antes, o si ya hace tiempo y te gustaría repasar, este es el lugar para empezar. Este curso te hará escribir LaTeX de inmediato con ejercicios interactivos que pueden completarse en línea, así que no tienes que descargar e instalar LaTeX en tu propio ordenador.

En esta parte del curso, te guiaremos por los conceptos básicos de cómo funciona LaTeX, explicaremos cómo empezar y revisaremos muchos ejemplos. Los conceptos fundamentales de LaTeX, como los comandos, los entornos y los paquetes, se introducen a medida que aparecen. En particular, cubriremos:

* Configuración de un documento de LaTeX
* Composición tipográfica de texto
* Cómo manejar errores de LaTeX
* Composición tipográfica de ecuaciones
* Uso de paquetes de LaTeX

En [parte dos](/latex/es/mas-temas/14-free-online-introduction-to-latex-part-2.md) y [parte tres](/latex/es/mas-temas/15-free-online-introduction-to-latex-part-3.md), avanzaremos hasta escribir documentos bellamente estructurados con figuras, tablas y bibliografías automáticas, y luego te mostraremos cómo aplicar las mismas habilidades para crear presentaciones profesionales con beamer y dibujos avanzados con TikZ. ¡Empecemos!

Estas diapositivas también han sido [traducidas al francés](http://jdleesmiller.github.io/latex-course/fr/part1.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-1.pdf) o navegar por 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-1.pdf&embedded=true>" %}

Esperamos que disfrutes 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!

## Pasar a la Parte 2

En [parte dos](/latex/es/mas-temas/14-free-online-introduction-to-latex-part-2.md) y [parte tres](/latex/es/mas-temas/15-free-online-introduction-to-latex-part-3.md), avanzaremos hasta escribir documentos bellamente estructurados con figuras, tablas y bibliografías automáticas, y luego te mostraremos cómo aplicar las mismas habilidades para crear 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 modificarlas y reutilizarlas 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/13-free-online-introduction-to-latex-part-1.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.
