ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: The usual install problem.
  2002-02-23  0:39 The usual install problem John Culleton
@ 2002-02-21  8:36 ` David Antos
  2002-02-21  9:15   ` Taco Hoekwater
  2002-02-21 15:20 ` W. Egger
  2002-02-25 13:51 ` Hans Hagen
  2 siblings, 1 reply; 15+ messages in thread
From: David Antos @ 2002-02-21  8:36 UTC (permalink / raw)
  Cc: NTG ConTeXt Mailing List

On Fri, Feb 22, 2002 at 07:39:58PM -0500, John Culleton wrote:
> OK I downloaded the zip file, unzipped it in /usr/share/texmf,
> tweaked wht files the installation instructions said to tweak
> and then tried to generate formats per page 6. When I run
> texexec -- make en nl
> 
> I get 
> TeXExec 1.9 - ConTeXt / PRAGMA ADE 1997-2000
>  
> fmtutil: no info for format `cont-en'.
> fmtutil: no info for format `cont-nl'.
>  
>             executable : pdfetex
>              format(s) : en nl
> Now teacher, what did I forget to do? Or should I have bypassed this 
> step
> altogether?
> 
> John Culleton

Is your TeX able to find the files? Have you rebuit the ls-R database?
BTW, the space between '--' and 'make' is not OK, but seems like a typo
in the mail only :-).

David


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

* Re: The usual install problem.
  2002-02-21  8:36 ` David Antos
@ 2002-02-21  9:15   ` Taco Hoekwater
  0 siblings, 0 replies; 15+ messages in thread
From: Taco Hoekwater @ 2002-02-21  9:15 UTC (permalink / raw)
  Cc: john, ntg-context

> > fmtutil: no info for format `cont-en'.
> > fmtutil: no info for format `cont-nl'.

fmtutil (the format generation program) of teTex doesn't know 
how to generate the context formats.

The commmand:

  kpsewhich fmtutil.cnf

should give you the location of fmtutil.cnf, the file
teTeX uses for format information. Open it in an editor
and remove the comment signs before the lines that start
with 'cont-'.

If that didn't work (and only then), try

	texexec --make en nl --alone

-- 
groeten,

Taco


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

* Re: The usual install problem.
  2002-02-23  0:39 The usual install problem John Culleton
  2002-02-21  8:36 ` David Antos
@ 2002-02-21 15:20 ` W. Egger
  2002-02-25 13:51 ` Hans Hagen
  2 siblings, 0 replies; 15+ messages in thread
From: W. Egger @ 2002-02-21 15:20 UTC (permalink / raw)
  Cc: ntg-context

Hi John,

Can texexc find the necessary files (run mktexlsr)?
Are the respective lines in fmtutil.cnf uncommented?

By the way your texexec is definitely old. Actual version is 2.6

AFAIK texexec.pl (as the other perl files) is not copied automatically into
the bin directory.

Willi
----- Original Message -----
From: John Culleton <john@wexfordpress.com>
To: <ntg-context@ntg.nl>
Sent: Saturday, February 23, 2002 1:39 AM
Subject: The usual install problem.

> OK I downloaded the zip file, unzipped it in /usr/share/texmf,
> tweaked wht files the installation instructions said to tweak
> and then tried to generate formats per page 6. When I run
> texexec -- make en nl
>
> I get
> TeXExec 1.9 - ConTeXt / PRAGMA ADE 1997-2000
>
> fmtutil: no info for format `cont-en'.
> fmtutil: no info for format `cont-nl'.
>
>             executable : pdfetex
>              format(s) : en nl
> Now teacher, what did I forget to do? Or should I have bypassed this
> step
> altogether?
>
> John Culleton


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

* The usual install problem.
@ 2002-02-23  0:39 John Culleton
  2002-02-21  8:36 ` David Antos
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: John Culleton @ 2002-02-23  0:39 UTC (permalink / raw)


OK I downloaded the zip file, unzipped it in /usr/share/texmf,
tweaked wht files the installation instructions said to tweak
and then tried to generate formats per page 6. When I run
texexec -- make en nl

I get 
TeXExec 1.9 - ConTeXt / PRAGMA ADE 1997-2000

fmtutil: no info for format `cont-en'.
fmtutil: no info for format `cont-nl'.

            executable : pdfetex
             format(s) : en nl
Now teacher, what did I forget to do? Or should I have bypassed this 
step
altogether?

John Culleton


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

* Re: The usual install problem.
  2002-02-23  0:39 The usual install problem John Culleton
  2002-02-21  8:36 ` David Antos
  2002-02-21 15:20 ` W. Egger
@ 2002-02-25 13:51 ` Hans Hagen
  2002-02-25 19:42   ` Frans Goddijn
  2002-02-25 21:36   ` Re[2]: " Giuseppe Bilotta
  2 siblings, 2 replies; 15+ messages in thread
From: Hans Hagen @ 2002-02-25 13:51 UTC (permalink / raw)
  Cc: ntg-context

At 07:39 PM 2/22/2002 -0500, you wrote:
>OK I downloaded the zip file, unzipped it in /usr/share/texmf,
>tweaked wht files the installation instructions said to tweak
>and then tried to generate formats per page 6. When I run
>texexec -- make en nl
>
>I get
>TeXExec 1.9 - ConTeXt / PRAGMA ADE 1997-2000
>
>fmtutil: no info for format `cont-en'.
>fmtutil: no info for format `cont-nl'.
>
>             executable : pdfetex
>              format(s) : en nl
>Now teacher, what did I forget to do? Or should I have bypassed this
>step

texexec --make --alone

then (if needed) move the *.efmt *.mem files to the path reported by 
"kpsewhich tex.fmt" and run "mktexlsr"

>altogether?

this sounds like an awful old set of files since we now have texexec 2.7

can you fetch the beta from www.pragma-pod.nl (or ds035.xs4all.nl)?

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       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
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------


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

* Re: The usual install problem.
  2002-02-25 13:51 ` Hans Hagen
@ 2002-02-25 19:42   ` Frans Goddijn
  2002-02-25 20:02     ` Frans Goddijn
  2002-02-25 21:36   ` Re[2]: " Giuseppe Bilotta
  1 sibling, 1 reply; 15+ messages in thread
From: Frans Goddijn @ 2002-02-25 19:42 UTC (permalink / raw)


> can you fetch the beta from www.pragma-pod.nl 

gives me "Deze domeinnaam is gereserveerd door een klant van XS4ALL"

> (or http://ds035.xs4all.nl)?

that works!

Frans


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

* Re: The usual install problem.
  2002-02-25 19:42   ` Frans Goddijn
@ 2002-02-25 20:02     ` Frans Goddijn
  0 siblings, 0 replies; 15+ messages in thread
From: Frans Goddijn @ 2002-02-25 20:02 UTC (permalink / raw)


> > (or http://ds035.xs4all.nl)?
>
> that works!

What's more, a basic example font test file with my fonts that Taco sent me,
did not work entirely with the latest ConTeXt file on www.ntg.nl but it did
after I could download the "latest beta" from the site you mention above.

So I advise anyone to try http://ds035.xs4all.nl if the proper URL is
unavailable.

Frans


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

* Re[2]: The usual install problem.
  2002-02-25 13:51 ` Hans Hagen
  2002-02-25 19:42   ` Frans Goddijn
@ 2002-02-25 21:36   ` Giuseppe Bilotta
  2002-02-26 11:02     ` Hans Hagen
  1 sibling, 1 reply; 15+ messages in thread
From: Giuseppe Bilotta @ 2002-02-25 21:36 UTC (permalink / raw)
  Cc: ntg-context

Monday, February 25, 2002 Hans Hagen wrote:

HH> texexec --make --alone

By the way, Hans, when I

texexec --make metafun

the metafun.mem file is put together with the (pdfe)TeX formats,
and not together with the other Metapost .mem files. (Using MiKTeX
2.1). Shouldn't this be fixed somehow?

--
Giuseppe "Oblomov" Bilotta
                                --


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

* Re[2]: The usual install problem.
  2002-02-25 21:36   ` Re[2]: " Giuseppe Bilotta
@ 2002-02-26 11:02     ` Hans Hagen
  2002-02-26 21:05       ` Re[3]: " Giuseppe Bilotta
  0 siblings, 1 reply; 15+ messages in thread
From: Hans Hagen @ 2002-02-26 11:02 UTC (permalink / raw)
  Cc: ntg-context

At 10:36 PM 2/25/2002 +0100, Giuseppe Bilotta wrote:

>Monday, February 25, 2002 Hans Hagen wrote:
>
>HH> texexec --make --alone
>
>By the way, Hans, when I
>
>texexec --make metafun
>
>the metafun.mem file is put together with the (pdfe)TeX formats,
>and not together with the other Metapost .mem files. (Using MiKTeX
>2.1). Shouldn't this be fixed somehow?

what does --alone do?

btw, you can set the assiciated env var ($TEXFORMATS or alike) to indicate 
the place or edit texexec.ini

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       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
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------


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

* Re[3]: The usual install problem.
  2002-02-26 11:02     ` Hans Hagen
@ 2002-02-26 21:05       ` Giuseppe Bilotta
  2002-02-27 18:44         ` Hans Hagen
  0 siblings, 1 reply; 15+ messages in thread
From: Giuseppe Bilotta @ 2002-02-26 21:05 UTC (permalink / raw)
  Cc: ntg-context

>>
>>By the way, Hans, when I
>>
>>texexec --make metafun
>>
>>the metafun.mem file is put together with the (pdfe)TeX formats,
>>and not together with the other Metapost .mem files. (Using MiKTeX
>>2.1). Shouldn't this be fixed somehow?

HH> what does --alone do?

The same. Puts it in the wrong place.

The problem as I see it is that RunMpFormat uses
LocatedFormatPath, which is wrong because the .mem path is usually
different from the .fmt path.

--
Giuseppe "Oblomov" Bilotta


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

* Re[3]: The usual install problem.
  2002-02-26 21:05       ` Re[3]: " Giuseppe Bilotta
@ 2002-02-27 18:44         ` Hans Hagen
  2002-02-28 10:53           ` Re[4]: " Giuseppe Bilotta
  0 siblings, 1 reply; 15+ messages in thread
From: Hans Hagen @ 2002-02-27 18:44 UTC (permalink / raw)
  Cc: ntg-context

At 10:05 PM 2/26/2002 +0100, Giuseppe Bilotta wrote:

> >>
> >>By the way, Hans, when I
> >>
> >>texexec --make metafun
> >>
> >>the metafun.mem file is put together with the (pdfe)TeX formats,
> >>and not together with the other Metapost .mem files. (Using MiKTeX
> >>2.1). Shouldn't this be fixed somehow?
>
>HH> what does --alone do?
>
>The same. Puts it in the wrong place.
>
>The problem as I see it is that RunMpFormat uses
>LocatedFormatPath, which is wrong because the .mem path is usually
>different from the .fmt path.

You can set both

TeXFormatPath
MpFormatPath

in texexec.ini

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       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
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------


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

* Re[4]: The usual install problem.
  2002-02-27 18:44         ` Hans Hagen
@ 2002-02-28 10:53           ` Giuseppe Bilotta
  2002-02-28 11:55             ` Hans Hagen
  0 siblings, 1 reply; 15+ messages in thread
From: Giuseppe Bilotta @ 2002-02-28 10:53 UTC (permalink / raw)
  Cc: ntg-context

Wednesday, February 27, 2002 Hans Hagen wrote:
>>
>>The problem as I see it is that RunMpFormat uses
>>LocatedFormatPath, which is wrong because the .mem path is usually
>>different from the .fmt path.

HH> You can set both

HH> TeXFormatPath
HH> MpFormatPath

HH> in texexec.ini

I will. But it would be nice if TeXExec did it on its own ;-)

--
Giuseppe "Oblomov" Bilotta


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

* Re[4]: The usual install problem.
  2002-02-28 10:53           ` Re[4]: " Giuseppe Bilotta
@ 2002-02-28 11:55             ` Hans Hagen
  2002-03-01 13:18               ` Re[5]: " Giuseppe Bilotta
  2002-03-02 13:41               ` Giuseppe Bilotta
  0 siblings, 2 replies; 15+ messages in thread
From: Hans Hagen @ 2002-02-28 11:55 UTC (permalink / raw)
  Cc: ntg-context

At 11:53 AM 2/28/2002 +0100, Giuseppe Bilotta wrote:

>Wednesday, February 27, 2002 Hans Hagen wrote:
> >>
> >>The problem as I see it is that RunMpFormat uses
> >>LocatedFormatPath, which is wrong because the .mem path is usually
> >>different from the .fmt path.
>
>HH> You can set both
>
>HH> TeXFormatPath
>HH> MpFormatPath
>
>HH> in texexec.ini
>
>I will. But it would be nice if TeXExec did it on its own ;-)

not for miktex i'm afraid

Hans

-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       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
-------------------------------------------------------------------------
                                   fall-back web server: 
www.pragma-pod.nl
-------------------------------------------------------------------------


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

* Re[5]: The usual install problem.
  2002-02-28 11:55             ` Hans Hagen
@ 2002-03-01 13:18               ` Giuseppe Bilotta
  2002-03-02 13:41               ` Giuseppe Bilotta
  1 sibling, 0 replies; 15+ messages in thread
From: Giuseppe Bilotta @ 2002-03-01 13:18 UTC (permalink / raw)
  Cc: ntg-context

Thursday, February 28, 2002 Hans Hagen wrote:

>>
>>I will. But it would be nice if TeXExec did it on its own ;-)

HH> not for miktex i'm afraid

Uhm. MiKTeX has a "web2c compatibility" program, and kpsewhich
--show-path=fmt works indeed. The problem is that kpsewhich
--show-path=mem does not. I'll report this to Christian Schenk.

Of course one could use the 'dirty' trick of changing the last fmt
in path to mem, according to the TDS.

--
Giuseppe "Oblomov" Bilotta


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

* Re[5]: The usual install problem.
  2002-02-28 11:55             ` Hans Hagen
  2002-03-01 13:18               ` Re[5]: " Giuseppe Bilotta
@ 2002-03-02 13:41               ` Giuseppe Bilotta
  1 sibling, 0 replies; 15+ messages in thread
From: Giuseppe Bilotta @ 2002-03-02 13:41 UTC (permalink / raw)
  Cc: ntg-context

Thursday, February 28, 2002 Hans Hagen wrote:
>>
>>I will. But it would be nice if TeXExec did it on its own ;-)

HH> not for miktex i'm afraid

Ok, I filed the enhancement request to add mem for the filetypes
searched for by kpsewhich. (Yes, MiKTeX 2.1 comes with a Web2C
emulation package which has the kpsewhich program.)

Anyway, for a 'native' MiKTeX solution to the automatic format
generation/placement:

makemem metafun

will create metafun and put it in the right folder (if you want to
know the folder, you can analyze the output from

makemem metafun -n

which in the butlast line says

move metafun.mem c:\localtexmf\miktex\mem

and so you get to know where .mem go).

--
Giuseppe "Oblomov" Bilotta


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

end of thread, other threads:[~2002-03-02 13:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-23  0:39 The usual install problem John Culleton
2002-02-21  8:36 ` David Antos
2002-02-21  9:15   ` Taco Hoekwater
2002-02-21 15:20 ` W. Egger
2002-02-25 13:51 ` Hans Hagen
2002-02-25 19:42   ` Frans Goddijn
2002-02-25 20:02     ` Frans Goddijn
2002-02-25 21:36   ` Re[2]: " Giuseppe Bilotta
2002-02-26 11:02     ` Hans Hagen
2002-02-26 21:05       ` Re[3]: " Giuseppe Bilotta
2002-02-27 18:44         ` Hans Hagen
2002-02-28 10:53           ` Re[4]: " Giuseppe Bilotta
2002-02-28 11:55             ` Hans Hagen
2002-03-01 13:18               ` Re[5]: " Giuseppe Bilotta
2002-03-02 13:41               ` Giuseppe Bilotta

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