ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Re: Problem running ConTeXt (cont-en.efmt not found..)
       [not found] <1060243655.10514.12.camel@JBC.yorkref.com>
@ 2003-08-07  9:38 ` Jules Colding
  2003-08-07 10:02   ` Patrick Gundlach
                     ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jules Colding @ 2003-08-07  9:38 UTC (permalink / raw)


On Thu, 2003-08-07 at 10:07, Jules Colding wrote:
> -----Forwarded Message-----
> 
> > From: Patrick Gundlach <pg@levana.de>
> > To: ntg-context@ntg.nl
> > Subject: [NTG-context] Re: Problem running ConTeXt (cont-en.efmt not found..)
> > Date: 06 Aug 2003 21:49:05 +0200
> > 
> > Jules Colding <JuBColding@yorkref.com> writes:
> > 
> > Hi Jules,
> > 
> > > "texexec --make en de dl" command, but that one fails with:
> > >
> > > ################# CUT ##################### 
> > >  TeXExec 3.2 - ConTeXt / PRAGMA ADE 1997-2003
> > >  
> > > fmtutil: no info for format `cont-en'.
> > > fmtutil: no info for format `cont-de'.
> > > fmtutil: no info for format `cont-nl'.
> > 
> > There are probably two possible ways (I only use the fist alternative)
> > 
> > 1) run 
> > texexec --make --alone en de dl metafun
> > 
> > and copy the resulting efmt and mem files to the appropiate places.
> > (texmf/web2c/)
> > 

I did just that, but running texexec on test.tex gives:

#################### CUT ########################
[JuBColding@apollo context]$ texexec test.tex
 
 TeXExec 3.2 - ConTeXt / PRAGMA ADE 1997-2003
 
            executable : pdfetex
                format : cont-en
             inputfile : test
                output : dvips
             interface : en
          current mode : none
               TeX run : 1
 
This is pdfeTeX, Version 3.14159-14h-released-20010417-2.1 (Web2C
7.3.3.1)
Sorry, I can't find the format `cont-en.efmt'; will try `context.efmt'.
I can't find the format file `context.efmt'!
 
           return code : 256
              run time : 1 seconds
 
        total run time : 1 seconds
[JuBColding@apollo context]$
#################### CUT ########################

So, what is wrong with my setup?


Thanks,
  jules

> (btw. what is dl?)

dl is just a typo..

-- 
Jules Colding <JuBColding@yorkref.com>
York Refrigeration

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

* Re: Problem running ConTeXt (cont-en.efmt not found..)
  2003-08-07  9:38 ` Re: Problem running ConTeXt (cont-en.efmt not found..) Jules Colding
@ 2003-08-07 10:02   ` Patrick Gundlach
       [not found]   ` <m21xvx23bh.fsf@burger.local.>
  2003-08-07 17:10   ` darnold
  2 siblings, 0 replies; 4+ messages in thread
From: Patrick Gundlach @ 2003-08-07 10:02 UTC (permalink / raw)


Jules Colding <JuBColding@yorkref.com> writes:

Hello again,

>> > 1) run 
>> > texexec --make --alone en de dl metafun
>> > 
>> > and copy the resulting efmt and mem files to the appropiate places.
>> > (texmf/web2c/)
>> > 
>
> I did just that, but running texexec on test.tex gives:

> Sorry, I can't find the format `cont-en.efmt'; will try `context.efmt'.
> I can't find the format file `context.efmt'!

Well, if TeX can't find something it is looking for, run mktexlsr or
texhash in order to update its database.

Verify with kpsewhich:

pg@burger:~$ kpsewhich cont-en.efmt

(in a terminal)


the output should be something like:

/opt/context/2003.7.21/texmf/web2c/cont-en.efmt



Patrick

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

* Re: Re: Problem running ConTeXt (cont-en.efmt not found..)
       [not found]   ` <m21xvx23bh.fsf@burger.local.>
@ 2003-08-07 11:14     ` Jules Colding
  0 siblings, 0 replies; 4+ messages in thread
From: Jules Colding @ 2003-08-07 11:14 UTC (permalink / raw)


On Thu, 2003-08-07 at 12:02, Patrick Gundlach wrote:
> Jules Colding <JuBColding@yorkref.com> writes:
> 
> Hello again,
> 
> >> > 1) run 
> >> > texexec --make --alone en de dl metafun
> >> > 
> >> > and copy the resulting efmt and mem files to the appropiate places.
> >> > (texmf/web2c/)
> >> > 
> >
> > I did just that, but running texexec on test.tex gives:
> 
> > Sorry, I can't find the format `cont-en.efmt'; will try `context.efmt'.
> > I can't find the format file `context.efmt'!
> 
> Well, if TeX can't find something it is looking for, run mktexlsr or
> texhash in order to update its database.

Thanks a lot! That worked :-)

-- 
  jules

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

* Re: Re: Problem running ConTeXt (cont-en.efmt not found..)
  2003-08-07  9:38 ` Re: Problem running ConTeXt (cont-en.efmt not found..) Jules Colding
  2003-08-07 10:02   ` Patrick Gundlach
       [not found]   ` <m21xvx23bh.fsf@burger.local.>
@ 2003-08-07 17:10   ` darnold
  2 siblings, 0 replies; 4+ messages in thread
From: darnold @ 2003-08-07 17:10 UTC (permalink / raw)


Jules,

On some systems, when you run texexec --make --alone, the format files are
put automatically in the correct place. On others, they're not. For
example, if you are on:

c:\temp

And you run texexec --make --alone, then the format files might wind up in
c:\temp and you have to manually move them to the correct place (In
Miktex, on my system, that's to c:\localtexmf\miktex\fmt and
c:\localtexmf\miktex\mem. Then you have to refresh the filename database.

Hope this helps.

> On Thu, 2003-08-07 at 10:07, Jules Colding wrote:
>> -----Forwarded Message-----
>>
>> > From: Patrick Gundlach <pg@levana.de>
>> > To: ntg-context@ntg.nl
>> > Subject: [NTG-context] Re: Problem running ConTeXt (cont-en.efmt not
>> found..) Date: 06 Aug 2003 21:49:05 +0200
>> >
>> > Jules Colding <JuBColding@yorkref.com> writes:
>> >
>> > Hi Jules,
>> >
>> > > "texexec --make en de dl" command, but that one fails with:
>> > >
>> > > ################# CUT #####################
>> > >  TeXExec 3.2 - ConTeXt / PRAGMA ADE 1997-2003
>> > >
>> > > fmtutil: no info for format `cont-en'.
>> > > fmtutil: no info for format `cont-de'.
>> > > fmtutil: no info for format `cont-nl'.
>> >
>> > There are probably two possible ways (I only use the fist
>> alternative)
>> >
>> > 1) run
>> > texexec --make --alone en de dl metafun
>> >
>> > and copy the resulting efmt and mem files to the appropiate places.
>> (texmf/web2c/)
>> >
>
> I did just that, but running texexec on test.tex gives:
>
> #################### CUT ########################
> [JuBColding@apollo context]$ texexec test.tex
>
>  TeXExec 3.2 - ConTeXt / PRAGMA ADE 1997-2003
>
>             executable : pdfetex
>                 format : cont-en
>              inputfile : test
>                 output : dvips
>              interface : en
>           current mode : none
>                TeX run : 1
>
> This is pdfeTeX, Version 3.14159-14h-released-20010417-2.1 (Web2C
> 7.3.3.1)
> Sorry, I can't find the format `cont-en.efmt'; will try `context.efmt'.
> I can't find the format file `context.efmt'!
>
>            return code : 256
>               run time : 1 seconds
>
>         total run time : 1 seconds
> [JuBColding@apollo context]$
> #################### CUT ########################
>
> So, what is wrong with my setup?
>
>
> Thanks,
>   jules
>
>> (btw. what is dl?)
>
> dl is just a typo..
>
> --
> Jules Colding <JuBColding@yorkref.com>
> York Refrigeration
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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

end of thread, other threads:[~2003-08-07 17:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1060243655.10514.12.camel@JBC.yorkref.com>
2003-08-07  9:38 ` Re: Problem running ConTeXt (cont-en.efmt not found..) Jules Colding
2003-08-07 10:02   ` Patrick Gundlach
     [not found]   ` <m21xvx23bh.fsf@burger.local.>
2003-08-07 11:14     ` Jules Colding
2003-08-07 17:10   ` darnold

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