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

# BibTeX nefunguje; moje \cite se zobrazují jako otazníky (?)

To se může stát z několika důvodů:

* Použili jste nějaké `\cite` příkazy ve vašem dokumentu? Pouze bib záznamy, které byly `\cite` v hlavním textu, se objeví v seznamu bibliografie.
* Zadali jste správný `.bib` název souboru (bez přípony) pro `\bibliography{...}`? Rozlišují se velká a malá písmena, takže si dejte pozor na překlepy.
* Určili jste styl bibliografie pomocí `\bibliographystyle{...}`? Pokud styl není [standardní, který je součástí TeX Live](/latex/cs/otazky-a-odpovedi/84-which-bibtex-styles-are-available-on-overleaf.md), budete muset nahrát `.bst` soubor do vašeho projektu.
* Možná máte syntaktickou chybu ve vašem `.bib` souboru, která brání bibtexu v jeho správném zpracování. Pokud ano, měly by se o tom objevit nějaké informace ve varovných hlášeních; opravte je podle toho a bibtex by je měl být schopen znovu načíst.
* Je váš `.bib` soubor nebo hlavní `.tex` soubor ve složce, která má ve svém názvu mezery nebo neobvyklé znaky? Hlavní `.tex` soubor by měl být vždy v kořenové úrovni a soubory ve složkách s mezerami nebo neobvyklými znaky v názvu někdy nemusí být při kompilaci nalezeny.
* Pokud jste provedli vše výše uvedené a citace stále nefungují: Může se to stát i v některých okrajových případech kvůli tomu, jak jsou řádky formátovány v souboru .log a jak nástroj pro sestavení soubor čte. Přidání `\typeout{}` těsně před vaším `\bibliography{...}` může pomoci.

Pro více informací o BibTeXu si přečtěte naše [bezplatný online interaktivní tutoriál](/latex/cs/dalsi-temata/13-free-online-introduction-to-latex-part-1.md), nebo se podívejte na tento [videonávod](/latex/cs/otazky-a-odpovedi/49-how-to-include-a-bibliography-using-bibtex.md) a [články ve Wikiknihách](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/cs/otazky-a-odpovedi/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.
