From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28788 Path: news.gmane.org!not-for-mail From: "luigi scarso" Newsgroups: gmane.comp.tex.context Subject: Re: Linux upgrade Date: Fri, 23 Jun 2006 11:39:17 +0200 Message-ID: References: <200606221918.07473.john@wexfordpress.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 1151055579 16410 80.91.229.2 (23 Jun 2006 09:39:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Jun 2006 09:39:39 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jun 23 11:39:37 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 1Fti8P-00030P-Fo for gctc-ntg-context-518@m.gmane.org; Fri, 23 Jun 2006 11:39:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 89F5F12847; Fri, 23 Jun 2006 11:39:29 +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 06441-02-5; Fri, 23 Jun 2006 11:39:24 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8DB021283B; Fri, 23 Jun 2006 11:39:24 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8A1571283B for ; Fri, 23 Jun 2006 11:39:21 +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 06441-02-4 for ; Fri, 23 Jun 2006 11:39:20 +0200 (CEST) Original-Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by ronja.ntg.nl (Postfix) with SMTP id 2B45C127F6 for ; Fri, 23 Jun 2006 11:39:19 +0200 (CEST) Original-Received: by wr-out-0506.google.com with SMTP id 67so654954wri for ; Fri, 23 Jun 2006 02:39:18 -0700 (PDT) Original-Received: by 10.54.151.7 with SMTP id y7mr3536431wrd; Fri, 23 Jun 2006 02:39:17 -0700 (PDT) Original-Received: by 10.54.134.17 with HTTP; Fri, 23 Jun 2006 02:39:17 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <200606221918.07473.john@wexfordpress.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:28788 Archived-At: I use texlive under linux . 1) I have an installation from texlive with context under /usr3/TeX 2) I have this script PATH=/usr3/TeX/bin/i386-linux:$PATH So when I want use this installation, I open a shell and write $>export PATH=/usr3/TeX/bin/i386-linux:$PATH Now /usr3/TeX become 'standard tex' in this shell only. 3) when I have a new pdfetex, i compile it and install binary and pool where appropriate; after that 3a) $>mktexlsr 3b) ) I remade efmt with $>fmtutil --byfmt pdfetex ; mktexlsr 5) when there are new files from pragma for context, 5a) I download them (*.zip) 5b) I put them under /usr3/TeX/texmf-dist 5c) I unzip them all 5d) $>mktexlsr 5e) I made some modification cont-sys.ori -> cont-sys.tex and so on 5f) $>fmtutil --byfmt cont-en ; mktexlsr Seem to be all ok .