From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/51202 Path: news.gmane.org!not-for-mail From: Matthijs Kooijman Newsgroups: gmane.comp.tex.context Subject: Re: finding out what font are available Date: Thu, 11 Jun 2009 10:30:30 +0200 Message-ID: <20090611083030.GG12271@katherina.student.utwente.nl> References: <297ee2eb0906091841s4269c56ode0251299772f7b0@mail.gmail.com> <20090610022019.GA31038@khaled-laptop> <297ee2eb0906101947h1d2f0ed8k68b9e3462957018f@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1798827865==" X-Trace: ger.gmane.org 1244709104 30688 80.91.229.12 (11 Jun 2009 08:31:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jun 2009 08:31:44 +0000 (UTC) To: ciro@kavyata.com, mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Thu Jun 11 10:31:42 2009 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 1MEfhF-00083L-Od for gctc-ntg-context-518@m.gmane.org; Thu, 11 Jun 2009 10:31:41 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4D4D31FB77; Thu, 11 Jun 2009 10:31:41 +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 29030-09; Thu, 11 Jun 2009 10:30:49 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 85C501FAD7; Thu, 11 Jun 2009 10:30:49 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2847A1FAD7 for ; Thu, 11 Jun 2009 10:30:47 +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 29032-08 for ; Thu, 11 Jun 2009 10:30:33 +0200 (CEST) Original-Received: from filter1-til.mf.surf.net (filter1-til.mf.surf.net [194.171.167.217]) by ronja.ntg.nl (Postfix) with ESMTP id 5694C1FA2B for ; Thu, 11 Jun 2009 10:30:33 +0200 (CEST) Original-Received: from katherina.student.utwente.nl (katherina.student.utwente.nl [130.89.168.160]) by filter1-til.mf.surf.net (8.13.8/8.13.8/Debian-3) with ESMTP id n5B8UVMa013631 for ; Thu, 11 Jun 2009 10:30:32 +0200 Original-Received: from matthijs by katherina.student.utwente.nl with local (Exim 4.69) (envelope-from ) id 1MEfg6-0008SF-DA; Thu, 11 Jun 2009 10:30:30 +0200 Mail-Followup-To: ciro@kavyata.com, mailing list for ConTeXt users , Khaled Hosny In-Reply-To: <297ee2eb0906101947h1d2f0ed8k68b9e3462957018f@mail.gmail.com> X-PGP-Fingerprint: 7F6A 9F44 2820 18E2 18DE 24AA CF49 D0E6 8A2F AFBC X-PGP-Key: http://katherina.student.utwente.nl/~matthijs/gpg_pubkey.asc User-Agent: Mutt/1.5.18 (2008-05-17) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=130.89.168.160; country=NL; region=15; city=Enschede; latitude=52.2167; longitude=6.9000; http://maps.google.com/maps?q=52.2167,6.9000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 241235120 - 4945fd1dfcc6 - 20090611 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.217 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.11 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:51202 Archived-At: --===============1798827865== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BGXdj9oeR8eUT83d" Content-Disposition: inline --BGXdj9oeR8eUT83d Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Ciro, > I type: > sudo mtxrun -script fonts --list >=20 > and I get: > sudo: unable to execute /usr/bin/mtxrun: No such file or directory Considering that mtxrun exist, I suspect the interpreter of the script does not exist, which is texlua on my system: $ head -1 /usr/bin/mtxrun=20 #!/usr/bin/texlua So the mtxrun script should be run by texlua, which is again a symlink to luatex: $ ls -l /usr/bin/texlua lrwxrwxrwx 1 root root 6 2009-05-07 11:26 /usr/bin/texlua -> luatex Perhaps you don't have luatex installed, or you are missing this symlink? Gr. Matthijs --BGXdj9oeR8eUT83d Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkowwKYACgkQz0nQ5oovr7zeCgCdGwt3hZS/7NGemZXl8cwZ3oiW nS0An2ZDjG9MaUZPYBoekIAjwbViSv52 =TtML -----END PGP SIGNATURE----- --BGXdj9oeR8eUT83d-- --===============1798827865== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============1798827865==--