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

# Introduzione gratuita online a LaTeX (parte 3)

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

## Parte 3: Non solo articoli: presentazioni e altro

Benvenuti alla terza parte del nostro corso online gratuito per aiutarvi a imparare LaTeX. Questa parte include un rapido riepilogo delle basi di LaTeX presentate in [parte uno](/latex/it/altri-argomenti/13-free-online-introduction-to-latex-part-1.md) e [parte due](/latex/it/altri-argomenti/14-free-online-introduction-to-latex-part-2.md) del corso, ma se siete nuovi a LaTeX, potreste voler affrontare queste parti per intero.

In questa parte del corso, introduciamo alcuni pacchetti LaTeX più avanzati, in particolare:

* Presentazioni LaTeX con Beamer
* Disegnare in LaTeX con TikZ
* Modifiche tracciate e commenti con todonotes

Cominciamo!

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

Potete [scaricare un PDF](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) oppure sfogliare le diapositive qui sotto:

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

Speriamo che abbiate apprezzato l'apprendimento di LaTeX con il nostro corso. Pronti a iniziare a scrivere? [Iscriviti a Overleaf](https://www.overleaf.com/signup)—è il modo più semplice per scrivere e collaborare ai vostri nuovi progetti LaTeX! Cercate ispirazione? Date un'occhiata ai [numerosi esempi disponibili su Overleaf](https://www.overleaf.com/latex/examples) per avere qualche idea su ciò che è possibile fare con $$\mathrm \LaTeX$$!

Cercate delle diapositive per il vostro corso di LaTeX? Queste diapositive sono [open source](https://github.com/jdleesmiller/latex-course) e con licenza permissiva (MIT), quindi siete liberi di rimixarle 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/15-free-online-introduction-to-latex-part-3.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.
