ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Matthijs Kooijman <matthijs@stdin.nl>
To: ciro@kavyata.com, mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: finding out what font are available
Date: Thu, 11 Jun 2009 10:30:30 +0200	[thread overview]
Message-ID: <20090611083030.GG12271@katherina.student.utwente.nl> (raw)
In-Reply-To: <297ee2eb0906101947h1d2f0ed8k68b9e3462957018f@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 601 bytes --]

Hi Ciro,

> I type:
> sudo mtxrun -script fonts --list
> 
> 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 
  #!/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

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

  reply	other threads:[~2009-06-11  8:30 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-10  1:41 Ciro Soto
2009-06-10  2:20 ` Khaled Hosny
2009-06-11  2:47   ` Ciro Soto
2009-06-11  8:30     ` Matthijs Kooijman [this message]
2009-06-11 22:29       ` Ciro Soto
2009-06-12  9:17         ` Matthijs Kooijman
2009-06-12 21:25           ` Ciro Soto
2009-06-12 21:58             ` Maurí­cio
2009-06-12 22:56               ` Ciro Soto
2009-06-13  3:54               ` Ciro Soto
2009-06-13  7:45                 ` Hans Hagen
2009-06-13 14:05                   ` Ciro Soto
2009-06-13 19:10                     ` Ciro Soto
2009-06-14  4:49                       ` Ciro Soto
2009-06-14 10:22                         ` Hans Hagen
2009-06-14 16:16                           ` Ciro Soto
2009-06-14 17:14                             ` Hans Hagen
2009-06-14 18:14                               ` Ciro Soto
2009-06-17  0:23                                 ` Ciro Soto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090611083030.GG12271@katherina.student.utwente.nl \
    --to=matthijs@stdin.nl \
    --cc=ciro@kavyata.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).