Fonts & Character SetsEmbed Fonts

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
laailalalaa
Posts: 35
Joined: Thu Oct 27, 2011 5:31 pm

Embed Fonts

Post by laailalalaa »

Hello,

I am trying for like two hours to embed fonts in the PDF file (LaTeX -> DVI -> PS -> PDF), from TexMaker.

Please advise.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Embed Fonts

Post by kaiserkarl13 »

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
User avatar
shadgrind
Posts: 140
Joined: Thu Jul 16, 2009 12:39 am

Embed Fonts

Post by shadgrind »

Go to Options --> Configure Texmaker, then in the Commands section put this in the ps2pdf command textfield:

Code: Select all

ps2pdf -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dPDFSETTINGS=/printer -dCompatibilityLevel=1.4 %.ps
Then in the Quick Build section select the "LaTeX + dvips + ps2pdf + View PDF" option.
System: TeX Live 2012, Fedora 18 x86_64, GNU Emacs 24.2
laailalalaa
Posts: 35
Joined: Thu Oct 27, 2011 5:31 pm

Re: Embed Fonts

Post by laailalalaa »

I Latexed, then DVI->PDFed and it automatically embedded the fonts. Nothing else seems to have changed..
Post Reply