Re: [NTG-context] font info in mkiv

2009-12-15 Thread Wolfgang Schuster

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
___


Re: [NTG-context] font info in mkiv

2009-12-15 Thread Taco Hoekwater

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
___


Re: [NTG-context] font info in mkiv

2009-12-15 Thread Taco Hoekwater

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
___


Re: [NTG-context] font info in mkiv

2009-12-15 Thread Janneman

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
___


Re: [NTG-context] font info in mkiv

2009-12-15 Thread Peter Wüsten

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
___