You are not logged in.

#1 2009-11-03 10:44:50

rumpel
Member
Registered: 2007-03-24
Posts: 4

[Solved] Texlive: Missing font when running pdflatex

Hi,

I have a problem, when I try to translate my Latex Document with pdflatex.

When I run

pdflatex texfile.tex

I get the following error:

!pdfTeX error: pdflatex (file fmex9.pfb): cannot open Type 1 font file for reading
==> Fatal error occurred, no output PDF file produced!

and no pdf file is created.

This problem occurs only when I try use the pslatex fonts, by adding to my tex-file:

\usepackage{pslatex}

When I run

latex texfile.tex

everything is fine and I get the right fonts in my dvi-file.

How could I solve this problem?

Last edited by rumpel (2009-11-03 11:40:23)

Offline

#2 2009-11-03 11:30:24

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: [Solved] Texlive: Missing font when running pdflatex

Please try 'sudo updmap-sys --syncwithtrees', or 'updmap --syncwithtrees'. I think that texlive should use cmex* fonts instead of fmex* fonts.

I wrote some explanation of how does texlive look for fonts if you're interested: http://bbs.archlinux.org/viewtopic.php? … 95#p647095

Offline

#3 2009-11-03 11:39:17

rumpel
Member
Registered: 2007-03-24
Posts: 4

Re: [Solved] Texlive: Missing font when running pdflatex

Thank you,

'sudo updmap-sys --syncwithtrees' solved the problem.

'updmap --syncwithtrees' I had tried before. But that didn't help.

Offline

Board footer

Powered by FluxBB