On 21.05.2013 21:19, Lee Rudolph wrote:
> Philipp Klaus Krause <
p...@spth.de> writes:
>
>> pdflatex produces a .pdf file, which contains CID TrueType fonts. I need
>> to get rid of them.
>
> The first question is, how in the world did you *get* them?
> You have to have done something (if only passively) for them
> to appear. A minimal example of a LaTeX document for which
> your "pdflatex produces a .pdf file" would be helpful here.
Hmm, after a bit more investigating it seems they come from .pdf files
produced by inkscape, and included into the .tex file using
\includegraphics.
These inkscape file use font "cmr10". I have other such inkscape files
using the same font that do not result in the problem. The difference
seems to be that the problematic one uses more exotic charcaters, such
as U+1D587 MATHEMATICAL BOLD FRAKTUR SMALL B. I used that one to put a
symbol into the figure that is a \mathfrak{b} in the .tex file.
But now that the problem is isolated, I can use this somewhat unelegant,
but working solution: Save the problematic files from inkscape with the
option to convert text to outline enabled (and meet the resubmissiond
eadline in 17 hours).
Still, I wonder, what's bad about CID TrueType and why ACM doesn't like
them (and now also why inkscape uses them depending on which characters
are in the text).
Philipp