17 Nov
2008
17 Nov
'08
8:43 a.m.
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