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

# BibTeX fungerer ikke; \cite-ene mine vises som spørsmålstegn (?)

Dette kan skje av flere grunner:

* Har du brukt noen `\cite` kommandoer i dokumentet ditt? Bare bib-oppføringer som har blitt `\cite` i hovedteksten vil vises i bibliografilisten.
* Har du angitt riktig `.bib` filnavn (uten filendelser) for `\bibliography{...}`? Det skiller mellom store og små bokstaver, så pass på skrivefeil.
* Har du angitt bibliografistilen med en `\bibliographystyle{...}`? Hvis stilen ikke er [en standardstil som følger med TeX Live](/latex/no/sporsmal-og-svar/84-which-bibtex-styles-are-available-on-overleaf.md), må du laste opp `.bst` filen til prosjektet ditt.
* Du kan ha en syntaksfeil i din `.bib` fil som hindrer bibtex i å tolke den riktig. I så fall bør det finnes noe informasjon om dette i advarselsmeldingene; rett dem deretter, så skal bibtex kunne lese dem igjen.
* Er din `.bib` fil eller hoved `.tex` fil i en mappe som har mellomrom eller uvanlige tegn i navnet? Hoved `.tex` filen bør alltid være på toppnivå, og filer i mapper med mellomrom eller uvanlige tegn kan noen ganger ikke finnes av kompileringsprosessen.
* Hvis du har gjort alt det ovenstående og henvisningene fortsatt ikke fungerer: Dette kan også skje i noen spesielle tilfeller, på grunn av hvordan linjene er formatert i .log-filen og hvordan byggeverktøyet leser filen. Å legge til `\typeout{}` rett før din `\bibliography{...}` kan hjelpe.

For mer informasjon om BibTeX, ta vår [gratis interaktive nettbaserte veiledning](/latex/no/flere-emner/13-free-online-introduction-to-latex-part-1.md), eller ta en titt på denne [videoveiledningen](/latex/no/sporsmal-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/no/sporsmal-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.
