From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/68551 Path: news.gmane.org!not-for-mail From: Jannis Pohlmann Newsgroups: gmane.comp.tex.context Subject: Re: Where to place typescripts so that they are globally accessable? Date: Fri, 20 May 2011 22:44:27 +0200 Organization: Xfce Message-ID: <20110520224427.73c9a0b0@orion> References: <20110520204026.GA16113@s70206.gridserver.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: dough.gmane.org 1305924284 22745 80.91.229.12 (20 May 2011 20:44:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 20 May 2011 20:44:44 +0000 (UTC) To: ntg-context@ntg.nl Original-X-From: ntg-context-bounces@ntg.nl Fri May 20 22:44:39 2011 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QNWYo-0006w7-20 for gctc-ntg-context-518@m.gmane.org; Fri, 20 May 2011 22:44:38 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 28E7CCAD2E; Fri, 20 May 2011 22:44:37 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Jf8xD4MNTO19; Fri, 20 May 2011 22:44:36 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 546AFCAD29; Fri, 20 May 2011 22:44:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D8E52CAD29 for ; Fri, 20 May 2011 22:44:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id BT1m-UdWfP9M for ; Fri, 20 May 2011 22:44:30 +0200 (CEST) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id BB2BDCAD23 for ; Fri, 20 May 2011 22:44:30 +0200 (CEST) Original-Received: from mail.gezeiten.org (m65s13.vlinux.de [83.151.22.47]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p4KKiS9P025964 for ; Fri, 20 May 2011 22:44:30 +0200 Original-Received: from orion (p5B21BB53.dip.t-dialin.net [91.33.187.83]) (Authenticated sender: jannis@gezeiten.org) by mail.gezeiten.org (Postfix) with ESMTPSA id 7E4D7861A3 for ; Fri, 20 May 2011 20:44:28 +0000 (UTC) In-Reply-To: <20110520204026.GA16113@s70206.gridserver.com> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.0; i386-redhat-linux-gnu) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=83.151.22.47; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 06EJUIt5c - f2e16f63dc6d - 20110520 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:68551 Archived-At: On Fri, 20 May 2011 13:40:26 -0700 John Magolske wrote: > I'm using MkIV installed from minimals, and have set up a typescript > (type-lemonde.tex) for a font I'm using. It works fine when I copy > type-lemonde.tex into the working directory, but I'd like to have > it in one central location rather than having to copy it around to > multiple project directories. I see: > > 1. Copy the typescript files into either > $TEXMF/tex/texmf-fonts/tex/context/user > $TEXMF/tex/texmf-project/tex/context/user > http://wiki.contextgarden.net/Fonts_in_LuaTeX > > But `echo $TEXMF` comes up blank. What should TEXMF be set to? > Is $TEXMF the same as the "ConTeXt path" mentioned here: > > A typescript must live in your project folder or in another folder > in your ConTeXt path (e.g., (texmf)/tex/context/user) > http://wiki.contextgarden.net/TypeScripts > > I've tried several things including: > > ~/context/tex/texmf-fonts/tex/context/user/type-lemonde.tex > > ...but can't seem to get anything to work. Just to be sure: did you run "context --generate" after creating that file somewhere? - Jannis ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________