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

# Introduzione gratuita a LaTeX online (parte 2)

[Parte 1](/latex/it/altri-argomenti/13-free-online-introduction-to-latex-part-1.md) | Parte 2 | [Parte 3](/latex/it/altri-argomenti/15-free-online-introduction-to-latex-part-3.md)

## Parte 2: Documenti strutturati e altro

Benvenuti alla seconda parte del nostro corso online gratuito per aiutarvi a imparare LaTeX. Questa parte si basa su [la parte uno](/latex/it/altri-argomenti/13-free-online-introduction-to-latex-part-1.md), quindi se non avete mai usato LaTeX prima, potreste iniziare seguendo i [fondamenti di LaTeX nella parte uno](/latex/it/altri-argomenti/13-free-online-introduction-to-latex-part-1.md).

In questa parte, vi mostreremo come inserire figure, tabelle e bibliografie nei vostri documenti. Le slide includono esercizi interattivi da completare su Overleaf, quindi non dovete preoccuparvi di installare LaTeX sul vostro computer. In particolare, questa parte del corso tratta:

* Documenti strutturati
* Sezioni, etichette e riferimenti incrociati
* Figure e tabelle in LaTeX
* Bibliografie automatiche con BibTeX
* Pacchetti LaTeX utili e risorse online

Puoi [scarica un PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) oppure sfoglia le slide qui sotto:

{% embed url="<https://docs.google.com/viewer?url=https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf&embedded=true>" %}

Queste slide sono state anche [tradotte in francese](http://jdleesmiller.github.io/latex-course/fr/part2.pdf) (grazie a Yannis Haralambous) e [diverse altre lingue](https://github.com/jdleesmiller/latex-course#translations).

## Passa alla Parte 3

In [la parte tre](/latex/it/altri-argomenti/15-free-online-introduction-to-latex-part-3.md), vedremo come applicare le stesse competenze per creare presentazioni professionali con Beamer e disegni avanzati con TikZ. Cominciamo!

Cercate slide per il vostro corso di LaTeX? Queste slide sono [open source](https://github.com/jdleesmiller/latex-course) e rilasciate con una licenza permissiva (MIT), quindi siete liberi di rielaborarle per usarle nei vostri corsi. Buon divertimento! :)


---

# 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/it/altri-argomenti/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.
