ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: fonts --list --info
       [not found] <mailman.771.1242244554.3589.ntg-context@ntg.nl>
@ 2009-05-13 19:59 ` Vyatcheslav Yatskovsky
  2009-05-13 21:18 ` Font switch \x does not work Vyatcheslav Yatskovsky
  1 sibling, 0 replies; 12+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-05-13 19:59 UTC (permalink / raw)
  To: ntg-context

fonts.otf.version = fonts.otf.version or 2.623
works for me. thanks! :)

Vyatcheslav

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


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

* Font switch \x does not work
       [not found] <mailman.771.1242244554.3589.ntg-context@ntg.nl>
  2009-05-13 19:59 ` fonts --list --info Vyatcheslav Yatskovsky
@ 2009-05-13 21:18 ` Vyatcheslav Yatskovsky
  2009-05-13 21:24   ` Hans Hagen
  2009-05-13 22:14   ` Aditya Mahajan
  1 sibling, 2 replies; 12+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-05-13 21:18 UTC (permalink / raw)
  To: ntg-context

Hello,

Font switching described in sec.5.3 of the manual, does not work in mkiv.

{\x some text }

! Undefined control sequence.
l.48 {\x
          some text }
?
! Emergency stop.

Regards,
Vaytcheslav
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Font switch \x does not work
  2009-05-13 21:18 ` Font switch \x does not work Vyatcheslav Yatskovsky
@ 2009-05-13 21:24   ` Hans Hagen
  2009-05-13 22:14   ` Aditya Mahajan
  1 sibling, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2009-05-13 21:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Vyatcheslav Yatskovsky wrote:
> Hello,
> 
> Font switching described in sec.5.3 of the manual, does not work in mkiv.
> 
> {\x some text }
> 
> ! Undefined control sequence.
> l.48 {\x
>          some text }
> ?
> ! Emergency stop.

indeed: \x \xi \v etx are dropped in mkiv


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Font switch \x does not work
  2009-05-13 21:18 ` Font switch \x does not work Vyatcheslav Yatskovsky
  2009-05-13 21:24   ` Hans Hagen
@ 2009-05-13 22:14   ` Aditya Mahajan
  2009-05-13 22:20     ` Aditya Mahajan
  1 sibling, 1 reply; 12+ messages in thread
From: Aditya Mahajan @ 2009-05-13 22:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: TEXT/PLAIN, Size: 531 bytes --]

On Thu, 14 May 2009, Vyatcheslav Yatskovsky wrote:

> Hello,
>
> Font switching described in sec.5.3 of the manual, does not work in mkiv.
>
> {\x some text }
>
> ! Undefined control sequence.
> l.48 {\x
>         some text }
> ?
> ! Emergency stop.

This has been removed from mkiv. There was a discussion about it a few 
weeks back which concluded with a suggestion that we should have a 
compatibility module for mkiv. I guess we should start filling in 
m-mkii.mkiv.

Hans, here is a version that takes care of \x, etc.

Aditya

[-- Attachment #2: Type: TEXT/PLAIN, Size: 430 bytes --]

% todo

% Compatibility for font-ini
\let\normalxi=\xi

\definebodyfontswitch [xii]  [\!!twelvepoint]
\definebodyfontswitch [xi]   [\!!elevenpoint]
\definebodyfontswitch [x]    [\!!tenpoint]
\definebodyfontswitch [ix]   [\!!ninepoint]
\definebodyfontswitch [viii] [\!!eightpoint]
\definebodyfontswitch [vii]  [\!!sevenpoint]
\definebodyfontswitch [vi]   [\!!sixpoint]

\def\xi{\ifmmode\normalxi\else\elevenpoint\fi}

[-- Attachment #3: 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
___________________________________________________________________________________

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

* Re: Font switch \x does not work
  2009-05-13 22:14   ` Aditya Mahajan
@ 2009-05-13 22:20     ` Aditya Mahajan
  0 siblings, 0 replies; 12+ messages in thread
From: Aditya Mahajan @ 2009-05-13 22:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Wed, 13 May 2009, Aditya Mahajan wrote:

> On Thu, 14 May 2009, Vyatcheslav Yatskovsky wrote:
>
>> Hello,
>> 
>> Font switching described in sec.5.3 of the manual, does not work in mkiv.
>> 
>> {\x some text }
>> 
>> ! Undefined control sequence.
>> l.48 {\x
>>         some text }
>> ?
>> ! Emergency stop.
>
> This has been removed from mkiv. There was a discussion about it a few weeks 
> back which concluded with a suggestion that we should have a compatibility 
> module for mkiv. I guess we should start filling in m-mkii.mkiv.
>
> Hans, here is a version that takes care of \x, etc.

which should be surrounded by \unprotect and \protect.

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


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

* Re: fonts --list --info
  2009-05-13 21:30           ` Taco Hoekwater
@ 2009-05-13 21:57             ` Hans Hagen
  0 siblings, 0 replies; 12+ messages in thread
From: Hans Hagen @ 2009-05-13 21:57 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Taco Hoekwater wrote:
> Hans Hagen wrote:
>> Wolfgang Schuster wrote:
>>>
>>> Am 13.05.2009 um 21:20 schrieb Hans Hagen:
>>>
>>>> Vyatcheslav Yatskovsky wrote:
>>>>> Hello Hans,
>>>>> Could you, please, fix this command?
>>>>> mtxrun --script fonts --list --info
>>>>
>>>> adapt the version in font-mis.lua:
>>>>
>>>> fonts.otf.version = fonts.otf.version or 2.623
>>>
>>>
>>> only font name and path but no feature list
>>>
>>> Rover:~ wolf$ mtxrun --script fonts --list --info minionproregular
>>> MTXrun | fontname: minionproregular
>>> MTXrun | fullname: MinionPro-Regular
>>> MTXrun | filename: /Users/wolf/Library/Fonts/MinionPro-Regular.otf
>>> MTXrun |
>>
>> hm, do the versions in font-otf and font-mis match?
> 
> Doesn't work for me either. Same otf.version-s and  otf.pack=true

for the moment change line 41

             if false then


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: fonts --list --info
  2009-05-13 21:23         ` Hans Hagen
@ 2009-05-13 21:30           ` Taco Hoekwater
  2009-05-13 21:57             ` Hans Hagen
  0 siblings, 1 reply; 12+ messages in thread
From: Taco Hoekwater @ 2009-05-13 21:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans Hagen wrote:
> Wolfgang Schuster wrote:
>>
>> Am 13.05.2009 um 21:20 schrieb Hans Hagen:
>>
>>> Vyatcheslav Yatskovsky wrote:
>>>> Hello Hans,
>>>> Could you, please, fix this command?
>>>> mtxrun --script fonts --list --info
>>>
>>> adapt the version in font-mis.lua:
>>>
>>> fonts.otf.version = fonts.otf.version or 2.623
>>
>>
>> only font name and path but no feature list
>>
>> Rover:~ wolf$ mtxrun --script fonts --list --info minionproregular
>> MTXrun | fontname: minionproregular
>> MTXrun | fullname: MinionPro-Regular
>> MTXrun | filename: /Users/wolf/Library/Fonts/MinionPro-Regular.otf
>> MTXrun |
> 
> hm, do the versions in font-otf and font-mis match?

Doesn't work for me either. Same otf.version-s and  otf.pack=true

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: fonts --list --info
  2009-05-13 19:54       ` Wolfgang Schuster
@ 2009-05-13 21:23         ` Hans Hagen
  2009-05-13 21:30           ` Taco Hoekwater
  0 siblings, 1 reply; 12+ messages in thread
From: Hans Hagen @ 2009-05-13 21:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Wolfgang Schuster wrote:
> 
> Am 13.05.2009 um 21:20 schrieb Hans Hagen:
> 
>> Vyatcheslav Yatskovsky wrote:
>>> Hello Hans,
>>> Could you, please, fix this command?
>>> mtxrun --script fonts --list --info
>>
>> adapt the version in font-mis.lua:
>>
>> fonts.otf.version = fonts.otf.version or 2.623
> 
> 
> only font name and path but no feature list
> 
> Rover:~ wolf$ mtxrun --script fonts --list --info minionproregular
> MTXrun | fontname: minionproregular
> MTXrun | fullname: MinionPro-Regular
> MTXrun | filename: /Users/wolf/Library/Fonts/MinionPro-Regular.otf
> MTXrun |

hm, do the versions in font-otf and font-mis match?

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: fonts --list --info
  2009-05-13 19:20     ` Hans Hagen
@ 2009-05-13 19:54       ` Wolfgang Schuster
  2009-05-13 21:23         ` Hans Hagen
  0 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Schuster @ 2009-05-13 19:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 13.05.2009 um 21:20 schrieb Hans Hagen:

> Vyatcheslav Yatskovsky wrote:
>> Hello Hans,
>> Could you, please, fix this command?
>> mtxrun --script fonts --list --info
>
> adapt the version in font-mis.lua:
>
> fonts.otf.version = fonts.otf.version or 2.623


only font name and path but no feature list

Rover:~ wolf$ mtxrun --script fonts --list --info minionproregular
MTXrun | fontname: minionproregular
MTXrun | fullname: MinionPro-Regular
MTXrun | filename: /Users/wolf/Library/Fonts/MinionPro-Regular.otf
MTXrun |

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: fonts --list --info
  2009-05-13 18:32   ` Vyatcheslav Yatskovsky
@ 2009-05-13 19:20     ` Hans Hagen
  2009-05-13 19:54       ` Wolfgang Schuster
  0 siblings, 1 reply; 12+ messages in thread
From: Hans Hagen @ 2009-05-13 19:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Vyatcheslav Yatskovsky wrote:
> Hello Hans,
> 
> Could you, please, fix this command?
> 
> mtxrun --script fonts --list --info

adapt the version in font-mis.lua:

fonts.otf.version = fonts.otf.version or 2.623


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: fonts --list --info
  2009-05-13 18:22 ` fonts --list --info Wolfgang Schuster
@ 2009-05-13 18:32   ` Vyatcheslav Yatskovsky
  2009-05-13 19:20     ` Hans Hagen
  0 siblings, 1 reply; 12+ messages in thread
From: Vyatcheslav Yatskovsky @ 2009-05-13 18:32 UTC (permalink / raw)
  To: ntg-context

Hello Hans,

Could you, please, fix this command?

mtxrun --script fonts --list --info


On 13.05.2009 21:22, Wolfgang Schuster wrote:
>
> Am 13.05.2009 um 20:02 schrieb Vyatcheslav Yatskovsky:
>
>> Hello,
>>
>> What "mtxrun --script fonts --list --info minionproregular" should 
>> produce?
>
>
> My old installation:
>
> MtxRun | current version: 2008.11.10 21:40
>
> The output from the command above:
>
> Rover:~ wolf$ mtxrun --script fonts --list --info minionproregular
> MtxRun | fontname: minionproregular
> MtxRun | fullname: MinionPro-Regular
> MtxRun | filename: /Users/wolf/Library/Fonts/MinionPro-Regular.otf
> MtxRun |
> MtxRun | feature: aalt, script: dflt, language: dflt
> MtxRun | feature: aalt, script: cyrl, language: srb  dflt
> MtxRun | feature: aalt, script: grek, language: dflt
> MtxRun | feature: aalt, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: c2sc, script: dflt, language: dflt
> MtxRun | feature: c2sc, script: cyrl, language: srb  dflt
> MtxRun | feature: c2sc, script: grek, language: dflt
> MtxRun | feature: c2sc, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: case, script: dflt, language: dflt
> MtxRun | feature: case, script: cyrl, language: srb  dflt
> MtxRun | feature: case, script: grek, language: dflt
> MtxRun | feature: case, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: cpsp, script: dflt, language: dflt
> MtxRun | feature: cpsp, script: cyrl, language: srb  dflt
> MtxRun | feature: cpsp, script: grek, language: dflt
> MtxRun | feature: cpsp, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: dlig, script: dflt, language: dflt
> MtxRun | feature: dlig, script: cyrl, language: srb  dflt
> MtxRun | feature: dlig, script: grek, language: dflt
> MtxRun | feature: dlig, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: dnom, script: dflt, language: dflt
> MtxRun | feature: dnom, script: cyrl, language: srb  dflt
> MtxRun | feature: dnom, script: grek, language: dflt
> MtxRun | feature: dnom, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: fina, script: dflt, language: dflt
> MtxRun | feature: fina, script: cyrl, language: srb  dflt
> MtxRun | feature: fina, script: grek, language: dflt
> MtxRun | feature: fina, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: frac, script: dflt, language: dflt
> MtxRun | feature: frac, script: cyrl, language: srb  dflt
> MtxRun | feature: frac, script: grek, language: dflt
> MtxRun | feature: frac, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: hist, script: dflt, language: dflt
> MtxRun | feature: hist, script: cyrl, language: srb  dflt
> MtxRun | feature: hist, script: grek, language: dflt
> MtxRun | feature: hist, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: kern, script: dflt, language: dflt
> MtxRun | feature: kern, script: cyrl, language: srb  dflt
> MtxRun | feature: kern, script: grek, language: dflt
> MtxRun | feature: kern, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: liga, script: dflt, language: dflt
> MtxRun | feature: liga, script: cyrl, language: srb  dflt
> MtxRun | feature: liga, script: grek, language: dflt
> MtxRun | feature: liga, script: latn, language: aze  crt  mol  rom  
> trk  dflt
> MtxRun | feature: lnum, script: dflt, language: dflt
> MtxRun | feature: lnum, script: cyrl, language: srb  dflt
> MtxRun | feature: lnum, script: grek, language: dflt
> MtxRun | feature: lnum, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: locl, script: cyrl, language: srb
> MtxRun | feature: locl, script: latn, language: mol  rom
> MtxRun | feature: numr, script: dflt, language: dflt
> MtxRun | feature: numr, script: cyrl, language: srb  dflt
> MtxRun | feature: numr, script: grek, language: dflt
> MtxRun | feature: numr, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: onum, script: dflt, language: dflt
> MtxRun | feature: onum, script: cyrl, language: srb  dflt
> MtxRun | feature: onum, script: grek, language: dflt
> MtxRun | feature: onum, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: ordn, script: dflt, language: dflt
> MtxRun | feature: ordn, script: cyrl, language: srb  dflt
> MtxRun | feature: ordn, script: grek, language: dflt
> MtxRun | feature: ordn, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: ornm, script: dflt, language: dflt
> MtxRun | feature: ornm, script: cyrl, language: srb  dflt
> MtxRun | feature: ornm, script: grek, language: dflt
> MtxRun | feature: ornm, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: pnum, script: dflt, language: dflt
> MtxRun | feature: pnum, script: cyrl, language: srb  dflt
> MtxRun | feature: pnum, script: grek, language: dflt
> MtxRun | feature: pnum, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: salt, script: dflt, language: dflt
> MtxRun | feature: salt, script: cyrl, language: srb  dflt
> MtxRun | feature: salt, script: grek, language: dflt
> MtxRun | feature: salt, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: sinf, script: dflt, language: dflt
> MtxRun | feature: sinf, script: cyrl, language: srb  dflt
> MtxRun | feature: sinf, script: grek, language: dflt
> MtxRun | feature: sinf, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: smcp, script: dflt, language: dflt
> MtxRun | feature: smcp, script: cyrl, language: srb  dflt
> MtxRun | feature: smcp, script: grek, language: dflt
> MtxRun | feature: smcp, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: ss01, script: dflt, language: dflt
> MtxRun | feature: ss01, script: cyrl, language: srb  dflt
> MtxRun | feature: ss01, script: grek, language: dflt
> MtxRun | feature: ss01, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: ss02, script: dflt, language: dflt
> MtxRun | feature: ss02, script: cyrl, language: srb  dflt
> MtxRun | feature: ss02, script: grek, language: dflt
> MtxRun | feature: ss02, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: sups, script: dflt, language: dflt
> MtxRun | feature: sups, script: cyrl, language: srb  dflt
> MtxRun | feature: sups, script: grek, language: dflt
> MtxRun | feature: sups, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: tnum, script: dflt, language: dflt
> MtxRun | feature: tnum, script: cyrl, language: srb  dflt
> MtxRun | feature: tnum, script: grek, language: dflt
> MtxRun | feature: tnum, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun | feature: zero, script: dflt, language: dflt
> MtxRun | feature: zero, script: cyrl, language: srb  dflt
> MtxRun | feature: zero, script: grek, language: dflt
> MtxRun | feature: zero, script: latn, language: aze  crt  deu  mol  
> rom  trk  dflt
> MtxRun |
>
> 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: fonts --list --info
       [not found] <4A0B0B24.2010305@gmail.com>
@ 2009-05-13 18:22 ` Wolfgang Schuster
  2009-05-13 18:32   ` Vyatcheslav Yatskovsky
  0 siblings, 1 reply; 12+ messages in thread
From: Wolfgang Schuster @ 2009-05-13 18:22 UTC (permalink / raw)
  To: Vyatcheslav Yatskovsky; +Cc: mailing list for ConTeXt users


Am 13.05.2009 um 20:02 schrieb Vyatcheslav Yatskovsky:

> Hello,
>
> What "mtxrun --script fonts --list --info minionproregular" should  
> produce?


My old installation:

MtxRun | current version: 2008.11.10 21:40

The output from the command above:

Rover:~ wolf$ mtxrun --script fonts --list --info minionproregular
MtxRun | fontname: minionproregular
MtxRun | fullname: MinionPro-Regular
MtxRun | filename: /Users/wolf/Library/Fonts/MinionPro-Regular.otf
MtxRun |
MtxRun | feature: aalt, script: dflt, language: dflt
MtxRun | feature: aalt, script: cyrl, language: srb  dflt
MtxRun | feature: aalt, script: grek, language: dflt
MtxRun | feature: aalt, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: c2sc, script: dflt, language: dflt
MtxRun | feature: c2sc, script: cyrl, language: srb  dflt
MtxRun | feature: c2sc, script: grek, language: dflt
MtxRun | feature: c2sc, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: case, script: dflt, language: dflt
MtxRun | feature: case, script: cyrl, language: srb  dflt
MtxRun | feature: case, script: grek, language: dflt
MtxRun | feature: case, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: cpsp, script: dflt, language: dflt
MtxRun | feature: cpsp, script: cyrl, language: srb  dflt
MtxRun | feature: cpsp, script: grek, language: dflt
MtxRun | feature: cpsp, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: dlig, script: dflt, language: dflt
MtxRun | feature: dlig, script: cyrl, language: srb  dflt
MtxRun | feature: dlig, script: grek, language: dflt
MtxRun | feature: dlig, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: dnom, script: dflt, language: dflt
MtxRun | feature: dnom, script: cyrl, language: srb  dflt
MtxRun | feature: dnom, script: grek, language: dflt
MtxRun | feature: dnom, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: fina, script: dflt, language: dflt
MtxRun | feature: fina, script: cyrl, language: srb  dflt
MtxRun | feature: fina, script: grek, language: dflt
MtxRun | feature: fina, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: frac, script: dflt, language: dflt
MtxRun | feature: frac, script: cyrl, language: srb  dflt
MtxRun | feature: frac, script: grek, language: dflt
MtxRun | feature: frac, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: hist, script: dflt, language: dflt
MtxRun | feature: hist, script: cyrl, language: srb  dflt
MtxRun | feature: hist, script: grek, language: dflt
MtxRun | feature: hist, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: kern, script: dflt, language: dflt
MtxRun | feature: kern, script: cyrl, language: srb  dflt
MtxRun | feature: kern, script: grek, language: dflt
MtxRun | feature: kern, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: liga, script: dflt, language: dflt
MtxRun | feature: liga, script: cyrl, language: srb  dflt
MtxRun | feature: liga, script: grek, language: dflt
MtxRun | feature: liga, script: latn, language: aze  crt  mol  rom   
trk  dflt
MtxRun | feature: lnum, script: dflt, language: dflt
MtxRun | feature: lnum, script: cyrl, language: srb  dflt
MtxRun | feature: lnum, script: grek, language: dflt
MtxRun | feature: lnum, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: locl, script: cyrl, language: srb
MtxRun | feature: locl, script: latn, language: mol  rom
MtxRun | feature: numr, script: dflt, language: dflt
MtxRun | feature: numr, script: cyrl, language: srb  dflt
MtxRun | feature: numr, script: grek, language: dflt
MtxRun | feature: numr, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: onum, script: dflt, language: dflt
MtxRun | feature: onum, script: cyrl, language: srb  dflt
MtxRun | feature: onum, script: grek, language: dflt
MtxRun | feature: onum, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: ordn, script: dflt, language: dflt
MtxRun | feature: ordn, script: cyrl, language: srb  dflt
MtxRun | feature: ordn, script: grek, language: dflt
MtxRun | feature: ordn, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: ornm, script: dflt, language: dflt
MtxRun | feature: ornm, script: cyrl, language: srb  dflt
MtxRun | feature: ornm, script: grek, language: dflt
MtxRun | feature: ornm, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: pnum, script: dflt, language: dflt
MtxRun | feature: pnum, script: cyrl, language: srb  dflt
MtxRun | feature: pnum, script: grek, language: dflt
MtxRun | feature: pnum, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: salt, script: dflt, language: dflt
MtxRun | feature: salt, script: cyrl, language: srb  dflt
MtxRun | feature: salt, script: grek, language: dflt
MtxRun | feature: salt, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: sinf, script: dflt, language: dflt
MtxRun | feature: sinf, script: cyrl, language: srb  dflt
MtxRun | feature: sinf, script: grek, language: dflt
MtxRun | feature: sinf, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: smcp, script: dflt, language: dflt
MtxRun | feature: smcp, script: cyrl, language: srb  dflt
MtxRun | feature: smcp, script: grek, language: dflt
MtxRun | feature: smcp, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: ss01, script: dflt, language: dflt
MtxRun | feature: ss01, script: cyrl, language: srb  dflt
MtxRun | feature: ss01, script: grek, language: dflt
MtxRun | feature: ss01, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: ss02, script: dflt, language: dflt
MtxRun | feature: ss02, script: cyrl, language: srb  dflt
MtxRun | feature: ss02, script: grek, language: dflt
MtxRun | feature: ss02, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: sups, script: dflt, language: dflt
MtxRun | feature: sups, script: cyrl, language: srb  dflt
MtxRun | feature: sups, script: grek, language: dflt
MtxRun | feature: sups, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: tnum, script: dflt, language: dflt
MtxRun | feature: tnum, script: cyrl, language: srb  dflt
MtxRun | feature: tnum, script: grek, language: dflt
MtxRun | feature: tnum, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun | feature: zero, script: dflt, language: dflt
MtxRun | feature: zero, script: cyrl, language: srb  dflt
MtxRun | feature: zero, script: grek, language: dflt
MtxRun | feature: zero, script: latn, language: aze  crt  deu  mol   
rom  trk  dflt
MtxRun |

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2009-05-13 22:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.771.1242244554.3589.ntg-context@ntg.nl>
2009-05-13 19:59 ` fonts --list --info Vyatcheslav Yatskovsky
2009-05-13 21:18 ` Font switch \x does not work Vyatcheslav Yatskovsky
2009-05-13 21:24   ` Hans Hagen
2009-05-13 22:14   ` Aditya Mahajan
2009-05-13 22:20     ` Aditya Mahajan
     [not found] <4A0B0B24.2010305@gmail.com>
2009-05-13 18:22 ` fonts --list --info Wolfgang Schuster
2009-05-13 18:32   ` Vyatcheslav Yatskovsky
2009-05-13 19:20     ` Hans Hagen
2009-05-13 19:54       ` Wolfgang Schuster
2009-05-13 21:23         ` Hans Hagen
2009-05-13 21:30           ` Taco Hoekwater
2009-05-13 21:57             ` Hans Hagen

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