> 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/78-my-submission-was-rejected-by-the-journal-because-font-xyz-is-not-embedded-.-what-can-i-do.md).

# رُفضت إرساليتي من المجلة لأن "Font XYZ is not embedded". ماذا يمكنني أن أفعل؟

من المرجح جدًا أن يكون هذا ناتجًا عن المشكلة المخيفة جدًا «عدم تضمين الخطوط» في بعض رسوميات PDF/EPS داخل مشروعك، لأن التطبيق الذي أنشأها لم يضمّن الخطوط في الخطوط: انظر [هذا الرابط للحصول على بعض التفاصيل الخلفية (وخاصة البند رقم 2)](http://tex.stackexchange.com/a/255097/226).

> بالنسبة إلى الخطوط: هنا على الأرجح تكمن المشكلة في الرسوميات، سواء كانت بصيغة eps أو pdf. إذا كانت لديك صورة تحتوي على نص ولا تتضمن الخط أيضًا، فسيكون الخط مفقودًا في المستند كذلك. لديك عمليًا خياران هنا: أ) في الأداة التي تستخدمها لإنشاء الرسوميات، ابحث عن خيار يضمّن الخطوط صراحةً داخل الرسوميات المُصدَّرة. ب) صدِّر النص ليس كنص بل كمنحنيات. إذا لم يوجد نص، فلا يمكن أن تكون هناك خطوط مفقودة (حل غير جميل).

مزيد من المعلومات:

* <https://machinelearning1.wordpress.com/2013/03/22/create-eps-file-from-matlab-figures-with-embedded-fonts/>
* <https://sites.google.com/site/xyzliwen/resource/embed_font_ieee_pdf_explore>

أفضل حل هو التأكد من أن صور PDF الخاصة بك قد تم تصديرها من تطبيقاتها الأصلية مع [خيار تضمين جميع الخطوط](http://www.latex-community.org/forum/viewtopic.php?p=43537\&sid=bb0b021e3acac54742fecbcb91713fed#p43537). على سبيل المثال، إذا كنت تنشئ الصور باستخدام R، يمكنك استخدام [`embedFonts` الطريقة](https://stat.ethz.ch/R-manual/R-devel/library/grDevices/html/embedFonts.html) (أيضًا [هنا](http://zevross.com/blog/2014/07/30/tired-of-using-helvetica-in-your-r-graphics-heres-how-to-use-the-fonts-you-like-2/) و [هنا](http://r.789695.n4.nabble.com/Automatic-way-to-embed-fonts-into-all-pdf-output-td4666773.html)).

بدلًا من ذلك، يمكنك جعل Overleaf يقوم بمعالجة ملف PDF بعديًا نيابةً عنك، لكن قد يؤدي ذلك إلى أن يستغرق مشروعك وقتًا أطول قليلًا للتجميع. أولًا، أضف ملفًا باسم `latexmkrc` (من دون امتدادات) إلى مشروعك، ثم الصق السطر التالي في ذلك الملف:

```
$pdflatex = 'pdflatex %O %S; ps2pdf14 -dPDFSETTINGS=/prepress %B.pdf %B-embed.pdf; mv %B-embed.pdf %B.pdf';
```

قد تحتاج إلى إجراء نوع من التغيير البسيط في ملف `.tex` لإحداث إعادة تجميع ولِتَحْدُث المعالجة اللاحقة.


---

# 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/78-my-submission-was-rejected-by-the-journal-because-font-xyz-is-not-embedded-.-what-can-i-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.
