
LaTeX
LaTeX is a popular typesetting software mostly used for scientific publications.
Embedding Fonts
When publishing papers you usually need to make sure that fonts are processed properly. Those settings make sure that all fonts are embedded subset in a resulting PDF.
ps2pdf14 -dProcessColorModel=/DeviceCMYK -dPDFSETTINGS=/prepress -dEmbedAllFonts=true -dSubsetFonts=true *file*
You may also use ps2pdf13 or ps2pdf instead. To verify that the the fonts have been processed properly you can use:
pdffonts *file*