> 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/80-the-journal-says-don-t-use-bibtex-paste-the-contents-of-the-.bbl-file-into-the-.tex-file-.-how-do.md).

# تقول المجلة: "لا تستخدم BibTeX؛ الصق محتويات ملف .bbl في ملف .tex". كيف

تستخدم بعض دور النشر أنظمة لتقديم المقالات لا تُجمِّع سوى الملفات المُرسلة `.tex` الملف(ات) في تشغيل واحد `pdflatex` أو `latex` تشغيل—أي إنها لا تُشغِّل `BibTeX`. في مثل هذه الحالات، قد تطلب إرشادات الناشر من المؤلفين (الذين تستخدم مخطوطاتهم BibTeX) لصق محتويات `.bbl` الملف في المقالة الرئيسي `.tex` الملف.

توضح هذه المقالة طريقتين للوصول إلى `.bbl` الملف المُولَّد الموجود في مشروعك على Overleaf وتوفّر [فيديو قصير](#video) يوضح تنزيل `.bbl` ملف ولصق محتواه في ملف .tex الرئيسي للمشروع.

## تنزيل الملفات من ذاكرة التخزين المؤقت

تُخزَّن الملفات التي يتم إنشاؤها أثناء التجميع في ذاكرة التخزين المؤقت للمشروع، بما في ذلك أي `.bbl` ملفات .bib.

اتبع هذه الخطوات لتنزيل ملف موجود في ذاكرة التخزين المؤقت:

1. انقر أيقونة الملف (![Accesslogs.png](/files/e92faef01fc220f68a99c7d8ba64461912963901)) بجانب **إعادة التحويل** زر؛
2. مرر لأسفل واختر **سجلات وملفات أخرى**;
3. ستظهر قائمة بالملفات الموجودة في ذاكرة التخزين المؤقت؛
4. اختر **output.bbl** لتنزيله.

![صورة توضح كيفية تنزيل ملف من ذاكرة التخزين المؤقت](/files/29ccac3085eb5696f0e0cfa87e764e1f69154060)

كما هو موضح في [الفيديو القصير](#video)، علِّق السطر `\bibliography{...}` داخل `.tex` ملفك على Overleaf، ثم الصق محتويات `.bbl` الملف الذي تم تنزيله من ذاكرة التخزين المؤقت.

## تنزيل المصدر، بما في ذلك ملف .bbl

من الممكن أيضًا تنزيل الشيفرة المصدرية مع `.bbl` مضمنًا. استخدم الخطوات التالية للقيام بذلك:

1. اختر **إرسال** من القائمة أعلى نافذة معاينة PDF؛
2. مرر لأسفل إلى **المستودعات عبر الإنترنت**;
3. حدد **arXiv**;
4. اختر **قدّم ورقتك إلى arXiv**

   ![قدّم إلى arXiv من Overleaf](/files/b2424c3c389a8d0ce91c74758f8de9721ee9a155)
5. داخل النافذة المنبثقة اختر **تنزيل ملف ZIP للمشروع مع ملفات الإرسال (مثل .bbl)**;

   ![قدّم إلى arXiv من Overleaf](/files/3e976ac59e9294070fe7901322985d5a8ec3648a)
6. استخرج `.bbl` الملف من ملف ZIP الذي تم تنزيله؛
7. (انظر الفيديو) علِّق السطر `\bibliography{...}` داخل `.tex` ملفك على Overleaf، ثم الصق محتويات `.bbl` الملف.

المشروع جاهز الآن للتقديم إلى المجلة، مع الالتزام بأي متطلبات لمحتويات `.bbl` الملف المراد لصقه في الملف الرئيسي للمقال `.tex` الملف.

## فيديو

يوضح الفيديو التالي تنزيل `.bbl` ملف ولصق محتوياته في الملف الرئيسي للمشروع `.tex` الملف.

{% embed url="<https://videos.ctfassets.net/nrgyaltdicpt/65uUq86OvB2xwj1yhGbcAG/b0bcf7e169f2185ce1ef1dc9bce651ff/GettingBBLfileVideo.mp4>" %}


---

# 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/80-the-journal-says-don-t-use-bibtex-paste-the-contents-of-the-.bbl-file-into-the-.tex-file-.-how-do.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.
