Renaud AUBIN a écrit :
Hi all,

Considering {\bf Renaud {\sc Aubin}} with lucida, I assume that "Aubin" will be typesetted using LucidaBrightSmallcaps-Demi. I was one more time wrong... I have check type-buy and there is no SerifBoldCaps defined for lucida... \bc doesn't seem to work either.
Is it possible to add support to \bc in type-buy ?

Renaud




_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Solution:

Add  \definefontsynonym [SerifBoldCaps]    [LucidaBrightSmallcaps-Demi] in type-buy and use

  \usetypescript[lucida][texnansi]
  \setupbodyfont[lucida,10pt]
  \definebodyfont[17.3pt,14.4pt,12pt,11pt,10pt,9pt,8pt,7pt,6pt,5pt,4pt][rm][bc=SerifBoldCaps sa 1,
    bca=SerifBoldCaps sa a,
    bcb=SerifBoldCaps sa b,
    bcc=SerifBoldCaps sa c,
    bcd=SerifBoldCaps sa d,
    bcx=SerifBoldCaps sa x,
    bcxx=SerifBoldCaps sa xx]

Then, one can use \bc

Renaud