ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Export \thinspace
@ 2011-11-07 13:19 Andreas Harder
  2011-11-07 15:23 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Harder @ 2011-11-07 13:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: Export \thinspace
  2011-11-07 13:19 Export \thinspace Andreas Harder
@ 2011-11-07 15:23 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2011-11-07 15:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

end of thread, other threads:[~2011-11-07 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-07 13:19 Export \thinspace Andreas Harder
2011-11-07 15:23 ` 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).