From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/17842 Path: main.gmane.org!not-for-mail From: Gary Newsgroups: gmane.comp.tex.context Subject: Re: can I upgrade yet? Date: Wed, 12 Jan 2005 10:22:00 -0500 Message-ID: <41E54098.7030300@iname.com> References: <41DD6AE5.7020209@wxs.nl> <41E3E0A3.4010304@iname.com> <41E3E3C1.3090003@wxs.nl> <41E3F62D.8050407@iname.com> <41E406AC.6040908@wxs.nl> 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 1105543343 6888 80.91.229.6 (12 Jan 2005 15:22:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Jan 2005 15:22:23 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Jan 12 16:22:15 2005 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 1CokK7-000535-00 for ; Wed, 12 Jan 2005 16:22:15 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id AD74912793; Wed, 12 Jan 2005 16:22:14 +0100 (CET) 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 22425-03-4; Wed, 12 Jan 2005 16:22:12 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id CAF4F12780; Wed, 12 Jan 2005 16:22:12 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2F89A12780 for ; Wed, 12 Jan 2005 16:22:12 +0100 (CET) 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 22425-03-3 for ; Wed, 12 Jan 2005 16:22:11 +0100 (CET) Original-Received: from sccrmhc12.comcast.net (unknown [204.127.202.56]) by ronja.ntg.nl (Postfix) with ESMTP id 3B4A912775 for ; Wed, 12 Jan 2005 16:22:11 +0100 (CET) Original-Received: from [127.0.0.1] (pcp01379328pcs.levtwn01.pa.comcast.net[68.81.94.64]) by comcast.net (sccrmhc12) with ESMTP id <2005011215221001200p0nake>; Wed, 12 Jan 2005 15:22:10 +0000 User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <41E406AC.6040908@wxs.nl> 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:17842 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:17842 Hans Hagen wrote: > Gary wrote: > >> Hans Hagen wrote: >> >>> Gary wrote: >> >> >> >> [...] >> >>>> 3.) Is there some other way besides my traditional method of >>>> unzipping cont-tmf.zip file into /localtexmf ? Do I need to >>>> rebuild the file system? >>> >>> >>> >>> >>> no, you can unzip, run "textools --fixtexmf --force", regenerate the >>> database, and cross your fingers >> >> >> >> ok, here's what I did: >> >> 1. Upgraded MikTeX >> 2. Unzipped the latest cont-tmf.zip (from pragma-ade.com) into >> c:\tex\localtexmf >> 3. ran "textools --fixtexmf --force" (what does that do?) > > > if needed it moves you rlocal enc/map files to their new locations, > not needed if you have no commercial fonts > >> 4. checked c:\tex\localtex\context\config. texexec.ini is newer than >> texexec.rme, so I left it alone. >> 5. ran "texexec --make en nl" (do I need "nl"? I'm exclusively >> English. I guess it can't hurt.) >> 6. noticed that cont-en.efmt was automatically relocated to >> c:\tex\localtex\miktex\fmt but cont-nl was not. >> 7. moved cont-nl.efmt to c:\tex\localtex\miktex\fmt >> 8. renamed them both to *.fmt (per a note in the contextgarden >> wiki. Is this necessary?) >> 9. ran "texexec --make metafun" >> 10. moved metefun.mem to c:\tex\localtex\miktex\mem >> 11. ran "mktexlsr" > > > texexec --make (--all if you want all patterns) > > is normally enough, apart from moving the fmt and mem files (aren't > those put at the right spot by miktex?) > > Hans > Hmm. I normally open a command line window, and execute texexec --make en nl in some random directory. The result appears to be cont-en.efmt in the "correct" place, and cont-nl.efmt in the current directory. It's possible that I did not look closely enough, and something entirely different happened. I can't see why MikTeX would have any say in the matter of what texexec does. Anyway, thanks for commenting. I wasn't sure I was doing the right thing. -g