ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* font info in mkiv
@ 2009-12-15  9:04 Janneman
  2009-12-15 13:48 ` Wolfgang Schuster
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Janneman @ 2009-12-15  9:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

HI!

The command :  /mtxrun --script fonts --list

/generates the result:  MTXrun | fontnames: not supported: --list <no 
specification>

Strange, it worked before as according to the wikipage
http://wiki.contextgarden.net/Fonts_in_LuaTeX

So, what I want is to list all my installed fonts on my system.

context --version
MTXrun | main context file: 
/home/janerik/context/tex/texmf-context/tex/context/base/context.tex
MTXrun | current version: 2009.12.01 17:09


/Janneman

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: font info in mkiv
  2009-12-15  9:04 font info in mkiv Janneman
@ 2009-12-15 13:48 ` Wolfgang Schuster
  2009-12-15 14:33 ` Taco Hoekwater
  2009-12-15 19:43 ` Peter Wüsten
  2 siblings, 0 replies; 6+ messages in thread
From: Wolfgang Schuster @ 2009-12-15 13:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 15.12.2009 um 10:04 schrieb Janneman:

> HI!
> 
> The command :  /mtxrun --script fonts --list
> 
> /generates the result:  MTXrun | fontnames: not supported: --list <no specification>
> 
> Strange, it worked before as according to the wikipage
> http://wiki.contextgarden.net/Fonts_in_LuaTeX
> 
> So, what I want is to list all my installed fonts on my system.

mtxrun --script fonts --list --pattern=* --all

ConTeXt’s font system has changed a while ago and you can ask now not only
for the font name but also for a certain weight and style

Wolfgang

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: font info in mkiv
  2009-12-15  9:04 font info in mkiv Janneman
  2009-12-15 13:48 ` Wolfgang Schuster
@ 2009-12-15 14:33 ` Taco Hoekwater
  2009-12-15 14:34   ` Taco Hoekwater
  2009-12-15 19:43 ` Peter Wüsten
  2 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2009-12-15 14:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

Janneman wrote:
> HI!
> 
> The command :  /mtxrun --script fonts --list
> 
> /generates the result:  MTXrun | fontnames: not supported: --list <no 
> specification>
> 
> Strange, it worked before as according to the wikipage
> http://wiki.contextgarden.net/Fonts_in_LuaTeX
> 
> So, what I want is to list all my installed fonts on my system.

This works

   mtxrun --script fonts --list --pattern=\*

but if possible, I would also like that default implied 'everything'
feature back.

Best wishes,
Taco

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: font info in mkiv
  2009-12-15 14:33 ` Taco Hoekwater
@ 2009-12-15 14:34   ` Taco Hoekwater
  2009-12-15 14:53     ` Janneman
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2009-12-15 14:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Taco Hoekwater wrote:
> Hi,
> 
> Janneman wrote:
>> HI!
>>
>> The command :  /mtxrun --script fonts --list
>>
>> /generates the result:  MTXrun | fontnames: not supported: --list <no 
>> specification>
>>
>> Strange, it worked before as according to the wikipage
>> http://wiki.contextgarden.net/Fonts_in_LuaTeX
>>
>> So, what I want is to list all my installed fonts on my system.
> 
> This works
> 
>   mtxrun --script fonts --list --pattern=\*

Sorry,

   mtxrun --script fonts --list --all --pattern=\*


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: font info in mkiv
  2009-12-15 14:34   ` Taco Hoekwater
@ 2009-12-15 14:53     ` Janneman
  0 siblings, 0 replies; 6+ messages in thread
From: Janneman @ 2009-12-15 14:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Taco Hoekwater skrev:
> Taco Hoekwater wrote:
>> Hi,
>>
>> Janneman wrote:
>>> HI!
>>>
>>> The command :  /mtxrun --script fonts --list
>>>
>>> /generates the result:  MTXrun | fontnames: not supported: --list 
>>> <no specification>
>>>
>>> Strange, it worked before as according to the wikipage
>>> http://wiki.contextgarden.net/Fonts_in_LuaTeX
>>>
>>> So, what I want is to list all my installed fonts on my system.
>>
>> This works
>>
>>   mtxrun --script fonts --list --pattern=\*
>
> Sorry,
>
>   mtxrun --script fonts --list --all --pattern=\*
>
>
> ___________________________________________________________________________________ 
>
> 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
> ___________________________________________________________________________________ 
>
>
OK thanks! It works now!

MVH

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: font info in mkiv
  2009-12-15  9:04 font info in mkiv Janneman
  2009-12-15 13:48 ` Wolfgang Schuster
  2009-12-15 14:33 ` Taco Hoekwater
@ 2009-12-15 19:43 ` Peter Wüsten
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Wüsten @ 2009-12-15 19:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Janneman schrieb:
> The command :  /mtxrun --script fonts --list generates the result:  
> MTXrun | fontnames: not supported: --list <no specification>
>
> Strange, it worked before as according to the wikipage
> http://wiki.contextgarden.net/Fonts_in_LuaTeX
>
> So, what I want is to list all my installed fonts on my system.
Try
mtxrun --script fonts --list --pattern=* --all

Cheers,

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-15 19:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-15  9:04 font info in mkiv Janneman
2009-12-15 13:48 ` Wolfgang Schuster
2009-12-15 14:33 ` Taco Hoekwater
2009-12-15 14:34   ` Taco Hoekwater
2009-12-15 14:53     ` Janneman
2009-12-15 19:43 ` Peter Wüsten

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).