ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* font havoc
@ 2005-11-10 21:02 Hans van der Meer
  2005-11-10 21:35 ` Taco Hoekwater
  2005-11-10 22:00 ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Hans van der Meer @ 2005-11-10 21:02 UTC (permalink / raw)


Suddenly it seems, I am getting bad messages for quite normal math  
fonts:

Warning: pdfetex (file cmsy8): kpathsea: Running mktexpk --mfmode / -- 
bdpi 72 --mag 1+7/72 --dpi 79 cmmi10
mktexpk: Mismatched mode ljfzzz and resolution 72; ignoring mode.
mktexpk: Can't guess mode for 72 dpi devices.
mktexpk: Use a config file, or update me.  (<<<< Why is this?)
Font cmsy8 at 72 not found

Warning: pdfetex (file cmmi10): Font cmmi10 at 79 not found
{/usr/local/teTeX/share/texmf-dist/fonts/enc/dvips/psnfss/8r.enc}</ 
usr/local/te
TeX/share/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb></usr/local/ 
teTeX/shar
e/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb></usr/local/teTeX/ 
share/texmf-
dist/fonts/type1/urw/courier/ucrr8a.pfb>

I am not aware having changed to resolution 72 for ljfzzz or doing  
something different from previous installations of new context  
versions. The mode for ljfzzz was set with texconfig.
I was running the 2005-10-27 context version, but reverting tot  
2005-08-31 did not solve the problem.
What has happened to my fonts?
Has it something to do with the fact that tetex and context seem to  
use directories .texmf-config and .texmf-var differently?
Why does something that ran without a hitch suddenly is broken?

Does someone know how to restore things to normal?

Hans van der Meer

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: font havoc
  2005-11-10 21:02 font havoc Hans van der Meer
@ 2005-11-10 21:35 ` Taco Hoekwater
  2005-11-10 22:02   ` Hans Hagen
  2005-11-10 22:00 ` Hans Hagen
  1 sibling, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2005-11-10 21:35 UTC (permalink / raw)


Hans van der Meer wrote:
> Suddenly it seems, I am getting bad messages for quite normal math  fonts:
> 
> Warning: pdfetex (file cmsy8): kpathsea: Running mktexpk --mfmode / -- 
> bdpi 72 --mag 1+7/72 --dpi 79 cmmi10

Most likely cause: pdftex cannot find the map file that contains
the cmmi10 entry, and therefore assumes it is a bitmap font. In my
system, there are cmmi10 lines in the following three map files:

   fonts/map/pdftex/context/context-base.map
   fonts/map/pdftex/context/original-ams-cmr.map
   fonts/map/pdftex/context/original-public-lm.map

Either pdftex cannot find those (the third one is normally the
used one), or it loads an incorrect one.

In any case, you should check the 'map file' part of context and
pdftex's messages. Or you can try posting the log of the run

   \starttext Hello World!\stoptext

if you can't figure out the messages yourself.

Cheers,
Taco

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: font havoc
  2005-11-10 21:02 font havoc Hans van der Meer
  2005-11-10 21:35 ` Taco Hoekwater
@ 2005-11-10 22:00 ` Hans Hagen
  2005-11-10 22:11   ` Taco Hoekwater
  1 sibling, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2005-11-10 22:00 UTC (permalink / raw)


Hans van der Meer wrote:

> Suddenly it seems, I am getting bad messages for quite normal math  
> fonts:
>
> Warning: pdfetex (file cmsy8): kpathsea: Running mktexpk --mfmode / -- 
> bdpi 72 --mag 1+7/72 --dpi 79 cmmi10
> mktexpk: Mismatched mode ljfzzz and resolution 72; ignoring mode.
> mktexpk: Can't guess mode for 72 dpi devices.
> mktexpk: Use a config file, or update me.  (<<<< Why is this?)
> Font cmsy8 at 72 not found
>
> Warning: pdfetex (file cmmi10): Font cmmi10 at 79 not found
> {/usr/local/teTeX/share/texmf-dist/fonts/enc/dvips/psnfss/8r.enc}</ 
> usr/local/te
> TeX/share/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb></usr/local/ 
> teTeX/shar
> e/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb></usr/local/teTeX/ 
> share/texmf-
> dist/fonts/type1/urw/courier/ucrr8a.pfb>
>
> I am not aware having changed to resolution 72 for ljfzzz or doing  
> something different from previous installations of new context  
> versions. The mode for ljfzzz was set with texconfig.
> I was running the 2005-10-27 context version, but reverting tot  
> 2005-08-31 did not solve the problem.
> What has happened to my fonts?
> Has it something to do with the fact that tetex and context seem to  
> use directories .texmf-config and .texmf-var differently?
> Why does something that ran without a hitch suddenly is broken?
>
> Does someone know how to restore things to normal?

probably due to the changes in latin modern map/enc naming; older 
versions don't mix well currently

what puzzles me is:

pdfetex (file cmsy8): kpathsea: Running mktexpk --mfmode / -- bdpi 72 
--mag 1+7/72 --dpi 79 cmmi10
                     
^^^^^                                                                                                                                
^^^^^^^

which are diferent fonts

is automapfile enabled on your system?

Hans

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: font havoc
  2005-11-10 21:35 ` Taco Hoekwater
@ 2005-11-10 22:02   ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2005-11-10 22:02 UTC (permalink / raw)


Taco Hoekwater wrote:

> Hans van der Meer wrote:
>
>> Suddenly it seems, I am getting bad messages for quite normal math  
>> fonts:
>>
>> Warning: pdfetex (file cmsy8): kpathsea: Running mktexpk --mfmode / 
>> -- bdpi 72 --mag 1+7/72 --dpi 79 cmmi10
>
>
> Most likely cause: pdftex cannot find the map file that contains
> the cmmi10 entry, and therefore assumes it is a bitmap font. In my
> system, there are cmmi10 lines in the following three map files:
>
>   fonts/map/pdftex/context/context-base.map
>   fonts/map/pdftex/context/original-ams-cmr.map
>   fonts/map/pdftex/context/original-public-lm.map
>
> Either pdftex cannot find those (the third one is normally the
> used one), or it loads an incorrect one.
>
> In any case, you should check the 'map file' part of context and
> pdftex's messages. Or you can try posting the log of the run
>
>   \starttext Hello World!\stoptext
>
> if you can't figure out the messages yourself.


btw, in the tui file you can see what map files are expected (loaded)

Hans

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: font havoc
  2005-11-10 22:00 ` Hans Hagen
@ 2005-11-10 22:11   ` Taco Hoekwater
  2005-11-11  9:29     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2005-11-10 22:11 UTC (permalink / raw)


Hans Hagen wrote:
> what puzzles me is:
> 
> pdfetex (file cmsy8): kpathsea: Running mktexpk --mfmode / -- bdpi 72 
> --mag 1+7/72 --dpi 79 cmmi10
>                     
> ^^^^^                                                                                                                                
> ^^^^^^^
> 
> which are diferent fonts

That is just a timing error. What you see is the stdout and stderr
messages from two separate programs intermixed.

Taco

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: font havoc
  2005-11-10 22:11   ` Taco Hoekwater
@ 2005-11-11  9:29     ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2005-11-11  9:29 UTC (permalink / raw)


Taco Hoekwater wrote:

> Hans Hagen wrote:
>
>> what puzzles me is:
>>
>> pdfetex (file cmsy8): kpathsea: Running mktexpk --mfmode / -- bdpi 72 
>> --mag 1+7/72 --dpi 79 cmmi10
>>                     
>> ^^^^^                                                                                                                                
>> ^^^^^^^
>>
>> which are diferent fonts
>
>
> That is just a timing error. What you see is the stdout and stderr
> messages from two separate programs intermixed.

ok,

my guess here is that cm is used in the definitions while lm should be 
used (the cm -> lm mapping file is not in the zip, but i added it again 
for good old times sake)

i'll upload a new distribution later today which has more redundant lm 
map definitions; better play safe and not let context users suffer from 
all those intermediate changes in lm related files -)

Hans

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-11  9:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-10 21:02 font havoc Hans van der Meer
2005-11-10 21:35 ` Taco Hoekwater
2005-11-10 22:02   ` Hans Hagen
2005-11-10 22:00 ` Hans Hagen
2005-11-10 22:11   ` Taco Hoekwater
2005-11-11  9:29     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).