ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Keep struggling with old style numerals!
@ 2011-12-08  9:56 Verhaag, G.C.H.M.
  2011-12-08 10:08 ` Paul Menzel
  2011-12-08 10:27 ` Andreas Harder
  0 siblings, 2 replies; 5+ messages in thread
From: Verhaag, G.C.H.M. @ 2011-12-08  9:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi ConTeXt user's,

A few days ago I installed the latest ConTeXt version but now my 
oldstyle settings don't seem to work any more!

I use the following settings in my preamble:

\usetypescript[schola]
\setupbodyfont[schola,10pt]

\definefontfeature [oldstyle] [default] [onum=yes]
\addff{oldstyle}

Perhaps something changed that I missed! Thanks in advance!

Regards
Gerard Verhaag

P.S. I use ConTeXt  ver: 2011.11.29 23:11 MKIV  fmt: 2011.12.5  int: 
english/english!
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Keep struggling with old style numerals!
  2011-12-08  9:56 Keep struggling with old style numerals! Verhaag, G.C.H.M.
@ 2011-12-08 10:08 ` Paul Menzel
  2011-12-08 10:27 ` Andreas Harder
  1 sibling, 0 replies; 5+ messages in thread
From: Paul Menzel @ 2011-12-08 10:08 UTC (permalink / raw)
  To: ntg-context


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

Dear Gerard,


Am Donnerstag, den 08.12.2011, 10:56 +0100 schrieb Verhaag, G.C.H.M.:

> A few days ago I installed the latest ConTeXt version but now my 
> oldstyle settings don't seem to work any more!

what version did you use before?

> I use the following settings in my preamble:
> 
> \usetypescript[schola]
> \setupbodyfont[schola,10pt]
> 
> \definefontfeature [oldstyle] [default] [onum=yes]
> \addff{oldstyle}
> 
> Perhaps something changed that I missed! Thanks in advance!

Do you get an error message or are the settings just not applied? An
output file from a working ConTeXt version and one from the current one
would be nice too.


Thanks,

Paul

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Keep struggling with old style numerals!
  2011-12-08  9:56 Keep struggling with old style numerals! Verhaag, G.C.H.M.
  2011-12-08 10:08 ` Paul Menzel
@ 2011-12-08 10:27 ` Andreas Harder
  2011-12-08 12:50   ` Keep struggling with old style numerals! SOLVED! Verhaag, G.C.H.M.
  1 sibling, 1 reply; 5+ messages in thread
From: Andreas Harder @ 2011-12-08 10:27 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On 08.12.2011, at 10:56, Verhaag, G.C.H.M. wrote:

> Hi ConTeXt user's,
> 
> A few days ago I installed the latest ConTeXt version but now my oldstyle settings don't seem to work any more!
> 
> I use the following settings in my preamble:
> 
> \usetypescript[schola]
> \setupbodyfont[schola,10pt]
> 
> \definefontfeature [oldstyle] [default] [onum=yes]
> \addff{oldstyle}

Hi,

you can play with my example. It seems "script=auto" (default) is not that robust. Setting it to "latn" or "dflt" should help.

\definefontfeature [default] [default] [script=latin]
\definefontfeature [osf]               [onum=yes]
\definefontfeature [oldstyle][default] [onum=yes]

\definealternativestyle [osf] [\addff{osf}] [\addff{osf}]

\setuphead[section][style=osf]

\setupbodyfont[schola]

\starttext
  \section{0123456789 -- ---}
  {\addff{osf}0123456789 -- ---} \par
  {\osf 0123456789 -- ---} \par
  {\setff{oldstyle}0123456789 -- ---} \par
  {\os 0123456789 -- ---}
\stoptext


Regards
	Andreas
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Keep struggling with old style numerals! SOLVED!
  2011-12-08 10:27 ` Andreas Harder
@ 2011-12-08 12:50   ` Verhaag, G.C.H.M.
  2011-12-09 19:08     ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Verhaag, G.C.H.M. @ 2011-12-08 12:50 UTC (permalink / raw)
  To: ntg-context

On 12/08/2011 11:27 AM, Andreas Harder wrote:
> On 08.12.2011, at 10:56, Verhaag, G.C.H.M. wrote:
>
>    
>> Hi ConTeXt user's,
>>
>> A few days ago I installed the latest ConTeXt version but now my oldstyle settings don't seem to work any more!
>>
>> I use the following settings in my preamble:
>>
>> \usetypescript[schola]
>> \setupbodyfont[schola,10pt]
>>
>> \definefontfeature [oldstyle] [default] [onum=yes]
>> \addff{oldstyle}
>>      
> Hi,
>
> you can play with my example. It seems "script=auto" (default) is not that robust. Setting it to "latn" or "dflt" should help.
>
> \definefontfeature [default] [default] [script=latin]
> \definefontfeature [osf]               [onum=yes]
> \definefontfeature [oldstyle][default] [onum=yes]
>
> \definealternativestyle [osf] [\addff{osf}] [\addff{osf}]
>
> \setuphead[section][style=osf]
>
> \setupbodyfont[schola]
>
> ....
>    

Hi,

Thanks for the tips! I changed [default] into [latn], which brought back 
the oldstyle numerals!

By the way, I think I used a version from last August before upgrading.

Regards,
Gerard Verhaag
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Keep struggling with old style numerals! SOLVED!
  2011-12-08 12:50   ` Keep struggling with old style numerals! SOLVED! Verhaag, G.C.H.M.
@ 2011-12-09 19:08     ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2011-12-09 19:08 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 8-12-2011 13:50, Verhaag, G.C.H.M. wrote:

> Thanks for the tips! I changed [default] into [latn], which brought back
> the oldstyle numerals!
>
> By the way, I think I used a version from last August before upgrading.

the addff like features didn't support auto .. the next beta should work ok

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2011-12-09 19:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-08  9:56 Keep struggling with old style numerals! Verhaag, G.C.H.M.
2011-12-08 10:08 ` Paul Menzel
2011-12-08 10:27 ` Andreas Harder
2011-12-08 12:50   ` Keep struggling with old style numerals! SOLVED! Verhaag, G.C.H.M.
2011-12-09 19:08     ` 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).