> 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/03-bibtex-isn-t-working-my-cite-are-showing-up-as-question-marks.md).

# BibTeX funktioniert nicht; meine \cite werden als Fragezeichen (?) angezeigt

Das kann aus mehreren Gründen passieren:

* Haben Sie irgendeinen `\cite` Befehle in Ihrem Dokument verwendet? Nur Bib-Einträge, die `\cite` im Haupttext vorkommen, werden in der Bibliografie-Liste erscheinen.
* Haben Sie die richtige `.bib` Dateinamen (ohne Erweiterungen) für `\bibliography{...}`angegeben? Groß- und Kleinschreibung wird beachtet, also achten Sie auf Tippfehler.
* Haben Sie den Bibliografiestil mit einem `\bibliographystyle{...}`angegeben? Wenn der Stil nicht [ein Standardstil ist, der mit TeX Live mitgeliefert wird](/latex/de/fragen-and-antworten/84-which-bibtex-styles-are-available-on-overleaf.md), müssen Sie die `.bst` Datei in Ihr Projekt hochladen.
* Möglicherweise haben Sie einen Syntaxfehler in Ihrer `.bib` Datei, der verhindert, dass bibtex sie korrekt parst. Falls ja, sollten in den Warnmeldungen einige Informationen dazu stehen; beheben Sie diese entsprechend, und bibtex sollte sie wieder lesen können.
* Ist Ihre `.bib` Datei oder Haupt- `.tex-Datei` Datei in einem Ordner, dessen Name Leerzeichen oder ungewöhnliche Zeichen enthält? Die Haupt- `.tex-Datei` Datei sollte immer auf der obersten Ebene liegen, und Dateien in Ordnern mit Leerzeichen oder ungewöhnlichen Zeichen können vom Kompilierungsprozess manchmal nicht gefunden werden.
* Wenn Sie alles oben Genannte getan haben und die Zitate immer noch nicht funktionieren: Das kann auch in einigen Sonderfällen passieren, aufgrund der Art, wie Zeilen in der .log-Datei formatiert sind und wie das Build-Tool die Datei liest. Das Hinzufügen von `\typeout{}` direkt vor Ihrer `\bibliography{...}` kann helfen.

Für weitere Informationen über BibTeX lesen Sie unser [kostenloses interaktives Online-Tutorial](/latex/de/weitere-themen/13-free-online-introduction-to-latex-part-1.md), oder werfen Sie einen Blick auf dieses [Video-Tutorial](/latex/de/fragen-and-antworten/49-how-to-include-a-bibliography-using-bibtex.md) und [Wikibook-Artikel](https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management).


---

# 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/03-bibtex-isn-t-working-my-cite-are-showing-up-as-question-marks.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.
