ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Cc: "ntg-context" <ntg-context@ntg.nl>
Subject: Re: I'm stumied...
Date: Thu, 19 Oct 2000 10:14:26 +0200	[thread overview]
Message-ID: <3.0.6.32.20001019101426.008f5230@pop.wxs.nl> (raw)
In-Reply-To: <000701c03938$170db520$0100a8c0@xs4all.nl>

At 09:17 PM 10/18/00 +0200, Willi Egger wrote:
>Hi all,
>
>I posted a mail a couple of hours ago. - I was wrong, because I found out,
>that I had the format fiile generated on a wrong place ( I was mislead
>because of the fact, that texexec moves the files to the correct position in
>a Windows environment). - So this problem I solved myself.
>
>Unfortunately I run into another struggle. After having created the
>directories texmf-var/web2c as asked for by fmtutil, I have the pdfetex.efmt
>format file generated and I have the ls-R database updated. - When starting
>texexec I get the stumied-message caused by pdfetex. - Becaue I was not sure
>how to handle the difference in TeX-tree setup asked by fmtutil and the
>actually installed present tree, I tried also to insert the new format files
>in the old tree (texmf/web2c). - Still I get the stumied-message after
>starting texexec.
>
>Is there anyone who can give me a hint how to tackle the problem?

There is a difference between win and linux. On linux the formats may go to
the "texmf-var" area and to what extend this succeeds depends on all kind
of settings. Part of this is hard codes in fmtutil. 

Although a mixed win/linux setup is possible it's not trivial if you run
multiple trees too.  Here I manage thos with sets of env vars (needed
because I also run different pdftex's on win and linux which means that the
pool files don't match, and thereby the fmt not too). 

TEXMFCNF=C:/LOCAL/CONTEXT/TEXMF/WEB2C
TEXMFMAIN=C:/LOCAL/TEX/TEXMF
TEXMFLOCAL=C:/LOCAL/TEX/TEXMF-LOCAL
VARTEXMF=C:/LOCAL/TEX/TEXMF-VAR
HOMETEXMF=C:/LOCAL/CONTEXT/TEXMF
CONTEXTPATH=C:/LOCAL/CONTEXT
TEMPFONTPATH=C:/TEMP
TEXFORMATS=C:/LOCAL/TEX/TEXMF-MSWIN/WEB2C
MFBASES=C:/LOCAL/TEX/TEXMF-MSWIN/WEB2C
MPMEMS=C:/LOCAL/TEX/TEXMF-MSWIN/WEB2C
TEXPOOL=C:/LOCAL/TEX/TEXMF-MSWIN/WEB2C
MFPOOL=C:/LOCAL/TEX/TEXMF-MSWIN/WEB2C
MPPOOL=C:/LOCAL/TEX/TEXMF-MSWIN/WEB2C

this works well with 

texexec --make --alone en nl 

which means that texexec will not use fmtutil 

Actually, texexec can make formats without assistence, but on linux fmtutil
also takes care of some privelige settings. 

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


      parent reply	other threads:[~2000-10-19  8:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-18 19:17 Willi Egger
2000-10-19  3:31 ` Mr. Wang Lei
2000-10-19  8:14 ` Hans Hagen [this message]

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=3.0.6.32.20001019101426.008f5230@pop.wxs.nl \
    --to=pragma@wxs.nl \
    --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).