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 ? Regards Andreas
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 ?
\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 -----------------------------------------------------------------
participants (2)
-
Andreas Harder
-
Hans Hagen