Hello,

Piotr Kopszak wrote:

Right, but as far as I understand this solution:
      \def\CapStretchAmount{.08em}
      
\def\CapStretch#1{\def\stretchedspaceamount{\CapStretchAmount}\stretchednormalcase{#1}}

      Which is used as so:

\CapStretch{\sc The King in Yellow}

applies only to small caps?


If you leave out the \sc, it works also for small letters:

      \CapStretch{The King in Yellow}

Though one can argue that then the macros should be renamed:
 \def\StretchAmount ...
 \def\Stretch#1 ...

Tobias

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to