ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Installing Minimals Fails
@ 2008-09-23 21:20 Erich R Fickel
  2008-09-24  7:17 ` Mojca Miklavec
  0 siblings, 1 reply; 5+ messages in thread
From: Erich R Fickel @ 2008-09-23 21:20 UTC (permalink / raw)
  To: ntg-context

I am having trouble installing the context minimals. I am using Linux 
(Xandros 4.5, Debian Etch). During execution of first-setup.sh, I 
receive the following year:

---------
loading         : Context Page Macros / Layout Specification
)
! I can't find file `page-log.tex'.
<to be read again>
                   \relax
l.371 \loadcorefile{page-log.tex}

(Press Enter to retry, or Control-D to exit)
Please type another input file name:
---------

I do hope someone can help. The minimals seem to be my only path to a 
working Context that is not too old. None of the texlive-2007 packages 
will install.

-Erich Fickel
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Installing Minimals Fails
  2008-09-23 21:20 Installing Minimals Fails Erich R Fickel
@ 2008-09-24  7:17 ` Mojca Miklavec
  2008-09-24  8:52   ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Mojca Miklavec @ 2008-09-24  7:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Sep 23, 2008 at 11:20 PM, Erich R Fickel wrote:
> I am having trouble installing the context minimals. I am using Linux
> (Xandros 4.5, Debian Etch). During execution of first-setup.sh, I
> receive the following year:
>
> ---------
> loading         : Context Page Macros / Layout Specification
> )
> ! I can't find file `page-log.tex'.
> <to be read again>
>                   \relax
> l.371 \loadcorefile{page-log.tex}

Hello Erich,

That file seems to be missing in beta (renamed to page-log.mkii). Hans?

As a temporary remedy, try to edit first-setup.sh and change
--contex=beta into --context=current.

Mojca
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Installing Minimals Fails
  2008-09-24  7:17 ` Mojca Miklavec
@ 2008-09-24  8:52   ` Hans Hagen
  2008-09-24  9:07     ` luatex run: edit (E) on syntax error Alan BRASLAU
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2008-09-24  8:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Mojca Miklavec wrote:
> On Tue, Sep 23, 2008 at 11:20 PM, Erich R Fickel wrote:
>> I am having trouble installing the context minimals. I am using Linux
>> (Xandros 4.5, Debian Etch). During execution of first-setup.sh, I
>> receive the following year:
>>
>> ---------
>> loading         : Context Page Macros / Layout Specification
>> )
>> ! I can't find file `page-log.tex'.
>> <to be read again>
>>                   \relax
>> l.371 \loadcorefile{page-log.tex}
> 
> Hello Erich,
> 
> That file seems to be missing in beta (renamed to page-log.mkii). Hans?

uploading now ... so goven mojca's hourly sync, the beta minimals should 
be ok in   half an hour

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* luatex run: edit (E) on syntax error
  2008-09-24  8:52   ` Hans Hagen
@ 2008-09-24  9:07     ` Alan BRASLAU
  2008-09-24  9:42       ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Alan BRASLAU @ 2008-09-24  9:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

(Learning to use mkIV under Debian)

Under luatex (texexec --lua)
it seems that choosing to edit (E)
the source file upon detection of a
syntax error echos
"You want to edit file ./filename.tex at line 68"
and then continues without launching
the editor.

Has anyone else seen this?
(of course, NOBODY other than
myself makes syntax errors!)

Thanks,

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: luatex run: edit (E) on syntax error
  2008-09-24  9:07     ` luatex run: edit (E) on syntax error Alan BRASLAU
@ 2008-09-24  9:42       ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2008-09-24  9:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Alan BRASLAU wrote:
> Hello,
> 
> (Learning to use mkIV under Debian)
> 
> Under luatex (texexec --lua)
> it seems that choosing to edit (E)
> the source file upon detection of a
> syntax error echos
> "You want to edit file ./filename.tex at line 68"
> and then continues without launching
> the editor.

got disabled  when we foun dout some serious problems with it



-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-09-24  9:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-23 21:20 Installing Minimals Fails Erich R Fickel
2008-09-24  7:17 ` Mojca Miklavec
2008-09-24  8:52   ` Hans Hagen
2008-09-24  9:07     ` luatex run: edit (E) on syntax error Alan BRASLAU
2008-09-24  9:42       ` Hans Hagen

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