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

# Makalem dergi tarafından "Font XYZ is not embedded" nedeniyle reddedildi. Ne yapabilirim?

Bu büyük olasılıkla, projenizdeki bazı PDF/EPS grafiklerdeki çok korkulan "font-gömülü değil" sorunundan kaynaklanıyor; çünkü bunları oluşturan uygulama yazı tiplerini gömmemiştir: Bkz. [arka plan ayrıntıları için bu bağlantıya bakın (özellikle 2. maddeye)](http://tex.stackexchange.com/a/255097/226).

> Yazı tipleriyle ilgili olarak: Buradaki suçlu büyük olasılıkla EPS ya da PDF formatındaki grafiklerdir. Metin içeren ve aynı zamanda yazı tipini de içermeyen bir grafiğiniz varsa, yazı tipi belgede de eksik olacaktır. Temel olarak burada iki seçeneğiniz var: a) Grafik oluşturmak için kullandığınız araçta, dışa aktarılan grafiklerin içine yazı tiplerini açıkça gömmek için bir seçenek arayın. b) Metni metin olarak değil, eğriler olarak dışa aktarın. Metin yoksa, eksik olabilecek yazı tipi de yoktur (çirkin çözüm).

Daha fazla bilgi:

* <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>

En iyi çözüm, PDF görüntülerinizin orijinal uygulamalarından şu seçenekle dışa aktarıldığından emin olmaktır: [tüm yazı tiplerini gömme seçeneği](http://www.latex-community.org/forum/viewtopic.php?p=43537\&sid=bb0b021e3acac54742fecbcb91713fed#p43537). Örneğin, R ile görüntüler oluşturuyorsanız, şu yöntemi kullanabilirsiniz: [`embedFonts` yöntemi](https://stat.ethz.ch/R-manual/R-devel/library/grDevices/html/embedFonts.html) (ayrıca [burada](http://zevross.com/blog/2014/07/30/tired-of-using-helvetica-in-your-r-graphics-heres-how-to-use-the-fonts-you-like-2/) ve [burada](http://r.789695.n4.nabble.com/Automatic-way-to-embed-fonts-into-all-pdf-output-td4666773.html)).

Alternatif olarak, Overleaf'in PDF'yi sizin için son işlemden geçirmesini sağlayabilirsiniz; ancak bu, projenizin derlenmesinin biraz daha uzun sürmesine neden olabilir. İlk olarak, adlı bir dosya ekleyin `latexmkrc` (uzantı olmadan) projenize ve ardından o dosyaya aşağıdaki satırı yapıştırın:

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

Yeniden derlemeyi tetiklemek ve son işlemenin gerçekleşmesini sağlamak için dosyanızda `.tex` küçük bir değişiklik yapmanız gerekebilir.


---

# 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/tr/sorular-ve-cevaplar/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.
