From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/45676 Path: news.gmane.org!not-for-mail From: Lars Huttar Newsgroups: gmane.comp.tex.context Subject: Re: can't find file `core-swd' Date: Tue, 18 Nov 2008 08:45:17 -0600 Message-ID: <4922D4FD.2030203@sil.org> References: <49136677.6040608@sil.org> <49136EE3.70207@sil.org> <326847810811110820o6b7bac22k212176ffae58e39c@mail.gmail.com> <2443E7F2-7616-484A-8041-5C2F6406CE62@gmail.com> <491A09AC.60604@sil.org> <953B3F46-39B2-487B-8433-D31F0F543177@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227019639 13796 80.91.229.12 (18 Nov 2008 14:47:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2008 14:47:19 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Nov 18 15:48:20 2008 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 lo.gmane.org with esmtp (Exim 4.50) id 1L2RsG-0008DH-HG for gctc-ntg-context-518@m.gmane.org; Tue, 18 Nov 2008 15:48:16 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0346A1FB1D; Tue, 18 Nov 2008 15:47:06 +0100 (CET) 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 13330-01; Tue, 18 Nov 2008 15:46:06 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 302071FADC; Tue, 18 Nov 2008 15:46:06 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3DFEF1FADC for ; Tue, 18 Nov 2008 15:46:04 +0100 (CET) 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 08958-05 for ; Tue, 18 Nov 2008 15:45:28 +0100 (CET) Original-Received: from smtp1.wsfo.org (smtp1.wsfo.org [208.145.81.51]) by ronja.ntg.nl (Postfix) with ESMTP id 225C31FADB for ; Tue, 18 Nov 2008 15:45:27 +0100 (CET) Original-Received: from mail.link77.net (mail.link77.net [172.22.0.125]) by smtp1.wsfo.org (8.13.1/8.13.1) with ESMTP id mAIEjQOv004952 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 18 Nov 2008 09:45:27 -0500 X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.8.2 (ClamAV engine v0.94.1) Original-Received: from [70.129.8.252] (account lars_huttar@sil.org HELO [192.168.1.100]) by mail.link77.net (CommuniGate Pro SMTP 5.2.10) with ESMTPSA id 200347433 for ntg-context@ntg.nl; Tue, 18 Nov 2008 09:45:26 -0500 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) In-Reply-To: <953B3F46-39B2-487B-8433-D31F0F543177@gmail.com> X-Enigmail-Version: 0.95.7 X-Scanned-By: MIMEDefang 2.62 on 172.22.0.51 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:45676 Archived-At: On 11/11/2008 5:06 PM, Wolfgang Schuster wrote: > Am 11.11.2008 um 23:39 schrieb Lars Huttar: > >> On 11/11/2008 11:01 AM, Wolfgang Schuster wrote: >>> Am 11.11.2008 um 17:20 schrieb Alan STONE: >>> >>>> On Thu, Nov 6, 2008 at 11:37 PM, Wolfgang Schuster >>>> wrote: >>>> core-swd.tex is removed in the last beta and the old file was saved >>>> under the name core-swd.mkii >>>> >>>> Generate the formats with "texexec --make --all" and it should work. >>>> >>>> It doesn't work (on Windows XP), neither adding the mkii suffix. >>> What is the result from "kpsewhich core-swd.mkii". >>> >>> Wolfgang >> I got basically the same as Alan Stone: >> >> /home/ethnologue/context/tex/texmf-context/tex/context/base/core- >> swd.mkii > > It's Hans fault, he loads core-swd in context.mkii with the command > \loadmkiifile but the command expects .tex as file extension, you > could either rename core-swd.mkii to core-swd.tex or you change > the line \loadmkiifile{core-swd} to \loadmarkfile{core-swd} or > \loadmkiifile{core-swd.mkii}. > > Wolfgang > OK, thanks. Lars ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________