ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* oldstyle features and typing
@ 2008-05-15 23:33 Aditya Mahajan
  2008-05-17 16:58 ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Aditya Mahajan @ 2008-05-15 23:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

While using oldstyle features with mkiv, -- in a typing environment comes 
out as a endash. I would consider this a bug.

For example:

\setfontfeature{oldstyle}
\starttext
\starttyping
-- A  comment 123
\stoptyping

\stoptext

Another interesting feature is that numbers in the typing environmnet come 
out in oldstyle (they look nice, BTW). This is expected, and can be 
avoided by using a complete typescript and loading tt fonts with fefault 
features, and other with oldstyle features. Nevertheless, I find it to be 
an interesting side effect.

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] 6+ messages in thread

* Re: oldstyle features and typing
  2008-05-15 23:33 oldstyle features and typing Aditya Mahajan
@ 2008-05-17 16:58 ` Hans Hagen
  2008-05-17 17:37   ` Thomas A. Schmitz
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2008-05-17 16:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Aditya Mahajan wrote:
> Hi,
> 
> While using oldstyle features with mkiv, -- in a typing environment comes 
> out as a endash. I would consider this a bug.
> 
> For example:
> 
> \setfontfeature{oldstyle}
> \starttext
> \starttyping
> -- A  comment 123
> \stoptyping
> 
> \stoptext
> 
> Another interesting feature is that numbers in the typing environmnet come 
> out in oldstyle (they look nice, BTW). This is expected, and can be 
> avoided by using a complete typescript and loading tt fonts with fefault 
> features, and other with oldstyle features. Nevertheless, I find it to be 
> an interesting side effect.

\def\mkinitializeverbatim
   {\ctxlua{buffers.visualizers.reset()}%
    \def\obs{\obeyedspace}%
    \verbatimfont
    \resetfontfeature
    \obeycharacters}


-----------------------------------------------------------------
                                           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] 6+ messages in thread

* Re: oldstyle features and typing
  2008-05-17 16:58 ` Hans Hagen
@ 2008-05-17 17:37   ` Thomas A. Schmitz
  2008-05-17 19:06     ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas A. Schmitz @ 2008-05-17 17:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On May 17, 2008, at 6:58 PM, Hans Hagen wrote:

>>
>> Another interesting feature is that numbers in the typing  
>> environmnet come
>> out in oldstyle (they look nice, BTW). This is expected, and can be
>> avoided by using a complete typescript and loading tt fonts with  
>> fefault
>> features, and other with oldstyle features. Nevertheless, I find it  
>> to be
>> an interesting side effect.
>
> \def\mkinitializeverbatim
>   {\ctxlua{buffers.visualizers.reset()}%
>    \def\obs{\obeyedspace}%
>    \verbatimfont
>    \resetfontfeature
>    \obeycharacters}

Since we're speaking about oldstyle numbers, here's an interesting  
little bug in mkiv that has bugged me (no pun intended) for quite some  
time now. Is there a solution to this one too?

Best

Thomas

\definefontfeature
   [mytest]
    
[mode 
=node,script=latn,language=dflt,kern=yes,tlig=yes,trep=yes,onum=yes]

\starttypescript [serif] [test]
   \definefontsynonym [Serif]          [name:TeXGyrePagella-Regular]   
[features=mytest]
  \stoptypescript

\starttypescript [Test]
   \definetypeface [Test] [rm] [serif] [test] [default]
\stoptypescript

\usetypescript[Test]
\setupbodyfont[Test,12pt]

\setupfootertexts[-- \pagenumber\ --]

\starttext
-- 123456789 --
\stoptext
___________________________________________________________________________________
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] 6+ messages in thread

* Re: oldstyle features and typing
  2008-05-17 17:37   ` Thomas A. Schmitz
@ 2008-05-17 19:06     ` Hans Hagen
  2008-05-17 19:48       ` Thomas A. Schmitz
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2008-05-17 19:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thomas A. Schmitz wrote:
> On May 17, 2008, at 6:58 PM, Hans Hagen wrote:
> 
>>> Another interesting feature is that numbers in the typing  
>>> environmnet come
>>> out in oldstyle (they look nice, BTW). This is expected, and can be
>>> avoided by using a complete typescript and loading tt fonts with  
>>> fefault
>>> features, and other with oldstyle features. Nevertheless, I find it  
>>> to be
>>> an interesting side effect.
>> \def\mkinitializeverbatim
>>   {\ctxlua{buffers.visualizers.reset()}%
>>    \def\obs{\obeyedspace}%
>>    \verbatimfont
>>    \resetfontfeature
>>    \obeycharacters}
> 
> Since we're speaking about oldstyle numbers, here's an interesting  
> little bug in mkiv that has bugged me (no pun intended) for quite some  
> time now. Is there a solution to this one too?
> 
> Best
> 
> Thomas
> 
> \definefontfeature
>    [mytest]
>     
> [mode 
> =node,script=latn,language=dflt,kern=yes,tlig=yes,trep=yes,onum=yes]
> 
> \starttypescript [serif] [test]
>    \definefontsynonym [Serif]          [name:TeXGyrePagella-Regular]   
> [features=mytest]
>   \stoptypescript
> 
> \starttypescript [Test]
>    \definetypeface [Test] [rm] [serif] [test] [default]
> \stoptypescript
> 
> \usetypescript[Test]
> \setupbodyfont[Test,12pt]
> 
> \setupfootertexts[-- \pagenumber\ --]
> 
> \starttext
> -- 123456789 --
> \stoptext

in node-ini ... you can play with this change ...


     function nodes.process_characters(head)
--~         if status.output_active then
         if false then
             return head, false -- true
         else


-----------------------------------------------------------------
                                           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] 6+ messages in thread

* Re: oldstyle features and typing
  2008-05-17 19:06     ` Hans Hagen
@ 2008-05-17 19:48       ` Thomas A. Schmitz
  2008-05-18 14:35         ` Hans Hagen
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas A. Schmitz @ 2008-05-17 19:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On May 17, 2008, at 9:06 PM, Hans Hagen wrote:

> in node-ini ... you can play with this change ...
>
>
>     function nodes.process_characters(head)
> --~         if status.output_active then
>         if false then
>             return head, false -- true
>         else
>

Great! Yes, this seems to take care of the problem; thanks a lot, Hans!

Best

Thomas
___________________________________________________________________________________
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] 6+ messages in thread

* Re: oldstyle features and typing
  2008-05-17 19:48       ` Thomas A. Schmitz
@ 2008-05-18 14:35         ` Hans Hagen
  0 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2008-05-18 14:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thomas A. Schmitz wrote:
> On May 17, 2008, at 9:06 PM, Hans Hagen wrote:
> 
>> in node-ini ... you can play with this change ...
>>
>>
>>     function nodes.process_characters(head)
>> --~         if status.output_active then
>>         if false then
>>             return head, false -- true
>>         else
>>
> 
> Great! Yes, this seems to take care of the problem; thanks a lot, Hans!

we need to make sure that node lists are only processed once, i.e. when 
the box is being built and this is a left over from previous luatex 
versions where we could not be sure (in the otr the boxes pass by again) 
but i think that by now we have that bit of luatex rather stable

Hans


-----------------------------------------------------------------
                                           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] 6+ messages in thread

end of thread, other threads:[~2008-05-18 14:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-15 23:33 oldstyle features and typing Aditya Mahajan
2008-05-17 16:58 ` Hans Hagen
2008-05-17 17:37   ` Thomas A. Schmitz
2008-05-17 19:06     ` Hans Hagen
2008-05-17 19:48       ` Thomas A. Schmitz
2008-05-18 14:35         ` 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).