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

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

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

## Teil 3: Nicht nur Papers: Präsentationen & mehr

Willkommen zum dritten Teil unseres kostenlosen Online-Kurses, der Ihnen beim Erlernen von LaTeX hilft. Dieser Teil enthält eine kurze Wiederholung der LaTeX-Grundlagen, die in [Teil eins](/latex/de/weitere-themen/13-free-online-introduction-to-latex-part-1.md) und [Teil zwei](/latex/de/weitere-themen/14-free-online-introduction-to-latex-part-2.md) des Kurses vorgestellt wurden, aber wenn Sie neu bei LaTeX sind, sollten Sie diese Teile vielleicht vollständig durcharbeiten.

In diesem Kursteil stellen wir einige fortgeschrittenere LaTeX-Pakete vor, und zwar:

* LaTeX-Präsentationen mit Beamer
* Zeichnen in LaTeX mit TikZ
* Nachverfolgte Änderungen und Kommentare mit todonotes

Legen wir los!

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

Sie können [laden Sie ein PDF herunter](https://www.overleaf.com/latex/learn/free-online-introduction-to-latex-part-3.pdf) oder sehen Sie sich die Folien unten an:

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

Wir hoffen, dass Ihnen das Lernen von LaTeX mit unserem Kurs gefallen hat. Bereit, mit dem Schreiben zu beginnen? [Registrieren Sie sich bei Overleaf](https://www.overleaf.com/signup)— es ist der einfachste Weg, um an Ihren neuen LaTeX-Projekten zu schreiben und zusammenzuarbeiten! Auf der Suche nach Inspiration? Schauen Sie sich die [vielen Beispiele an, die auf Overleaf verfügbar sind](https://www.overleaf.com/latex/examples) um Ideen dafür zu bekommen, was möglich ist mit $$\mathrm \LaTeX$$!

Suchen Sie Folien für Ihren LaTeX-Kurs? Diese Folien sind [Open Source](https://github.com/jdleesmiller/latex-course) und unter einer großzügigen Lizenz (MIT) veröffentlicht, sodass Sie sie frei anpassen und für Ihre eigenen Kurse verwenden 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/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.
