From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5261 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?Herv=E9_rouault?= Newsgroups: gmane.comp.tex.context Subject: problem with texexec Date: Mon, 13 Aug 2001 16:12:26 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <002501c12401$fafaeb40$f90c84c3@cybercable.tm.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0022_01C12412.BE5A8860" X-Trace: main.gmane.org 1035395862 32587 80.91.224.250 (23 Oct 2002 17:57:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:57:42 +0000 (UTC) Original-To: "context-list" Xref: main.gmane.org gmane.comp.tex.context:5261 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5261 C'est un message de format MIME en plusieurs parties. ------=_NextPart_000_0022_01C12412.BE5A8860 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I'm a beginner and I try to install context. I use MiKTeX. I read the = minstall file and when I try to execute texexec I get the message : C:\WINDOWS>texexec --make en Missing $ on loop variable at C:\LOCALTEXMF\CONTEXT\PERLTK\TEXEXEC.pl = line 788. The line 788 of texexec.pl is : sub CheckOutputFormat { my $Ok =3D 1 ; if ($OutputFormat ne 'standard') { my @OutputFormat =3D split(/,/,$OutputFormat) ; 788 foreach my $F (@OutputFormat) { if (defined($OutputFormats{lc $F})) { my $OF =3D $OutputFormats{lc $F} ; next if (",$FullFormat," =3D~ /\,$OF\,/) ; if ($FullFormat) { $FullFormat .=3D "," } $FullFormat .=3D "$OutputFormats{lc $F}" } else { $Ok =3D 0 } } if (!$Ok) { print $Help{output} } elsif ($FullFormat) { print OPT "\\setupoutput[$FullFormat]\n" } } unless ($FullFormat) { $FullFormat =3D $OutputFormat } } # 'standard' to terminal Is my texexec.pl correct?? ------=_NextPart_000_0022_01C12412.BE5A8860 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
I'm a beginner and I try to install = context. I use=20 MiKTeX. I read the minstall file and when I try to execute texexec I get = the=20 message :
 
C:\WINDOWS>texexec --make = en
Missing $ on=20 loop variable at C:\LOCALTEXMF\CONTEXT\PERLTK\TEXEXEC.pl line=20 788.
 
The line 788 of texexec.pl is = :
 

      sub CheckOutputFormat

      { my $Ok =3D 1 ;

      if ($OutputFormat ne = 'standard')

      { my @OutputFormat =3D = split(/,/,$OutputFormat)=20 ;

788   foreach my $F (@OutputFormat)

      { if (defined($OutputFormats{lc = $F}))

      { my $OF =3D $OutputFormats{lc $F} = ;

      next if (",$FullFormat," =3D~ = /\,$OF\,/) ;

      if ($FullFormat) { $FullFormat .=3D = "," }

      $FullFormat .=3D "$OutputFormats{lc = $F}" }

      else

      { $Ok =3D 0 } }

      if (!$Ok)

      { print $Help{output} }

      elsif ($FullFormat)

      { print OPT = "\\setupoutput[$FullFormat]\n" }=20 }

      unless ($FullFormat)

      { $FullFormat =3D $OutputFormat } } # = 'standard'=20 to terminal

 

 

Is my texexec.pl=20 correct??

------=_NextPart_000_0022_01C12412.BE5A8860-- From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5262 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: problem with texexec Date: Mon, 13 Aug 2001 17:23:29 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <3B77F0F1.1195D547@elvenkind.com> References: <002501c12401$fafaeb40$f90c84c3@cybercable.tm.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035395863 32598 80.91.224.250 (23 Oct 2002 17:57:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:57:43 +0000 (UTC) Original-To: =?iso-8859-1?Q?Herv=E9?= rouault , ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:5262 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5262 > Hervé rouault wrote: > Is my texexec.pl correct?? Nearly. texexec.pl should start with the line require "5.005"; Hans, fix this please, it's important. Hervé, your problem is that your perl is too old. -- groeten, Taco From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5263 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?Herv=E9_rouault?= Newsgroups: gmane.comp.tex.context Subject: Re: problem with texexec Date: Mon, 13 Aug 2001 17:25:04 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <003501c1240c$20d93d80$f90c84c3@cybercable.tm.fr> References: <002501c12401$fafaeb40$f90c84c3@cybercable.tm.fr> <3B77F0F1.1195D547@elvenkind.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035395864 32606 80.91.224.250 (23 Oct 2002 17:57:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:57:44 +0000 (UTC) Original-To: "Taco Hoekwater" , Xref: main.gmane.org gmane.comp.tex.context:5263 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5263 ----- Original Message ----- From: "Taco Hoekwater" To: "Hervé rouault" ; Sent: Monday, August 13, 2001 5:23 PM Subject: Re: problem with texexec > > Hervé rouault wrote: > > Is my texexec.pl correct?? > > Nearly. texexec.pl should start with the line > > require "5.005"; > > Hans, fix this please, it's important. > > Hervé, your problem is that your perl is too old. > I don't anderstand, I have downloaded the last version of activeperl (5.6.1.628) Hervé Ps : should I correct my texexec.pl with 5.005? From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5266 Path: main.gmane.org!not-for-mail From: Olya Briginets Newsgroups: gmane.comp.tex.context Subject: Re: problem with texexec Date: Tue, 14 Aug 2001 00:54:50 +0300 Sender: owner-ntg-context@let.uu.nl Message-ID: <3B784CAA.C24EECAC@ukrpost.net> References: <002501c12401$fafaeb40$f90c84c3@cybercable.tm.fr> <3B77F0F1.1195D547@elvenkind.com> <003501c1240c$20d93d80$f90c84c3@cybercable.tm.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Trace: main.gmane.org 1035395866 32619 80.91.224.250 (23 Oct 2002 17:57:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:57:46 +0000 (UTC) Original-To: ConTeXt mailing list Xref: main.gmane.org gmane.comp.tex.context:5266 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5266 Hello, Hervé rouault wrote: > > Hervé, your problem is that your perl is too old. > > > I don't anderstand, I have downloaded the last version of activeperl > (5.6.1.628) Seems like a bug in ActiveState Perl (not unusual). You can try and download Perl build 522 from ActiveState site, more old but more stable, works for me OK. > Hervé > > Ps : should I correct my texexec.pl with 5.005? It won't help if you really have 5.6. If you don't want to downgrade, you can also try to delete "my" after "foreach", but I'm not sure that it is safe. Olya From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/5274 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?Herv=E9_rouault?= Newsgroups: gmane.comp.tex.context Subject: Re: problem with texexec Date: Tue, 14 Aug 2001 16:55:42 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <003501c124d1$30887aa0$f90c84c3@cybercable.tm.fr> References: <002501c12401$fafaeb40$f90c84c3@cybercable.tm.fr> <3B77F0F1.1195D547@elvenkind.com> <003501c1240c$20d93d80$f90c84c3@cybercable.tm.fr> <3B784CAA.C24EECAC@ukrpost.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035395873 32670 80.91.224.250 (23 Oct 2002 17:57:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:57:53 +0000 (UTC) Original-To: "Olya Briginets" , "ConTeXt mailing list" Xref: main.gmane.org gmane.comp.tex.context:5274 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:5274 It works fine with activeperl 5.6.1.623 Thanks Hervé ----- Original Message ----- From: "Olya Briginets" To: "ConTeXt mailing list" Sent: Monday, August 13, 2001 11:54 PM Subject: Re: problem with texexec > Hello, > > Hervé rouault wrote: > > > > Hervé, your problem is that your perl is too old. > > > > > I don't anderstand, I have downloaded the last version of activeperl > > (5.6.1.628) > > Seems like a bug in ActiveState Perl (not unusual). You can try and download > Perl build 522 from ActiveState site, more old but more stable, works for me OK. > > > Hervé > > > > Ps : should I correct my texexec.pl with 5.005? > > It won't help if you really have 5.6. If you don't want to downgrade, > you can also try to delete "my" after "foreach", but I'm not sure that it is > safe. > > Olya > From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15921 Path: main.gmane.org!not-for-mail From: "Patrick Gundlach" Newsgroups: gmane.comp.tex.context Subject: Re: Problem with TeXexec Date: 3 Aug 2004 12:53:34 +0200 Organization: chaos Sender: ntg-context-bounces@ntg.nl Message-ID: References: <410F85BB.9030503@econ.muni.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1091530435 23637 80.91.224.253 (3 Aug 2004 10:53:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Aug 2004 10:53:55 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 03 12:53:46 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BrwvR-000751-00 for ; Tue, 03 Aug 2004 12:53:45 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 76F5B127F3; Tue, 3 Aug 2004 12:53:45 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25468-05-3; Tue, 3 Aug 2004 12:53:42 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 79387127EF; Tue, 3 Aug 2004 12:53:42 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AF8BA127EF for ; Tue, 3 Aug 2004 12:53:41 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25468-05-2 for ; Tue, 3 Aug 2004 12:53:41 +0200 (CEST) Original-Received: from lilly.ping.de (unknown [83.97.42.2]) by ronja.ntg.nl (Postfix) with SMTP id 10C9A127ED for ; Tue, 3 Aug 2004 12:53:41 +0200 (CEST) Original-Received: (qmail 20609 invoked from network); 3 Aug 2004 10:53:39 -0000 Original-Received: (ofmipd 83.97.40.227); 3 Aug 2004 10:53:17 -0000 Original-Received: from schnee.local. (localhost [127.0.0.1]) by schnee.local (8.12.9/8.12.9) with ESMTP id i73AreZ5000630 for ; Tue, 3 Aug 2004 12:53:40 +0200 (CEST) Original-Received: (from pg@localhost) by schnee.local. (8.12.9/8.12.2/Submit) id i73Arb9h000629; Tue, 3 Aug 2004 12:53:37 +0200 (CEST) Original-To: ntg-context@ntg.nl X-Authentication-Warning: schnee.local.: pg set sender to patrick@gundla.ch using -f X-Lieblings-Musik: the_capricorns In-Reply-To: <410F85BB.9030503@econ.muni.cz> (Michal Kvasnicka's message of "Tue, 03 Aug 2004 12:31:55 +0000") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (darwin) X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15921 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15921 Hello, > I have just installed a new Linux system (SuSE 9.1 with teTeX) and the > new ConTeXt (texexec version 4.3) -- in the same way as older one. But > it doesn't work. It writes a following error message: > > ... > sh: line1: cont-en: command not found > ... > This is pdfetex... try the mailinglist archive: http://archive.contextgarden.net/message/20030316.182709.93dce502.html and http://archive.contextgarden.net/message/20040621.072819.d34d1b4d.html does this help? Patrick -- ConTeXt wiki: http://contextgarden.net texshow-web: http://texshow.contextgarden.net List archive: http://archive.contextgarden.net From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15922 Path: main.gmane.org!not-for-mail From: Eros Albertazzi Newsgroups: gmane.comp.tex.context Subject: Re: Problem with TeXexec Date: Tue, 03 Aug 2004 13:02:14 +0200 Sender: ntg-context-bounces@ntg.nl Message-ID: <410F70B6.804@bo.imm.cnr.it> References: <410F85BB.9030503@econ.muni.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1091531156 25345 80.91.224.253 (3 Aug 2004 11:05:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Aug 2004 11:05:56 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 03 13:05:42 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Brx6z-0007oY-00 for ; Tue, 03 Aug 2004 13:05:41 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7465A127ED; Tue, 3 Aug 2004 13:05:41 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25682-04; Tue, 3 Aug 2004 13:05:41 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C945F127E6; Tue, 3 Aug 2004 13:02:16 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AA061127E6 for ; Tue, 3 Aug 2004 13:02:15 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25651-04-3 for ; Tue, 3 Aug 2004 13:02:15 +0200 (CEST) Original-Received: from lotto.bo.imm.cnr.it (unknown [192.167.170.7]) by ronja.ntg.nl (Postfix) with ESMTP id 376FD127C5 for ; Tue, 3 Aug 2004 13:02:15 +0200 (CEST) Original-Received: from [192.167.170.15] (psyche.bo.imm.cnr.it [192.167.170.15]) by lotto.bo.imm.cnr.it (Postfix) with ESMTP id EBF1466001F; Tue, 3 Aug 2004 13:02:14 +0200 (CEST) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <410F85BB.9030503@econ.muni.cz> X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15922 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15922 Michal Kvasnicka wrote: > Good afternoon. > > I have just installed a new Linux system (SuSE 9.1 with teTeX) and the > new ConTeXt (texexec version 4.3) -- in the same way as older one. But my suggestion is to remove suse tetex in favour of Texlive + (uptodate) context installation hints are in http://contextgarden.net/Linux_Installation compressed Texlive iso in http://www.tug.org/texlive/ Context from pragma From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15919 Path: main.gmane.org!not-for-mail From: Michal Kvasnicka Newsgroups: gmane.comp.tex.context Subject: Problem with TeXexec Date: Tue, 03 Aug 2004 12:31:55 +0000 Sender: ntg-context-bounces@ntg.nl Message-ID: <410F85BB.9030503@econ.muni.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1091529660 21827 80.91.224.253 (3 Aug 2004 10:41:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Aug 2004 10:41:00 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Aug 03 12:40:51 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Brwiw-0006DY-00 for ; Tue, 03 Aug 2004 12:40:51 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BBFB8127E8; Tue, 3 Aug 2004 12:40:50 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25347-04; Tue, 3 Aug 2004 12:40:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E442F127E5; Tue, 3 Aug 2004 12:37:26 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D0C04127E5 for ; Tue, 3 Aug 2004 12:37:25 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25347-02-5 for ; Tue, 3 Aug 2004 12:37:25 +0200 (CEST) Original-Received: from anor.ics.muni.cz (unknown [147.251.4.35]) by ronja.ntg.nl (Postfix) with ESMTP id 564D1127E2 for ; Tue, 3 Aug 2004 12:37:25 +0200 (CEST) Original-Received: from merkur.econ.muni.cz (merkur.econ.muni.cz [147.251.189.10]) by anor.ics.muni.cz (8.12.1/8.12.1) with ESMTP id i73AbPnD025824 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 3 Aug 2004 12:37:25 +0200 Original-Received: from [147.251.224.167] (ke-kvasnicka.econ.muni.cz [147.251.224.167]) by merkur.econ.muni.cz (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id i73AbOgH016531 for ; Tue, 3 Aug 2004 12:37:24 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en, cs Original-To: ConTeXt X-Muni-Spam-TestIP: 147.251.189.10 X-Muni-Virus-Test: Clean X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15919 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15919 Good afternoon. I have just installed a new Linux system (SuSE 9.1 with teTeX) and the new ConTeXt (texexec version 4.3) -- in the same way as older one. But it doesn't work. It writes a following error message: ... sh: line1: cont-en: command not found ... This is pdfetex... ... ** ! End of file on the terminal ... why? I do wrong? How can I correct it? I tried to link cont-en to pdfetex, but I've still got the second error message. Moreover, the system tried to make the format file. Many thanks for your help. Michal Kvasnicka