> 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/wissensdatenbank/155-what-packages-do-you-support.md).

# Welche Pakete werden unterstützt?

Wir verwenden [TeX Live](http://www.tug.org/texlive/) 2024 für neue Projekte und Kopien bestehender Projekte, das etwa 4000 Pakete bereitstellt, darunter:

* Abbildungen mit [pstricks](https://en.wikipedia.org/wiki/PSTricks) und [TikZ](http://en.wikipedia.org/wiki/PGF/TikZ). Hier sind [einige Beispiele](https://www.overleaf.com/latex/examples/tagged/tikz).
* Literaturverzeichnisse mit [bibtex](http://www.bibtex.org/) und [biblatex](http://www.ctan.org/pkg/biblatex). Hier sind [einige Beispiele](https://www.overleaf.com/gallery/tagged/bibliography).
* Pakete, wie zum Beispiel `fontspec` die XeLaTeX oder LuaLaTeX für Unicode- und Schriftartunterstützung erfordern.

Für weitere Einzelheiten siehe bitte [diesen Blogbeitrag](https://www.overleaf.com/blog/tex-live-2024-is-now-available).

Bestehende Projekte verwenden weiterhin das TeX-Live-Image, das zum Zeitpunkt der Erstellung des Projekts aktuell war – dies schützt vor nachteiligen Auswirkungen, wie etwa Inkompatibilitäten, die durch zukünftige Paketaktualisierungen eingeführt werden könnten.

Um die von einem bestehenden Projekt verwendete TeX-Live-Version zu aktualisieren, können Sie [eine Kopie dieses Projekts erstellen](/latex/de/wissensdatenbank/030-copying-a-project.md) wodurch das kopierte Projekt automatisch auf die neueste TeX-Live-Version von Overleaf aktualisiert wird. Alternativ kann das geklonte (kopierte) Projekt manuell so konfiguriert werden, dass [eine andere Version von TeX Live verwendet wird](https://www.overleaf.com/blog/new-feature-select-your-tex-live-compiler-version).

Beachten Sie auch, dass Sie hochladen können `.sty` und `.cls` Dateien für andere Pakete, zum Beispiel solche von [CTAN](http://ctan.org).


---

# 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/wissensdatenbank/155-what-packages-do-you-support.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.
