> 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/18-how-can-i-make-powerpoint-like-presentation-in-latex.md).

# Wie kann ich in LaTeX eine PowerPoint-ähnliche Präsentation erstellen?

## beamer-Paket

Eine beliebte Option zum Erstellen von Präsentationen mit LaTeX ist das [`beamer` Paket](https://ctan.org/pkg/beamer?lang=en), das weithin unterstützt wird durch [zusätzliche Themen und Add-on-Pakete](https://ctan.org/topic/presentation).

Um mit beamer zu beginnen, können Sie eines davon ausprobieren:

* Overleafs [Einführung in beamer](/latex/de/prasentationen/01-beamer.md);
* [Teil 3 unseres kostenlosen Online-LaTeX-Kurses](/latex/de/weitere-themen/15-free-online-introduction-to-latex-part-3.md);
* a [Vorlagen für Präsentationen, die in unserer Galerie aufgeführt sind](https://www.overleaf.com/gallery/tagged/presentation).

## powerdot-Paket

Eine andere Möglichkeit, Präsentationen zu erstellen, ist das [`powerdot` Paket](https://ctan.org/pkg/powerdot) das den traditionelleren Ausgabeworkflow von DVI zu PostScript/PDF verwendet – ein Beispiel finden Sie in diesem [Overleaf-Artikel über `powerdot`](/latex/de/prasentationen/02-powerdot.md). Um zu kompilieren `powerdot` muss der Overleaf-Compiler bei Projekten auf **LaTeX**, wie in der folgenden Grafik dargestellt:

![Wie man den Overleaf-Compiler auf LaTeX setzt](/files/bb46da94c7539e4eea1d2f18ad09c95ff7e74653)


---

# 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/18-how-can-i-make-powerpoint-like-presentation-in-latex.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.
