ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Missing cont-fil on minimals ?
@ 2010-10-18 10:28 luigi scarso
  2010-10-18 11:36 ` Hans Hagen
  0 siblings, 1 reply; 13+ messages in thread
From: luigi scarso @ 2010-10-18 10:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Today, first-setup.sh on my linux box says:
! I can't find file `cont-fil'.
<to be read again>
                   \relax
l.117 \loadcorefile{cont-fil}


-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-18 10:28 Missing cont-fil on minimals ? luigi scarso
@ 2010-10-18 11:36 ` Hans Hagen
  2010-10-18 16:28   ` Henning Hraban Ramm
  2010-10-20 22:04   ` Alan BRASLAU
  0 siblings, 2 replies; 13+ messages in thread
From: Hans Hagen @ 2010-10-18 11:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 18-10-2010 12:28, luigi scarso wrote:
> Today, first-setup.sh on my linux box says:
> ! I can't find file `cont-fil'.
> <to be read again>
>                     \relax
> l.117 \loadcorefile{cont-fil}

in context.mkii/mkiv :

\loadmarkfile{cont-fil}

I moved some more files to the mkii/mkiv namespace.

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-18 11:36 ` Hans Hagen
@ 2010-10-18 16:28   ` Henning Hraban Ramm
  2010-10-18 16:35     ` Arthur Reutenauer
  2010-10-20 22:04   ` Alan BRASLAU
  1 sibling, 1 reply; 13+ messages in thread
From: Henning Hraban Ramm @ 2010-10-18 16:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 2010-10-18 um 13:36 schrieb Hans Hagen:

> On 18-10-2010 12:28, luigi scarso wrote:
>> Today, first-setup.sh on my linux box says:
>> ! I can't find file `cont-fil'.
>> <to be read again>
>>                    \relax
>> l.117 \loadcorefile{cont-fil}
>
> in context.mkii/mkiv :
>
> \loadmarkfile{cont-fil}
>
> I moved some more files to the mkii/mkiv namespace.


Same here (OSX-intel, but the problem isn't OS dependent).

Hans, I don't understand what you want to say.
I get the same error, so with the current beta ConTeXt (i.e. format  
generation) just doesn't work.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-18 16:28   ` Henning Hraban Ramm
@ 2010-10-18 16:35     ` Arthur Reutenauer
  2010-10-18 18:21       ` Henning Hraban Ramm
  0 siblings, 1 reply; 13+ messages in thread
From: Arthur Reutenauer @ 2010-10-18 16:35 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> Hans, I don't understand what you want to say.

  Hans says that you have to change \loadcorefile{cont-fil} to
\loadmarkfile{cont-fil} in context.mkii and context.mkiv because the
file used to be called cont-fil.tex and has now been renamed
cont-fil.mkii and cont-fil.mkiv for Mark II and Mark IV respectively.

	Arthur
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-18 16:35     ` Arthur Reutenauer
@ 2010-10-18 18:21       ` Henning Hraban Ramm
  2010-10-18 18:31         ` Arthur Reutenauer
  0 siblings, 1 reply; 13+ messages in thread
From: Henning Hraban Ramm @ 2010-10-18 18:21 UTC (permalink / raw)
  To: Mailing list for ConTeXt users


Am 2010-10-18 um 18:35 schrieb Arthur Reutenauer:

>> Hans, I don't understand what you want to say.
>
>  Hans says that you have to change \loadcorefile{cont-fil} to
> \loadmarkfile{cont-fil} in context.mkii and context.mkiv because the
> file used to be called cont-fil.tex and has now been renamed
> cont-fil.mkii and cont-fil.mkiv for Mark II and Mark IV respectively.

Thank you, got that (i.e. changed it in context.mkii and  
context.mkiv), but it's to be changed in the distribution - my local  
changes get overwritten at the next update, of course.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-18 18:21       ` Henning Hraban Ramm
@ 2010-10-18 18:31         ` Arthur Reutenauer
  2010-10-19 20:48           ` Henning Hraban Ramm
  0 siblings, 1 reply; 13+ messages in thread
From: Arthur Reutenauer @ 2010-10-18 18:31 UTC (permalink / raw)
  To: Mailing list for ConTeXt users

> Thank you, got that (i.e. changed it in context.mkii and context.mkiv), 
> but it's to be changed in the distribution

  It's already changed :-)

	Arthur
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-18 18:31         ` Arthur Reutenauer
@ 2010-10-19 20:48           ` Henning Hraban Ramm
  0 siblings, 0 replies; 13+ messages in thread
From: Henning Hraban Ramm @ 2010-10-19 20:48 UTC (permalink / raw)
  To: Mailing list for ConTeXt users


Am 2010-10-18 um 20:31 schrieb Arthur Reutenauer:

>> Thank you, got that (i.e. changed it in context.mkii and  
>> context.mkiv),
>> but it's to be changed in the distribution
>
>  It's already changed :-)

I just tried to update and get the same problem.


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-18 11:36 ` Hans Hagen
  2010-10-18 16:28   ` Henning Hraban Ramm
@ 2010-10-20 22:04   ` Alan BRASLAU
  2010-10-21  9:16     ` Hans Hagen
  1 sibling, 1 reply; 13+ messages in thread
From: Alan BRASLAU @ 2010-10-20 22:04 UTC (permalink / raw)
  To: ntg-context; +Cc: Hans Hagen

On Monday 18 October 2010 13:36:33 Hans Hagen wrote:
> On 18-10-2010 12:28, luigi scarso wrote:
> > Today, first-setup.sh on my linux box says:
> > ! I can't find file `cont-fil'.
> > <to be read again>
> > 
> >                     \relax
> > 
> > l.117 \loadcorefile{cont-fil}
> 
> in context.mkii/mkiv :
> 
> \loadmarkfile{cont-fil}
> 
> I moved some more files to the mkii/mkiv namespace.

In the latest minimals there is now a path problem with \loadmarkfile.

Alan
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-20 22:04   ` Alan BRASLAU
@ 2010-10-21  9:16     ` Hans Hagen
  2010-10-21  9:30       ` Alan BRASLAU
  0 siblings, 1 reply; 13+ messages in thread
From: Hans Hagen @ 2010-10-21  9:16 UTC (permalink / raw)
  To: Alan BRASLAU; +Cc: ntg-context

On 21-10-2010 12:04, Alan BRASLAU wrote:
> On Monday 18 October 2010 13:36:33 Hans Hagen wrote:
>> On 18-10-2010 12:28, luigi scarso wrote:
>>> Today, first-setup.sh on my linux box says:
>>> ! I can't find file `cont-fil'.
>>> <to be read again>
>>>
>>>                      \relax
>>>
>>> l.117 \loadcorefile{cont-fil}
>>
>> in context.mkii/mkiv :
>>
>> \loadmarkfile{cont-fil}
>>
>> I moved some more files to the mkii/mkiv namespace.
>
> In the latest minimals there is now a path problem with \loadmarkfile.

what is the message

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-21  9:16     ` Hans Hagen
@ 2010-10-21  9:30       ` Alan BRASLAU
  2010-10-21  9:33         ` luigi scarso
  0 siblings, 1 reply; 13+ messages in thread
From: Alan BRASLAU @ 2010-10-21  9:30 UTC (permalink / raw)
  To: Hans Hagen; +Cc: ntg-context

On Thursday 21 October 2010 11:16:06 you wrote:
> 
> what is the message
> 

<+ /home/local/context/beta/tex/texmf-context/tex/context/base/mult-ini.lua>)
! I can't find file `mult-fst.mkiv'.
<to be read again> 
                   \relax 
l.68 \loadmarkfile{mult-fst}
                            
Please type another input file name: 



etc., etc.

The installation can be terminated by inputing the full path:
/home/local/context/beta/tex/texmf-context/tex/context/base/mult-fst.mkiv

etc., etc.

Alan
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-21  9:30       ` Alan BRASLAU
@ 2010-10-21  9:33         ` luigi scarso
  2010-10-21  9:38           ` Alan BRASLAU
  0 siblings, 1 reply; 13+ messages in thread
From: luigi scarso @ 2010-10-21  9:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Thu, Oct 21, 2010 at 11:30 AM, Alan BRASLAU <alan.braslau@cea.fr> wrote:
> On Thursday 21 October 2010 11:16:06 you wrote:
>>
>> what is the message
>>
>
> <+ /home/local/context/beta/tex/texmf-context/tex/context/base/mult-ini.lua>)
> ! I can't find file `mult-fst.mkiv'.
> <to be read again>
>                   \relax
> l.68 \loadmarkfile{mult-fst}
>
> Please type another input file name:
>
>
>
> etc., etc.
>
> The installation can be terminated by inputing the full path:
> /home/local/context/beta/tex/texmf-context/tex/context/base/mult-fst.mkiv
>
> etc., etc.
>
> Alan
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
latest minimals is ok (checked at
gio ott 21 11:33:36 CEST 2010)

-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Missing cont-fil on minimals ?
  2010-10-21  9:33         ` luigi scarso
@ 2010-10-21  9:38           ` Alan BRASLAU
  2010-10-21  9:43             ` luigi scarso
  0 siblings, 1 reply; 13+ messages in thread
From: Alan BRASLAU @ 2010-10-21  9:38 UTC (permalink / raw)
  To: ntg-context

On Thursday 21 October 2010 11:33:59 luigi scarso wrote:
> On Thu, Oct 21, 2010 at 11:30 AM, Alan BRASLAU <alan.braslau@cea.fr> wrote:
> > On Thursday 21 October 2010 11:16:06 you wrote:
> >> what is the message
> > 
> > <+
> > /home/local/context/beta/tex/texmf-context/tex/context/base/mult-ini.lua
> > >) ! I can't find file `mult-fst.mkiv'.
> > <to be read again>
> >                   \relax
> > l.68 \loadmarkfile{mult-fst}
> > 
> > Please type another input file name:
> > 
> > 
> > 
> > etc., etc.
> > 
> > The installation can be terminated by inputing the full path:
> > /home/local/context/beta/tex/texmf-context/tex/context/base/mult-fst.mkiv
> > 
> > etc., etc.
> > 
> > Alan
> 
> latest minimals is ok (checked at
> gio ott 21 11:33:36 CEST 2010)

??? The above error message was produced in real time, using the latest 
minimals:

rsync -ptv --progress rsync://contextgarden.net/minimals/setup/first-setup.sh .
./first-setup.sh --extras=all

Alan
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Missing cont-fil on minimals ?
  2010-10-21  9:38           ` Alan BRASLAU
@ 2010-10-21  9:43             ` luigi scarso
  0 siblings, 0 replies; 13+ messages in thread
From: luigi scarso @ 2010-10-21  9:43 UTC (permalink / raw)
  To: ntg-context

On Thu, Oct 21, 2010 at 11:38 AM, Alan BRASLAU <alan.braslau@cea.fr> wrote:
> On Thursday 21 October 2010 11:33:59 luigi scarso wrote:
>> On Thu, Oct 21, 2010 at 11:30 AM, Alan BRASLAU <alan.braslau@cea.fr> wrote:
>> > On Thursday 21 October 2010 11:16:06 you wrote:
>> >> what is the message
>> >
>> > <+
>> > /home/local/context/beta/tex/texmf-context/tex/context/base/mult-ini.lua
>> > >) ! I can't find file `mult-fst.mkiv'.
>> > <to be read again>
>> >                   \relax
>> > l.68 \loadmarkfile{mult-fst}
>> >
>> > Please type another input file name:
>> >
>> >
>> >
>> > etc., etc.
>> >
>> > The installation can be terminated by inputing the full path:
>> > /home/local/context/beta/tex/texmf-context/tex/context/base/mult-fst.mkiv
>> >
>> > etc., etc.
>> >
>> > Alan
>>
>> latest minimals is ok (checked at
>> gio ott 21 11:33:36 CEST 2010)
>
> ??? The above error message was produced in real time, using the latest
> minimals:
>
> rsync -ptv --progress rsync://contextgarden.net/minimals/setup/first-setup.sh .
> ./first-setup.sh --extras=all
>
> Alan
>
Ah ok, I don't use --extras=all

-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2010-10-21  9:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-18 10:28 Missing cont-fil on minimals ? luigi scarso
2010-10-18 11:36 ` Hans Hagen
2010-10-18 16:28   ` Henning Hraban Ramm
2010-10-18 16:35     ` Arthur Reutenauer
2010-10-18 18:21       ` Henning Hraban Ramm
2010-10-18 18:31         ` Arthur Reutenauer
2010-10-19 20:48           ` Henning Hraban Ramm
2010-10-20 22:04   ` Alan BRASLAU
2010-10-21  9:16     ` Hans Hagen
2010-10-21  9:30       ` Alan BRASLAU
2010-10-21  9:33         ` luigi scarso
2010-10-21  9:38           ` Alan BRASLAU
2010-10-21  9:43             ` luigi scarso

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