On 5-11-2011 15:52, Marco Pessotto wrote:

Hello there.

While exporting the ellipses are completely lost. Is there a workaround
for cases like that (I have the feeling this is the top of the iceberg)?

Not using \unknown but \textellipsis

I'm not sure why you're seeing an iceberg. The \unknown\ commands uses leaders deep down and those don't get exported. I'll change the definition to the less efficient variant

\def\doperiods[#1]%
  {\dontleavehmode
   \hbox\bgroup
   \setbox\scratchbox\hbox to \periodswidth{\hss.\hss}%
   \dorecurse{\iffirstargument#1\else\periodsdefault\fi}{\copy\scratchbox}%
   \egroup}

which does export periods (but spaced, as expected).

Hans

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

Reply via email to