> 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/16-general.md).

# General

## Conceptos básicos

* [Primeros pasos](/latex/es/conceptos-basicos-de-latex/01-learn-latex-in-30-minutes.md)
* [Compilar](/latex/es/mas-temas/08-choosing-a-latex-compiler.md)
* [Párrafos y nuevas líneas](/latex/es/conceptos-basicos-de-latex/02-paragraphs-and-new-lines.md)
* [Negrita, cursiva y subrayado](/latex/es/conceptos-basicos-de-latex/03-bold-italics-and-underlining.md)
* [Listas](/latex/es/conceptos-basicos-de-latex/04-lists.md)
* [Compatibilidad con idiomas internacionales](/latex/es/idiomas/03-international-language-support.md)

## Figuras y tablas

* [Elementos flotantes](/latex/es/figuras-y-tablas/02-positioning-images-and-tables.md)
* [Imágenes](/latex/es/readme.md)
  * [Insertar imágenes](/latex/es/mas-temas/27-inserting-images.md)
  * [Posicionamiento de figuras](/latex/es/figuras-y-tablas/02-positioning-images-and-tables.md)
  * [Añadir leyendas a las figuras](/latex/es/mas-temas/27-inserting-images.md)
  * [Referenciar figuras](/latex/es/mas-temas/42-referencing-figures.md)
  * [Ajuste del texto alrededor de las figuras](/latex/es/mas-temas/50-wrapping-text-around-figures.md)
  * [Gestión de imágenes en un proyecto grande](/latex/es/mas-temas/27-inserting-images.md)
* [Tablas](/latex/es/figuras-y-tablas/01-tables.md)
* [Listas de tablas y figuras](/latex/es/figuras-y-tablas/03-lists-of-tables-and-figures.md)
* [Entorno picture](/latex/es/figuras-y-tablas/04-picture-environment.md)
* [Paquete TikZ](/latex/es/figuras-y-tablas/05-tikz-package.md)

## Comandos

* [Comandos y entornos](/latex/es/mas-temas/09-commands-and-environments.md)
* [Definir tus propios comandos](/latex/es/mas-temas/10-defining-your-own-commands.md)

## Estructura del documento

* [Secciones y capítulos](/latex/es/estructura-del-documento/01-sections-and-chapters.md)
* [Tabla de contenidos](/latex/es/estructura-del-documento/02-table-of-contents.md)
* [Referencias cruzadas entre secciones y ecuaciones](/latex/es/estructura-del-documento/03-cross-referencing-sections-equations-and-floats.md)
* [Índices](/latex/es/estructura-del-documento/04-indices.md)
* [Glosarios](/latex/es/estructura-del-documento/05-glossaries.md)
* [Gestión en un proyecto grande](/latex/es/estructura-del-documento/07-management-in-a-large-project.md)

## Referencias y citas

* [Gestión de bibliografía](/latex/es/mas-temas/05-bibliography-management-in-latex.md)
* [Estilos bibliográficos](/latex/es/referencias-y-citas/04-bibtex-bibliography-styles.md)
* [Estilos de cita](/latex/es/referencias-y-citas/06-natbib-citation-styles.md)

## Anotaciones

* [Notas al pie](/latex/es/formato/14-footnotes.md)
* [Notas al margen](/latex/es/formato/15-margin-notes.md)

## Archivos de clase

* [Comprender los paquetes y los archivos de clase](/latex/es/archivos-de-clase/01-understanding-packages-and-class-files.md)
* [Lista de paquetes y archivos de clase](/latex/es/archivos-de-clase/02-overleaf-and-tex-live.md)
* [Escribir su propio paquete](/latex/es/archivos-de-clase/03-writing-your-own-package.md)
* [Consejos](/latex/es/readme.md)

## Presentaciones

* [Beamer](/latex/es/presentaciones/01-beamer.md)
* [Powerdot](/latex/es/presentaciones/02-powerdot.md)

## Otros

* [Composición tipográfica de citas](/latex/es/idiomas/04-typesetting-quotations.md)

## Generalidades

* [Teoremas y demostraciones](/latex/es/especifico-de-un-campo/01-theorems-and-proofs.md)
* [Notación de ajedrez](/latex/es/especifico-de-un-campo/05-chess-notation.md)
* [Patrones de tejido](/latex/es/especifico-de-un-campo/06-knitting-patterns.md)
* [paquete Pgfplots](/latex/es/especifico-de-un-campo/08-pgfplots-package.md)
* [Examen](/latex/es/especifico-de-un-campo/09-typesetting-exams-in-latex.md)
* [Herramientas de LaTeX](/latex/es/mas-temas/30-latex-tools.md)


---

# 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/16-general.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.
