Re: [NTG-context] another question on simplefonts

2014-02-05 Thread Pablo Rodriguez
On 02/05/2014 12:39 AM, Wolfgang Schuster wrote:
 Am 04.02.2014 um 21:19 schrieb Pablo Rodriguez oi...@gmx.es:
 [...]
 But I don’t know how to define slantedfont={* Regular} with the new
 syntax. sl=style:tf or sl=style:regular don’t work (the italic font
 is the slanted one).
 Which is the right way to do it in the new version of simplefonts?
 
 \definefontfamily[mainface][serif][TeX Gyre 
 Pagella][sl={style:regular,features:{default,fakeslanted}}]

Many thanks for your reply, Wolfgang.

It works fine.

 How about a new range preset for Hebrew?
 
 What is needed for this preset?

I’m afraid all information I have on this topic comes from the list.
Typesetting Hebrew is only a request from another ConTeXt newbie, who
asked me.

range={hebrew,alphabeticpresentationforms} seems to be the range.

Many thanks again for your help,


Pablo
-- 
http://www.ousia.tk
___
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
___


[NTG-context] another question on simplefonts

2014-02-04 Thread Pablo Rodriguez
Hi Wolfgang,

I have the following code:

\definefontfeature[fakeslanted][slant=.25]
\definefontfamily[mainface][serif][TeX Gyre Pagella][slantedfont={*
Regular},sl=features:fakeslanted]
\setupbodyfont[mainface]
\starttext
This is {\em slanted}.
\stoptext

But I don’t know how to define slantedfont={* Regular} with the new
syntax. sl=style:tf or sl=style:regular don’t work (the italic font
is the slanted one).

Which is the right way to do it in the new version of simplefonts?

BTW, I think I should update the simplefonts article in the wiki to add
the new syntax.

After reading the font-sel.mkvi file, I have two questions:

Which are the option keys that come before a colon? I mean, taking
tf=style:bf as a sample, they would be style, file, features? Which ones
am I missing?

How about a new range preset for Hebrew?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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] another question on simplefonts

2014-02-04 Thread Wolfgang Schuster

Am 04.02.2014 um 21:19 schrieb Pablo Rodriguez oi...@gmx.es:

 Hi Wolfgang,
 
 I have the following code:
 
 \definefontfeature[fakeslanted][slant=.25]
 \definefontfamily[mainface][serif][TeX Gyre Pagella][slantedfont={*
 Regular},sl=features:fakeslanted]
 \setupbodyfont[mainface]
 \starttext
 This is {\em slanted}.
 \stoptext
 
 But I don’t know how to define slantedfont={* Regular} with the new
 syntax. sl=style:tf or sl=style:regular don’t work (the italic font
 is the slanted one).
 
 Which is the right way to do it in the new version of simplefonts?

\definefontfeature[fakeslanted][slant=.25]

\definefontfamily[mainface][serif][TeX Gyre 
Pagella][sl={style:regular,features:{default,fakeslanted}}]

\setupbodyfont[mainface]

\starttext
This is {\em slanted}.
\stoptext

 BTW, I think I should update the simplefonts article in the wiki to add
 the new syntax.
 
 After reading the font-sel.mkvi file, I have two questions:
 
 Which are the option keys that come before a colon? I mean, taking
 tf=style:bf as a sample, they would be style, file, features? Which ones
 am I missing?

The choose a certain font/style for a alternative you can use:

- name
- file
- style
- spec

Local features can be applied with:

- features

Patches etc. from a feature will can be applied with:

- goodies

 How about a new range preset for Hebrew?

What is needed for this preset?

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
___