From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28894 Path: news.gmane.org!not-for-mail From: Gerben Wierda Newsgroups: gmane.comp.tex.context Subject: Re: Newbie questions Date: Tue, 27 Jun 2006 21:53:37 +0200 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151438051 2587 80.91.229.2 (27 Jun 2006 19:54:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jun 2006 19:54:11 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Tue Jun 27 21:54:07 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 1FvJdK-000776-Ip for gctc-ntg-context-518@m.gmane.org; Tue, 27 Jun 2006 21:54:02 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 8AA08127EC; Tue, 27 Jun 2006 21:54:02 +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 22085-03; Tue, 27 Jun 2006 21:53:50 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7B22F127F7; Tue, 27 Jun 2006 21:53:50 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 91691127F7 for ; Tue, 27 Jun 2006 21:53:48 +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 22527-01 for ; Tue, 27 Jun 2006 21:53:45 +0200 (CEST) Original-Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by ronja.ntg.nl (Postfix) with SMTP id D1D88127EC for ; Tue, 27 Jun 2006 21:53:44 +0200 (CEST) Original-Received: from ii2.demon.nl ([82.161.98.36]:20833 helo=mail.rna.nl) by post-23.mail.nl.demon.net with esmtp (Exim 4.51) id 1FvJd1-000HZo-To for ntg-context@ntg.nl; Tue, 27 Jun 2006 19:53:43 +0000 Original-Received: from [192.168.2.99] (hedwig.rna.nl [192.168.2.99]) by mail.rna.nl (Postfix) with ESMTP id C6901535437 for ; Tue, 27 Jun 2006 21:53:42 +0200 (CEST) In-Reply-To: Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.624) 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:28894 Archived-At: On Jun 24, 2006, at 16:56, Thomas Moore wrote: > 2. I would like the math environment to be as close to the LaTeX AMS > environment as possible. I have figured out how to download the t- > amsl module and can successfully invoke it as long as the t-amsl.tex > file is in the same folder as my document files. But how do I install > it permanently so that I can invoke it in all my documents? I was > unable to find instructions in the ConTexT garden for this, and what > I could find on the archives was not helpful (something about > "running mktexlsr" and/or "texhash" that I have don't know how to do > in OS X, and would be afraid to do without instructions anyway for > fear of screwing up my TeX distribution). > > Thanks for any help, and sorry if the questions are stupid. Tom Moore Depending on how you installed TeX, t-amsl.tex is there. If you installed with the TeX i-Package: $ kpsewhich t-amsl.tex /usr/local/teTeX/share/texmf.tetex/tex/context/maths/t-amsl.tex But it is the one from 1.5 years ago in the old ConTeXt that comes with the (discontinued) teTeX texmf tree. If you also installed the ConTeXt updater (which is pretty up-to-date), the math stuff is not in there (Hans, why not?) so you get a newer ConTeXt with an older t-amsl.tex and I have no idea if that works. If you have a (more recent) t-amsl.tex file and you are using the TeX i-Package, you can install th efile as ~/Library/texmf/tex/context/t-amsl.tex and it will be found. No mktexlsr or texhash is needed for that particular tree. If someone tells me what to include in the ConTeXt updater for this math stuff and where to get it, I can make life easy for you. If you installed with fink or in some other way, I have no idea how to help you. G