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