From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26766 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Miktex, Metapost and \loadfontfilesoncetrue Date: Tue, 4 Apr 2006 02:49:32 +0200 Message-ID: <6faad9f00604031749o63bc9bd5ic02e48c0090cdf29@mail.gmail.com> References: <442873A7.5060600@cs.com> <4428F03C.6040905@wxs.nl> <442BF416.8040404@cs.com> <442C301E.80907@wxs.nl> <442CD002.4020300@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1144111797 1439 80.91.229.2 (4 Apr 2006 00:49:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Apr 2006 00:49:57 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 04 02:49:55 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FQZjr-0007w9-Kr for gctc-ntg-context-518@m.gmane.org; Tue, 04 Apr 2006 02:49:43 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7A4F4127A2; Tue, 4 Apr 2006 02:49:42 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01703-06; Tue, 4 Apr 2006 02:49:37 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B4B9712784; Tue, 4 Apr 2006 02:49:37 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id EF60F12784 for ; Tue, 4 Apr 2006 02:49:34 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01701-06 for ; Tue, 4 Apr 2006 02:49:33 +0200 (CEST) Original-Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.187]) by ronja.ntg.nl (Postfix) with SMTP id 49D65126F8 for ; Tue, 4 Apr 2006 02:49:32 +0200 (CEST) Original-Received: by nproxy.gmail.com with SMTP id x37so1050870nfc for ; Mon, 03 Apr 2006 17:49:32 -0700 (PDT) Original-Received: by 10.49.3.13 with SMTP id f13mr1823366nfi; Mon, 03 Apr 2006 17:49:32 -0700 (PDT) Original-Received: by 10.48.162.9 with HTTP; Mon, 3 Apr 2006 17:49:32 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <442CD002.4020300@elvenkind.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26766 Archived-At: On 3/28/06, WN wrote: > Hi, > > I am using Miktex (latest updated version) and the latest > Context on WindowsXP (write18 enabled). > > This is what happens : > > 1) First run of texexec gives me > ! Undefined control sequence > l 1 \global \loadfontfileoncetrue On 3/31/06, Taco Hoekwater wrote: > For the original problem, I guess Mojca is closest to the > actual problem. She herself has a continuing fight with > btex/etex and textext(). If you can, you should try to post > a 'recipe': make a minimal example in a clean directory, > post that here along with what commands to run, and all > of the results (logs, temp files) you get. The perl script (texexec.pl) has some difficulties (sometimes the problem with wrong format loding appears and sometimes not), but since the ruby script is supposed to replace it anyway it doesn't really make sense to lose time fixing old stuff. Hans has just fixed the behaviour of newtexexec.rb, so I would suggest you to do the following: 1. create a file texexec.bat with the following content: texmfstart newtexexec.rb %* and place that file to some arbitrary folder in PATH (but has to be in front of MikTeX in PATH). So that after you type "texexec", "texmfstart newtexexec.rb" will be executed. You might have to download "texmfstart" if you don't have it yet (cont-win.zip from pragma website, simply drop it into MikTeX bin folder for example). You may also try to politely ask the maintainer of MikTeX to include the texmfstart.exe into MikTeX by default (the more users ask for it, the more likely will be that he'll do that). 2. wait until Hans uploads the new beta & extract the content from cont-tfm.zip into the MikTeX tree (to the proper place); I guess that it should be enough if you only replace the content of /scripts/ruby/* (Theoretically you can also wait for update in MikTeX, but that would definitely take much longer.) Then cross your fingers and try to compile your file again! Mojca