ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Hervé rouault" <herve.rouault@noos.fr>
Subject: problem with texexec
Date: Mon, 13 Aug 2001 16:12:26 +0200	[thread overview]
Message-ID: <002501c12401$fafaeb40$f90c84c3@cybercable.tm.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 1032 bytes --]

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 = 1 ;

      if ($OutputFormat ne 'standard')

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

788   foreach my $F (@OutputFormat)

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

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

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

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

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

      else

      { $Ok = 0 } }

      if (!$Ok)

      { print $Help{output} }

      elsif ($FullFormat)

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

      unless ($FullFormat)

      { $FullFormat = $OutputFormat } } # 'standard' to terminal

Is my texexec.pl correct??

[-- Attachment #2: Type: text/html, Size: 2388 bytes --]

             reply	other threads:[~2001-08-13 14:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-13 14:12 Hervé rouault [this message]
2001-08-13 15:23 ` Taco Hoekwater
2001-08-13 15:25   ` Hervé rouault
2001-08-13 21:54     ` Olya Briginets
2001-08-14 14:55       ` Hervé rouault
2004-08-03 12:31 Problem with TeXexec Michal Kvasnicka
2004-08-03 10:53 ` Patrick Gundlach
2004-08-03 11:02 ` Eros Albertazzi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002501c12401$fafaeb40$f90c84c3@cybercable.tm.fr' \
    --to=herve.rouault@noos.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).