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

# Kostenlose Online-Einführung in LaTeX (Teil 2)

[Teil 1](/latex/de/weitere-themen/13-free-online-introduction-to-latex-part-1.md) | Teil 2 | [Teil 3](/latex/de/weitere-themen/15-free-online-introduction-to-latex-part-3.md)

## Teil 2: Strukturierte Dokumente & mehr

Willkommen zu Teil zwei unseres kostenlosen Online-Kurses, der Ihnen beim Erlernen von LaTeX hilft. Dieser Teil baut auf [Teil eins](/latex/de/weitere-themen/13-free-online-introduction-to-latex-part-1.md), also wenn Sie LaTeX noch nie zuvor verwendet haben, sollten Sie vielleicht damit beginnen, die [LaTeX-Grundlagen in Teil eins](/latex/de/weitere-themen/13-free-online-introduction-to-latex-part-1.md).

In diesem Teil zeigen wir Ihnen, wie Sie Abbildungen, Tabellen und Literaturverzeichnisse in Ihre Dokumente einfügen. Die Folien enthalten interaktive Übungen, die Sie auf Overleaf bearbeiten können, sodass Sie sich keine Gedanken über die Installation von LaTeX auf Ihrem Computer machen müssen. Insbesondere behandelt dieser Teil des Kurses:

* Strukturierte Dokumente
* Abschnitte, Labels und Querverweise
* Abbildungen und Tabellen in LaTeX
* Automatische Literaturverzeichnisse mit BibTeX
* Nützliche LaTeX-Pakete und Online-Ressourcen

Sie können [ein PDF herunterladen](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-2.pdf) oder die Folien unten durchsehen:

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

Diese Folien wurden außerdem [ins Französische übersetzt](http://jdleesmiller.github.io/latex-course/fr/part2.pdf) (dank Yannis Haralambous) und [in mehrere andere Sprachen](https://github.com/jdleesmiller/latex-course#translations).

## Weiter zu Teil 3

In [Teil drei](/latex/de/weitere-themen/15-free-online-introduction-to-latex-part-3.md), werden wir sehen, wie man dieselben Fähigkeiten anwendet, um professionelle Präsentationen mit beamer und fortgeschrittene Zeichnungen mit TikZ zu erstellen. Legen wir los!

Sie suchen Folien für Ihren LaTeX-Kurs? Diese Folien sind [Open Source](https://github.com/jdleesmiller/latex-course) und unter einer permissiven Lizenz (MIT) veröffentlicht, sodass Sie sie frei für Ihre eigenen Kurse anpassen können. Viel Spaß! :)


---

# 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/weitere-themen/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.
