ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* !pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found
@ 2008-02-07 14:14 Mojca Miklavec
  2008-02-07 15:02 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Mojca Miklavec @ 2008-02-07 14:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

I don't quite understand why, but my distribution became broken at
some random time point (I do not remember doing anything special in
the meantime). I have installed ConTeXt from scratch, but the same
problem persists:

systems         : begin file sqrt at line 1
fonts           : needs map file: original-base
fonts           : needs map file: original-ams-base
fonts           : needs map file: original-public-lm
fonts           : needs map file: lm-ec
fonts           : needs map file: lm-math
fonts           : needs map file: lm-rm
(/context2/tex/texmf-context/tex/context/base/sort-def.tex
(/context2/tex/texmf-context/tex/context/base/sort-def.mkii))
(/context2/tex/texmf-context/tex/context/base/sort-lan.tex
loading         : Context Sorting Macros (languages)
(/context2/tex/texmf-context/tex/context/base/sort-lan.mkii))
[1.1

pdfTeX warning: pdftex (file pdftex.map): cannot open font map file
]
systems         : end file sqrt at line 3
system          : cont-err loaded
(/context2/tex/texmf-context/tex/context/base/cont-err.tex
systems         : no file 'cont-sys.tex', using 'cont-sys.rme' instead
) )
!pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found
 ==> Fatal error occurred, no output PDF file produced!
TeXExec | runtime: 0.773438

There is no pdftex.map, but there has never been one. It could be that
I have screwed something up during LM fonts update, but I'm a bit
clueless at the moment. More or less the same files seem to work OK on
windows, the only difference are the binaries.

    > kpsewhich lm-math.map
returns
    /context2/tex/texmf/fonts/map/dvips/lm/lm-math.map
and there it is
    lmmi12   LMMathItalic12-Regular    "enclmmathit ReEncodeFont"
<lm-mathit.enc  <lmmi12.pfb
as well as
    > kpsewhich lmmi12.pfb
    /context2/tex/texmf/fonts/type1/public/lm/lmmi12.pfb
and
    > kpsewhich lm-mathit.enc
    /context2/tex/texmf/fonts/enc/dvips/lm/lm-mathit.enc

> pdftex --version
pdfTeX 3.141592-1.50.0-alpha-20071218-2.2 (Web2C 7.5.6)
kpathsea version 3.5.6dev
Copyright 2007 Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea is copyright 2007 Karl Berry and Olaf Weber.
There is NO warranty.  Redistribution of this software is
covered by the terms of both the pdfTeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the pdfTeX source.
Primary author of pdfTeX: Peter Breitenlohner (eTeX)/Han The Thanh (pdfTeX).
Kpathsea written by Karl Berry, Olaf Weber, and others.

Compiled with libpng 1.2.24; using libpng 1.2.24
Compiled with zlib 1.2.3; using zlib 1.2.3
Compiled with xpdf version 3.02pl2

> kpsewhich --version
kpathsea version 3.5.6
Copyright 2005 Karl Berry & Olaf Weber.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named GPL and LGPL.


I have tried both beta and stable ConTeXt, but no difference.
On windows the metafun format fails to generate at some conditions,
but that's a completely unrelated problem (I need to figure out what
goes wrong there).

I could imagine that the problem could be caused by texmf.cnf, but I
didn't change anything there:

TEXFONTMAPS.dvipdfm  = .;$TEXMF/fonts/map/{dvipdfm,dvips,}//
TEXFONTMAPS.dvipdfmx = .;$TEXMF/fonts/map/{dvipdfm,dvips,}//
TEXFONTMAPS.pdftex   = .;$TEXMF/fonts/map/{pdftex,dvips,}//
TEXFONTMAPS.pdfetex  = .;$TEXMF/fonts/map/{pdftex,dvips,}//
TEXFONTMAPS.luatex   = .;$TEXMF/fonts/map/{pdftex,dvips,}//
TEXFONTMAPS.xetex    = .;$TEXMF/fonts/map/{xetex,pdftex,dvips,}//
TEXFONTMAPS.dvips    = .;$TEXMF/fonts/map/{dvips,pdftex,}//

TEXFONTMAPS   =
.;$TEXMF/fonts/map/{$progname,$engine,pdftex,dvips,}//;$TEXMF/{$progname,$engine,pdftex,dvips}/{config,}//

(Though it makes no sense that xetex reads dvips maps as it cannot
interpret them anyway, and some more polishing could be done, but
that's something completely unrelated again.)

Another thought is that I could have incompatible libraries, but I
didn't change that recently (and it broke two days ago).

I would be greatful for any hints about where to look for a solution,
     Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: !pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found
  2008-02-07 14:14 !pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found Mojca Miklavec
@ 2008-02-07 15:02 ` Hans Hagen
  2008-02-07 15:27   ` Mojca Miklavec
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2008-02-07 15:02 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Mojca Miklavec wrote:
> Hello,
> 
> I don't quite understand why, but my distribution became broken at
> some random time point (I do not remember doing anything special in
> the meantime). I have installed ConTeXt from scratch, but the same
> problem persists:

is your cont-sys.tex  or rme file gone? you need to set things like

\autoloadmapfilestrue


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: !pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found
  2008-02-07 15:02 ` Hans Hagen
@ 2008-02-07 15:27   ` Mojca Miklavec
  0 siblings, 0 replies; 3+ messages in thread
From: Mojca Miklavec @ 2008-02-07 15:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Feb 7, 2008 4:02 PM, Hans Hagen wrote:
> Mojca Miklavec wrote:
> > Hello,
> >
> > I don't quite understand why, but my distribution became broken at
> > some random time point (I do not remember doing anything special in
> > the meantime). I have installed ConTeXt from scratch, but the same
> > problem persists:
>
> is your cont-sys.tex  or rme file gone? you need to set things like
>
> \autoloadmapfilestrue

Arghhhhhhh!!!

Please do not ask me how that was possible. I have created
cont-sys.tex and it automagically started to work. When comparing the
logs I have found out the following line:

system          : cont-sys.rme loaded
(./cont-sys.rme)
bodyfont        : 12pt rm is loaded

and then discovered that there was a file cont-sys.rme present in the
folder. But I have no idea how it came there nor where it came from as
it's considerably different from the one in distribution:

%D \module
%D   [       file=cont-sys,
%D        version=1995.10.10,
%D          title=\CONTEXT\ Miscellaneous Macros,
%D       subtitle=System Specific Setups,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for
%C details.

\unprotect

% Here you can take care of overloading some (style)
% defaults. What goes here, depends on your local system.
%
% The following commands sets the default font encoding:
%
% \setupencoding [\s!default=ec]
%
% You can let \CONTEXT\ load the map files for \PDFTEX.
%
% \autoloadmapfilestrue
%
% If you use the more verbose naming scheme, uncomment this:
%
% \usetypescript [map] [default,\defaultencoding]
%
% or :
%
% \usetypescript [map] [all]
%
% In case you have set psfonts.map already, you can comment
% the following lines. Beware: pdftex uses the fontname
% (second entry on map file lines) for (not so) clever
% remapping, so in case of troubles, remove the names (is

Thanks a lot for the valuable remark,
    Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-02-07 15:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-07 14:14 !pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found Mojca Miklavec
2008-02-07 15:02 ` Hans Hagen
2008-02-07 15:27   ` Mojca Miklavec

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).