ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Matt Gushee <mgushee@havenrock.com>
Subject: pdfetex can't find map files
Date: Tue, 07 Dec 2004 17:48:18 -0700	[thread overview]
Message-ID: <41B64F52.6010109@havenrock.com> (raw)

Aargh!

Font problems again: after not using ConTeXt for a while, I installed 
the December 6 package today, generated formats, copied cont-sys.rme and 
texexec.rme, and so on. Since I recently upgraded my teTeX installation, 
I also edited pdftex.cfg, adding a bunch of

   map +foo

lines--though I guess that's not strictly necessary, since I have

   \autoloadmapfilestrue

in cont-sys.tex.

All my fonts and typescripts are in the same places they were before, 
and it seems they are being found; however, pdfetex seems to be unable 
to use regular TeX fonts (e.g. Computer Modern) because it can't find 
the map files installed by ConTeXt. There are a number error messages 
that look like this (representing all the ConTeXt map files, I think):

   Warning: pdfetex (file original-public-vnr.map): \
     cannot open font map file

The files exist and are world-readable, so the above must mean that 
pdfetex just can't find them.

Now, I did one important thing differently from before: I installed 
ConTeXt under $TEXMFLOCAL, which on my system is /usr/local/share/texmf. 
So the map files in question are in

   /usr/local/share/texmf/fonts/map/pdftex/context/

And I *think* my texmf.cnf is set up correctly:

   TEXMFLOCAL = /usr/local/share/texmf

   TEXMF = {$HOMETEXMF,!!$TEXMFLOCAL,!!$TEXMFMAIN}

   TEXFONTMAPS = .;$TEXMF/fontname;$TEXMF/fonts/map//
     % also TEXFONTMAPS.pdftex and TEXFONTMAPS.pdfetex w/ same values

   TEXINPUTS.pdftex   = .;$TEXMF/{pdftex,tex}/{plain,generic,context,}//
   TEXINPUTS.pdfetex   = \
     .;$TEXMF/{pdfetex,pdftex,etex,tex}/{plain,generic,context,}//
   TEXINPUTS.context = \
     .;$TEXMF/{pdftex,etex,tex}/{context,plain,generic,}//

... and so on.

So, anyone have an idea what I might have missed?

--
Matt Gushee
Englewood, CO, USA

             reply	other threads:[~2004-12-08  0:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-08  0:48 Matt Gushee [this message]
2004-12-08 10:39 ` Patrick Gundlach
2004-12-08 13:58   ` Matt Gushee
2004-12-08 14:09     ` Patrick Gundlach
2004-12-08 23:23       ` Matt Gushee
2004-12-11  1:11 ` SOLVED -- " Matt Gushee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41B64F52.6010109@havenrock.com \
    --to=mgushee@havenrock.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).