ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "George N. White III" <WhiteG@mar.dfo-mpo.gc.ca>
Cc: Berend de Boer <berend@pobox.com>, Hans Hagen <pragma@wxs.nl>,
	ConTeXt mailinglist <ntg-context@ntg.nl>
Subject: Re: latest context problems
Date: Mon, 19 Nov 2001 13:22:23 -0400 (AST)	[thread overview]
Message-ID: <Pine.GSO.4.40.0111191148370.1141-100000@emerald.bio.dfo.ca> (raw)
In-Reply-To: <Pine.GSO.4.40.0111170930180.24669-100000@emerald.bio.dfo.ca>

I've tracked down a few more problems with texexec on SGI Irix:

1.  teTeX (from SGI freeware) had "EC.enc" but not "ec.enc",
so afm2tfm complained about not finding "ec.enc".  This would not be
a problem on systems that don't respect case in filenames.

2.  TEXPSHEADERS is indeed the place to check for map files:

$ kpsewhich --expand-path=\$TEXPSHEADERS

includes the texmf-fonts/pdftex/config directory

3.  There are two places in texfont.pl that set variables
using `kpsewhich -expand-path=\$$variable`.  SGI Irix
needs `kpsewhich -expand-path=\\\$$variable`

4.  texfont.pl doesn't use TEXMFFONTS to get the fontpath.  I added a
line:

if ($installpath eq "") { $installpath = "TEXMFFONTS" }

With these changes, the  context/data/type-tmf.dat batch file
works.

-- 
George N. White III <gnw3@acm.org> Bedford Institute of Oceanography


  parent reply	other threads:[~2001-11-19 17:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-16 12:36 Berend de Boer
2001-11-16 13:17 ` Hans Hagen
2001-11-16 14:15   ` Berend de Boer
2001-11-16 14:45     ` Hans Hagen
2001-11-16 16:22       ` Berend de Boer
2001-11-16 16:52         ` Hans Hagen
2001-11-17  8:43           ` Berend de Boer
2001-11-17 13:49             ` George N. White III
2001-11-17 18:38               ` Olaf Weber
2001-11-19 17:22               ` George N. White III [this message]
2001-11-19 18:48                 ` Berend de Boer
2001-11-16 14:46   ` Berend de Boer
2001-11-16 16:44     ` latest context problems / map explanation Hans Hagen
2001-11-16 16:00   ` latest context problems George N. White III
     [not found]   ` <Pine.GSO.4.40.0111161012440.29583-100000@emerald.bio.dfo.c a>
2001-11-16 17:07     ` Hans Hagen
2001-11-16 18:28       ` Tobias Burnus
2001-11-16 21:05       ` Re[2]: " Giuseppe Bilotta

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=Pine.GSO.4.40.0111191148370.1141-100000@emerald.bio.dfo.ca \
    --to=whiteg@mar.dfo-mpo.gc.ca \
    --cc=berend@pobox.com \
    --cc=ntg-context@ntg.nl \
    --cc=pragma@wxs.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).