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

# BibTeX fungerar inte; mina \cite visas som frågetecken (?)

Detta kan hända av flera skäl:

* Har du använt några `\cite` kommandon i ditt dokument? Endast bib-poster som har `\cite` i huvudtexten kommer att visas i bibliografilistan.
* Angav du rätt `.bib` filnamn (utan tillägg) för `\bibliography{...}`? Det är skiftlägeskänsligt, så se upp för stavfel.
* Har du angett bibliografistilen med en `\bibliographystyle{...}`? Om stilen inte är [en standardstil som följer med TeX Live](/latex/sv/fragor-och-svar/84-which-bibtex-styles-are-available-on-overleaf.md), måste du ladda upp `.bst` filen till ditt projekt.
* Du kan ha ett syntaxfel i din `.bib` fil som förhindrar att bibtex tolkar den korrekt. I så fall bör det finnas information om detta i varningsmeddelandena; rätta dem därefter så bör bibtex kunna läsa dem igen.
* Är din `.bib` fil eller huvud `.tex` fil i en mapp som har mellanslag eller ovanliga tecken i sitt namn? Den huvudsakliga `.tex` filen bör alltid ligga på toppnivån, och filer i mappar med mellanslag eller ovanliga tecken kan ibland inte hittas av kompileringsprocessen.
* Om du har gjort allt ovan och hänvisningarna fortfarande inte fungerar: Detta kan också hända i vissa gränsfall, på grund av hur raderna formateras i .log-filen och hur byggverktyget läser filen. Att lägga till `\typeout{}` precis före din `\bibliography{...}` kan hjälpa.

För mer information om BibTeX, ta vår [gratis interaktiva handledning online](/latex/sv/fler-amnen/13-free-online-introduction-to-latex-part-1.md), eller ta en titt på denna [videohandledning](/latex/sv/fragor-och-svar/49-how-to-include-a-bibliography-using-bibtex.md) och [Wikiboksartiklar](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/sv/fragor-och-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.
