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

# Introduzione gratuita online a LaTeX (parte 1)

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

## Parte 1: Le basi

Benvenuto alla prima parte del nostro corso online gratuito per aiutarti a imparare $$\mathrm\LaTeX$$. Se non hai mai usato LaTeX prima, oppure se è passato un po’ di tempo e vorresti ripassare, questo è il posto giusto da cui iniziare. Questo corso ti farà scrivere in LaTeX fin da subito con esercizi interattivi che possono essere completati online, così non dovrai scaricare e installare LaTeX sul tuo computer.

In questa parte del corso, ti guideremo attraverso le basi di come funziona LaTeX, spiegheremo come iniziare e vedremo molti esempi. I concetti fondamentali di LaTeX, come comandi, ambienti e pacchetti, vengono introdotti man mano che emergono. In particolare, tratteremo:

* Impostare un documento LaTeX
* Impaginare il testo
* Gestire gli errori di LaTeX
* Impaginare le equazioni
* Usare i pacchetti LaTeX

In [parte due](/latex/it/altri-argomenti/14-free-online-introduction-to-latex-part-2.md) e [parte tre](/latex/it/altri-argomenti/15-free-online-introduction-to-latex-part-3.md), arriveremo a scrivere documenti splendidamente strutturati con figure, tabelle e bibliografie automatiche, e poi mostreremo come applicare le stesse competenze per creare presentazioni professionali con beamer e disegni avanzati con TikZ. Cominciamo!

Queste diapositive sono state anche [tradotte in francese](http://jdleesmiller.github.io/latex-course/fr/part1.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-1.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-1.pdf&embedded=true>" %}

Speriamo che tu ti diverta a imparare LaTeX con il nostro corso. Pronto a iniziare a scrivere? [Iscriviti a Overleaf](https://www.overleaf.com/signup)—è il modo più semplice per scrivere e collaborare ai tuoi nuovi progetti LaTeX!

## Vai alla Parte 2

In [parte due](/latex/it/altri-argomenti/14-free-online-introduction-to-latex-part-2.md) e [parte tre](/latex/it/altri-argomenti/15-free-online-introduction-to-latex-part-3.md), arriveremo a scrivere documenti splendidamente strutturati con figure, tabelle e bibliografie automatiche, e poi mostreremo come applicare le stesse competenze per creare presentazioni professionali con beamer e disegni avanzati con TikZ. Cominciamo!

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/13-free-online-introduction-to-latex-part-1.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.
