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

# BibTeX virker ikke; mine \cite vises som spørgsmålstegn (?)

Dette kan ske af flere grunde:

* Har du brugt nogen `\cite` kommandoer i dit dokument? Kun bib-poster, der er blevet `\cite` nævnt i hovedteksten, vil blive vist i litteraturlisten.
* Angav du det korrekte `.bib` filnavn (uden filendelser) til `\bibliography{...}`? Det skelner mellem store og små bogstaver, så pas på stavefejl.
* Har du angivet bibliografistilen med en `\bibliographystyle{...}`? Hvis stilen ikke er [en standardstil, der følger med TeX Live](/latex/da/sporgsmal-og-svar/84-which-bibtex-styles-are-available-on-overleaf.md), skal du uploade `.bst` filen til dit projekt.
* Du har måske en syntaksfejl i din `.bib` fil, som forhindrer bibtex i at analysere den korrekt. I så fald bør der være nogle oplysninger om dette i advarselsmeddelelserne; ret dem derefter, så burde bibtex kunne læse dem igen.
* Er din `.bib` fil eller hoved- `.tex` fil i en mappe, der har mellemrum eller usædvanlige tegn i navnet? Hoved- `.tex` fil bør altid være på øverste niveau, og filer i mapper med mellemrum eller usædvanlige tegn kan nogle gange ikke findes af kompileringsprocessen.
* Hvis du har gjort alt ovenstående, og citationerne stadig ikke virker: Dette kan også ske i nogle edge cases på grund af, hvordan linjer er formateret i .log-filen, og hvordan build-værktøjet læser filen. At tilføje `\typeout{}` lige før din `\bibliography{...}` kan hjælpe.

For mere information om BibTeX, se vores [gratis interaktive onlinevejledning](/latex/da/flere-emner/13-free-online-introduction-to-latex-part-1.md), eller tag et kig på denne [videovejledning](/latex/da/sporgsmal-og-svar/49-how-to-include-a-bibliography-using-bibtex.md) og [Wikibook-artikler](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/da/sporgsmal-og-svar/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.
