[NTG-context] Export \thinspace

2011-11-07 Thread Andreas Harder
Hi Hans!

If one uses the HZ-algorithm the behavior of (the exported) \thinspace depends 
on the line break.

\definefontfeature[default][default][expansion=quality] \setupalign[hz]
\setupbackend[export=yes,css=yes,xhtml=yes]

\starttext
  \startbuffer
narrow\,nonbreaking\,space 
  \stopbuffer
  \getbuffer \par \dorecurse{10}{\getbuffer}
\stoptext

exports to:

narrownonbreakingspace
  break/
narrow nonbreaking …

Would it be possible to export \, to #x202F;?


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
___


Re: [NTG-context] Export \thinspace

2011-11-07 Thread Hans Hagen

On 7-11-2011 14:19, Andreas Harder wrote:

Hi Hans!

If one uses the HZ-algorithm the behavior of (the exported) \thinspace depends 
on the line break.

\definefontfeature[default][default][expansion=quality] \setupalign[hz]
\setupbackend[export=yes,css=yes,xhtml=yes]

\starttext
   \startbuffer
 narrow\,nonbreaking\,space
   \stopbuffer
   \getbuffer \par \dorecurse{10}{\getbuffer}
\stoptext

exports to:

narrownonbreakingspace
   break/
narrow nonbreaking …


i redid some of that code and will make a new beta later


Would it be possible to export \, to#x202F;?


\unexpanded\def\,{\mathortext{\mskip\thinmuskip}\narrownobreakspace}



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