Embedded fonts from LaTex to PDF

  • Context: LaTeX 
  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Latex Pdf
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
member 428835
Hi PF!

I am submitting a pdf and am generating it in LaTex, specifically I'm using TeXShop. Instructions on submission say:

"Ensure that all fonts are embedded in the PDF file and that only Type 1 or TrueType fonts are used. In addition, any offeror who creates files using TeX or LaTeX is required to first create a DVI file and then convert the DVI file to Postscript and then to PDF."

Does anyone know if this requires additional work on my part or if this automatically happens when I typeset?

Thanks so much!
 
Physics news on Phys.org
You need to choose the "TeX and Ghostscript" option in the Typeset menu. That will go the dvi -> ps -> pdf route.

You could also use packages such as times, \usepackage{times}, which will typeset everything in postscript fonts.
 
Thanks for responding DrClaude!

So will both of your suggestions accomplish the same thing?

I ask because I do not have the "TeX and Ghostscript" option. I only have:
Plain TeX
LaTex
BibTex
MakeIndex
MetaPost
ConTeXt
ConText (LuaTeX)
LuaLaTeX
nv-metafun
nv-metapost
pdflatexmk
sepdflatexmk
XeLaTeX
XeTeX
 
joshmccraney said:
So will both of your suggestions accomplish the same thing?
They should both result in a portable PDF document.

joshmccraney said:
I ask because I do not have the "TeX and Ghostscript" option. I only have:
Plain TeX
LaTex
BibTex
MakeIndex
MetaPost
ConTeXt
ConText (LuaTeX)
LuaLaTeX
nv-metafun
nv-metapost
pdflatexmk
sepdflatexmk
XeLaTeX
XeTeX
I got the info from a manual for an older version of TeXShop. That option may no longer be available. What you can do is try LaTeX, then open the resulting PDF in Acrobat and select File -> Properties to see which program created the PDF. If you see "dvips" or "Ghostscript" there, then it should be correct.
 
DrClaude said:
What you can do is try LaTeX, then open the resulting PDF in Acrobat and select File -> Properties to see which program created the PDF. If you see "dvips" or "Ghostscript" there, then it should be correct.
I did this and I see "PDF Producer: pdfTeX-1.40.14". Under "Fonts" it does show that all are embedded and either TrueType or Type 1, so would there be a reason to have to use the dvi->ps->pdf?
 
joshmccraney said:
I did this and I see "PDF Producer: pdfTeX-1.40.14". Under "Fonts" it does show that all are embedded and either TrueType or Type 1, so would there be a reason to have to use the dvi->ps->pdf?
Probably not. It could be that someone got a bad PDF once and decided to issue strict rules.
 
  • Like
Likes   Reactions: member 428835