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 |
Riferimento LaTeX completo per la creazione, la formattazione, la matematica, le tabelle, le figure, le bibliografie e la compilazione di documenti. Da utilizzare per aiutare gli utenti a scrivere, modificare, eseguire il debug o compilare documenti LaTeX. Fonte: igbuend/grimbard.