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

# BibTeX لا يعمل؛ أوامر \cite الخاصة بي تظهر كعلامات استفهام (?)

قد يحدث هذا لعدد من الأسباب:

* هل استخدمت أي `\cite` أوامر في مستندك؟ ستظهر فقط مداخل bib التي تم `\cite` ذكرها في النص الرئيسي في قائمة المراجع.
* هل حددت `.bib` اسم الملف الصحيح (من دون الامتدادات) لـ `\bibliography{...}`؟ إنه حساس لحالة الأحرف، لذا انتبه للأخطاء المطبعية.
* هل حددت نمط المراجع باستخدام `\bibliographystyle{...}`؟ إذا لم يكن النمط [نمطًا قياسيًا يأتي مع TeX Live](/latex/ar/alaselh-walajwbh/84-which-bibtex-styles-are-available-on-overleaf.md)، فستحتاج إلى رفع `.bst` الملف إلى مشروعك.
* قد يكون لديك خطأ صياغي في `.bib` الملف الذي يمنع bibtex من تحليله بشكل صحيح. إذا كان الأمر كذلك، فيجب أن تكون هناك بعض المعلومات حول ذلك في رسائل التحذير؛ أصلحها وفقًا لذلك، ويجب أن يتمكن bibtex من قراءتها مرة أخرى.
* هل `.bib` الملف أو الملف الرئيسي `.tex` الملف في مجلد يحتوي على مسافات أو أحرف غير معتادة في اسمه؟ يجب أن يكون الملف الرئيسي `.tex` دائمًا في المستوى الأعلى، وأحيانًا قد لا يتمكنَت عملية التجميع من العثور على الملفات الموجودة في مجلدات تحتوي على مسافات أو أحرف غير معتادة.
* إذا كنت قد فعلت كل ما سبق وما زالت الاستشهادات لا تعمل: قد يحدث هذا أيضًا في بعض الحالات الحدّية، بسبب طريقة تنسيق الأسطر في ملف .log وطريقة قراءة أداة البناء للملف. إضافة `\typeout{}` مباشرةً قبل `\bibliography{...}` قد يساعد.

لمزيد من المعلومات حول BibTeX، اطّلع على [البرنامج التعليمي التفاعلي المجاني عبر الإنترنت](/latex/ar/mzyd-mn-almwdhwaat/13-free-online-introduction-to-latex-part-1.md)، أو ألقِ نظرة على هذا [البرنامج التعليمي بالفيديو](/latex/ar/alaselh-walajwbh/49-how-to-include-a-bibliography-using-bibtex.md) و [مقالات ويكيبوك](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/ar/alaselh-walajwbh/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.
