LaTeX is a markup language and typesetting system for producing high-quality documents. It excels at structured documents with complex formatting, mathematics, cross-references, and bibliographies.
| Preamble | Everything before \begin{document} — class, packages, settings | | Document body | Content between \begin{document} and \end{document} | | Commands | Start with \, e.g. \textbf{bold}. Optional args in [], required in {} | | Environments | \begin{name}...\end{name} blocks for scoped formatting |
| Packages | Extensions loaded with \usepackage{name} in the preamble |
Referencia completa de LaTeX para creación, formato, matemáticas, tablas, figuras, bibliografías y compilación de documentos. Úselo para ayudar a los usuarios a escribir, editar, depurar o compilar documentos LaTeX. Fuente: igbuend/grimbard.