I have to submit a pdf generated with LaTeX, and one requirement is that the fonts are embedded. The instructions I got are "At the terminal/command prompt, issue the command pdflatex filename.tex to generate filename.pdf." I use MiKTeX, and Texniccenter for my editor. I never used a terminal or command prompt, I am not sure what this instruction means. What I can tell is that
My output profile in Texniccenter is: LaTeX => PS => PDF
When I check the properties of the generated PDF, in the fonts tab, all the fonts seem to be embedded except one, which is called T3Font_0
Any suggestion?
LaTeX => PS => PDFis certainly not pdflatex, look up the profile definitions which one calls pdflatex. If your miktex is up-to-date all fonts should be embedded by default. If you think one is missing you will have to make an example that demonstrates the problem. – Ulrike Fischer May 05 '21 at 16:57