Bob Reynolds wrote:
> 

> \define [1] \StretchedSmallCaps {\smallcaps {\stretchedlowercase {#1}}}

You need a more low-level definition of this command because
of macro expansion issues inside the logo processing.
It works fine with this:

   \unexpanded\def\StretchedSmallCaps#1%
       {\smallcaps {\stretchedlowercase {#1}}}

It is not easy to explain why precisely this is needed, so I am not
going to try :-)

Best wishes,
Taco


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

Reply via email to