From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/61805 Path: news.gmane.org!not-for-mail From: John Culleton Newsgroups: gmane.comp.tex.context Subject: Re: Fonts Date: Tue, 21 Sep 2010 17:27:22 -0400 Organization: Wexford Press Message-ID: <201009211727.22500.john@wexfordpress.com> References: <87eid2koh4.fsf@linux-lqcw.site> 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 1285104439 13624 80.91.229.12 (21 Sep 2010 21:27:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2010 21:27:19 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Sep 21 23:27:18 2010 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 1OyAMv-0002MC-Ao for gctc-ntg-context-518@m.gmane.org; Tue, 21 Sep 2010 23:27:17 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AA816CA69B; Tue, 21 Sep 2010 23:27:16 +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 RsIulgNNjqix; Tue, 21 Sep 2010 23:27:12 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id AA364CA6D8; Tue, 21 Sep 2010 23:27:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 04690CA6D8 for ; Tue, 21 Sep 2010 23:27:11 +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 21t164y8pdt2 for ; Tue, 21 Sep 2010 23:26:59 +0200 (CEST) Original-Received: from filter1-nij.mf.surf.net (filter1-nij.mf.surf.net [195.169.124.152]) by balder.ntg.nl (Postfix) with ESMTP id 189A7CA69B for ; Tue, 21 Sep 2010 23:26:59 +0200 (CEST) Original-Received: from qmta03.westchester.pa.mail.comcast.net (qmta03.westchester.pa.mail.comcast.net [76.96.62.32]) by filter1-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id o8LLQuYF021517 for ; Tue, 21 Sep 2010 23:26:57 +0200 Original-Received: from omta24.westchester.pa.mail.comcast.net ([76.96.62.76]) by qmta03.westchester.pa.mail.comcast.net with comcast id 9Q2x1f0041ei1Bg53ZSwpd; Tue, 21 Sep 2010 21:26:56 +0000 Original-Received: from sda4.localnet ([68.50.233.152]) by omta24.westchester.pa.mail.comcast.net with comcast id 9ZSw1f0053HwwZ83kZSw9q; Tue, 21 Sep 2010 21:26:56 +0000 User-Agent: KMail/1.11.4 (Linux/2.6.29.6-smp; KDE/4.2.4; i686; ; ) In-Reply-To: Content-Disposition: inline X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=76.96.62.32; country=US; latitude=38.0000; longitude=-97.0000; http://maps.google.com/maps?q=38.0000,-97.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 07D9xqUWk - c0854196a00c - 20100921 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.152 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:61805 Archived-At: On Friday 10 September 2010 15:54:00 Peter Schorsch wrote: > You can list all local availble fonts with: > > mtxrun --script fonts --list --all > > More details under: http://wiki.contextgarden.net/Fonts_in_LuaTeX > Tried all that on a fresh install of texlive 2010. Here are the results, or lack thereof: ------------------------------------------------------------------ bash-3.1$ mtxrun --script fonts --list --all MTXrun | unknown script 'fonts.lua' or 'mtx-fonts.lua' bash-3.1$ export OSFONTDIR="/usr/local/share/fonts;$HOME/.fonts" bash-3.1$ mtxrun --script fonts --list --all MTXrun | unknown script 'fonts.lua' or 'mtx-fonts.lua' bash-3.1$ mtxrun --script fonts --reload MTXrun | unknown script 'fonts.lua' or 'mtx-fonts.lua' bash-3.1$ context --generate MTXrun | unknown script 'context.lua' or 'mtx-context.lua' bash-3.1$ set ... OSFONTDIR='/usr/local/share/fonts;/home/safe/.fonts' ... ----------------------------------------------------------------------- Any hints? At the moment I am looking to use just plain Luatex. I can only handle one set of confusing things at a time :<) -- John Culleton Wexford Press "Create Book Covers with Scribus" Printable E-book 38 pages $5.95 http://www.booklocker.com/books/4055.html ___________________________________________________________________________________ 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 ___________________________________________________________________________________