> 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/domande-e-risposte/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.md).

# Come posso imparare LaTeX avanzato e diventare un programmatore LaTeX esperto?

Ecco una (forse di parte! `:-)` ) lista di libri/risorse che potrebbero essere utili:

* Dai un'occhiata al [terzo capitolo](/latex/it/altri-argomenti/15-free-online-introduction-to-latex-part-3.md) del nostro [online $$\mathrm\LaTeX$$ corso](/latex/it/altri-argomenti/13-free-online-introduction-to-latex-part-1.md)
* Il [wikibook su LaTeX](https://en.wikibooks.org/wiki/LaTeX) copre parecchi argomenti avanzati, inclusi temi di livello più basso come lunghezze, box, macro, creazione di pacchetti, ecc.
* di Stefan Kottwitz [LaTeX Cookbook](http://latex-cookbook.net/) è ben strutturato, con molti buoni esempi.
* Il classico [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) è ancora un classico, a nostro parere.
* il nuovo libro di Nicola Talbot [LaTeX per il lavoro amministrativo](http://www.dickimaw-books.com/latex/admin/index.shtml) è molto divertente—automatizzare molti compiti con LaTeX.
* Nessuna lista di libri su LaTeX è completa senza [The TeX Book](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) e [TeX by Topic](http://eijkhout.net/texbytopic/texbytopic.html), soprattutto se sei interessato ai dettagli operativi reali di TeX e LaTeX
* Dai un'occhiata a [questa domanda su TeX.SX](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) per ulteriore ispirazione!

Inoltre, frequentare [TeX.SX](http://tex.stackexchange.com/) per consultare e rispondere alle domande aiuterebbe anche a fare molta esperienza. Puoi anche seguire [il feed Twitter di Overleaf](https://twitter.com/overleaf) per gli aggiornamenti della nostra Galleria con esempi interessanti.


---

# 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/domande-e-risposte/17-how-can-i-learn-advanced-latex-and-become-a-full-latex-programmer.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.
