Hello,
I am trying for like two hours to embed fonts in the PDF file (LaTeX -> DVI -> PS -> PDF), from TexMaker.
Please advise.
Fonts & Character Sets ⇒ Embed Fonts
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Embed Fonts
A search for "Force LaTeX to embed PDF fonts" came up with several possibilities, all of which I suspect will work for you. For example:
http://www.boekenenproefschriften.nl/pr ... Xfonts.pdf
http://www.boekenenproefschriften.nl/pr ... Xfonts.pdf
Embed Fonts
Go to Options --> Configure Texmaker, then in the Commands section put this in the ps2pdf command textfield:
Then in the Quick Build section select the "LaTeX + dvips + ps2pdf + View PDF" option.
Code: Select all
ps2pdf -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dPDFSETTINGS=/printer -dCompatibilityLevel=1.4 %.ps
-
- Posts: 35
- Joined: Thu Oct 27, 2011 5:31 pm
Re: Embed Fonts
I Latexed, then DVI->PDFed and it automatically embedded the fonts. Nothing else seems to have changed..