[Fedora TeX Live] Creating a PDF without Type 3 fonts

Pjotr Markevitch pjotr.markevitch at gmail.com
Thu Sep 8 12:40:16 CEST 2011


W. Michael Petullo <mike at ...> writes:

> 
> I am having trouble with texlive-2011-1.20110825.fc15.x86_64, etc.  I have
> a LaTeX document that uses the pslatex packages and should produce a PDF
> with only Type 1 fonts. However, portions of the document produce Type
> 3 fonts; bullets and commas in math mode subscripts are rendered using
> Type 3 fonts.
> 
> See also:
> 
> 	https://bugzilla.redhat.com/show_bug.cgi?id=736139
> 
> For comparison, I have tried a TeX Live installation on Mac OS X and a
> direct install of TeX Live from http://www.tug.org/texlive/ (on Fedora
> 14). Both of these installations work fine.
> 

The issue you are experiencing is probably yet another updmap.cfg issue. Earlier 
in this list I provided some workarounds that helped me fix the issue with the 
Type3 fonts.

You should try the following command to see whether there is an amsfonts entry 
in your updmap.cfg file.

less $(kpsewhich --var-value=TEXMFSYSCONFIG)/web2c/updmap.cfg

Regarding amsfonts, the following entries should be present:

MixedMap cm.map
MixedMap cmextra.map
MixedMap cyrillic.map
Map      euler.map
MixedMap latxfont.map
MixedMap symbols.map

If any of these are missing, reinstall the texlive-amsfonts package. However, 
due to another bug, it is possible that the problem remains. In this case, 
compare the output of

cat $(kpsewhich --var-value=TEXMFSYSCONFIG)/web2c/updmap.cfg | egrep \ 
'^Map|^MixedMap' | sort

with the output of

cat $(kpsewhich --var-value=TEXMFMAIN)/web2c/updmap.cfg | egrep \ 
'^Map|^MixedMap' | sort

If they differ, rename (as root) the updmap.cfg file in the TEXMFSYSCONFIG/web2c 
folder:

mv $(kpsewhich --var-value=TEXMFSYSCONFIG)/web2c/updmap.cfg{,.bak}

and update the map files (as root):

updmap-sys





More information about the TeXLive mailing list