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

# Wie kann ich fortgeschrittenes LaTeX lernen und ein echter LaTeX-Programmierer werden?

Hier ist eine (möglicherweise subjektive! `:-)` ) Liste von Büchern/Ressourcen, die hilfreich sein könnten:

* Schauen Sie sich den [dritten Teil](/latex/de/weitere-themen/15-free-online-introduction-to-latex-part-3.md) unseres [Online- $$\mathrm\LaTeX$$ Kurses](/latex/de/weitere-themen/13-free-online-introduction-to-latex-part-1.md)
* Die [LaTeX-Wikibuch](https://en.wikibooks.org/wiki/LaTeX) deckt ziemlich viele fortgeschrittene Themen ab, einschließlich grundlegenderer Themen wie Längen, Boxen, Makros, das Erstellen von Paketen usw.
* Stefan Kottwitz’ [LaTeX-Kochbuch](http://latex-cookbook.net/) ist schön strukturiert und enthält viele gute Beispiele.
* Der Klassiker [LaTeX Companion](http://www.amazon.com/LaTeX-Companion-Techniques-Computer-Typesetting/dp/0201362996) ist unserer Meinung nach immer noch ein Klassiker.
* Nicola Talbots neues Buch [LaTeX für Verwaltungsarbeiten](http://www.dickimaw-books.com/latex/admin/index.shtml) macht viel Spaß – viele Aufgaben mit LaTeX zu automatisieren.
* Keine LaTeX-Büchliste ist vollständig ohne [The TeX Book](http://www.amazon.com/The-TeXbook-Donald-E-Knuth/dp/0201134489) und [TeX by Topic](http://eijkhout.net/texbytopic/texbytopic.html), besonders wenn Sie sich für die tatsächlichen Funktionsdetails von TeX und LaTeX interessieren
* Werfen Sie einen Blick auf [diese TeX.SX-Frage](http://stackoverflow.com/questions/776102/advanced-latex-tutorial-book) für weitere Inspiration!

Außerdem kann es auch helfen, sich auf [TeX.SX](http://tex.stackexchange.com/) um Fragen zu durchsuchen und zu beantworten; das würde ebenfalls helfen, recht viel Erfahrung zu sammeln. Sie können auch [Overleafs Twitter-Feed](https://twitter.com/overleaf) über unsere Gallery-Updates zu interessanten Beispielen folgen.


---

# 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/de/fragen-and-antworten/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.
