Fonts & Character SetsEmbedding fonts without subsetting in PDFLaTeX

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
tstandley
Posts: 1
Joined: Thu Apr 08, 2010 8:56 am

Embedding fonts without subsetting in PDFLaTeX

Post by tstandley »

Hi,

I'm getting ready to submit a conference paper (AAAI), and the conference requires that all fonts used be embedded. Not only that, but the embedded fonts must not be subsetted (meaning that only the characters used are included in the pdf to save space.)

I know that people recommend subsetting because it reduces the size of the PDF, and some license agreements require that you do not distribute the entire font.

In ps2pdf, there is an option (-dSubsetFonts=false) that disables subsetting. However for pdflatex, I cannot find such an option.

I have been using pdflatex and I very much like the results. I can't use ps2pdf for several other reasons, and so finding an option for pdftex seems like the path of least resistance.

Thanks,
Trevor

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
nath
Posts: 1
Joined: Sun Apr 11, 2010 2:26 pm

Embedding fonts without subsetting in PDFLaTeX

Post by nath »

I was trying to figure this out for the exact same reason. Here's the workaround I found:
http://newsgroups.derkeiler.com/Archive ... 00507.html
(This should work as non-root too, but may require a little additional silliness.)
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

Embedding fonts without subsetting in PDFLaTeX

Post by Montag »

You could also view this thread via the Google system:
http://groups.google.de/group/comp.text ... ddbd1f61a9
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
Post Reply