!pdfTeX error: pdftex (file lmmi12): Font lmmi12 at 600 not found
pdftex --version
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"
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
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 -----------------------------------------------------------------
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
participants (2)
-
Hans Hagen
-
Mojca Miklavec