NOTE on Lucida Bright NFSS implementation:
------------------------------------------

IF user follows Karl Berry's naming scheme for
fonts, rather than Y&Y's, the Unix shell script makelinks relates the
Y&Y names to Berry names. In this case, use lucidabx.sty, rather than
lucidab.sty. For those using dvips, the file lcbfonts.map
lists the lines to be added to psfonts.map. 

In lucidab.sty, the 7th parameter to postscript@fontdef gives the name
of the font the system used for small caps. In the distributed
version, this is the same as the regular font. If you use virtual
fonts, and are prepared to construct your own using e.g. Rokicki's
afm2tfm, you can achieve a fair small caps font; my copy of
lucidab.sty therefore contains the following:

\def\load@lucidasans{%
\postscript@fontdef{LucidaSans}{lucidasans}%
{hlcrs}{hlcrsi}{hlcds}{hlcdsi}{hlcrsc}{hlcrs}
}

\def\load@lucidabright{%
\postscript@fontdef{LucidaBright}{lucidabright}%
{hlcrb}{hlcrbi}{hlcdb}{hlcdbi}{hlcrbc}{hlcrbo}
}%

which sets up two new fonts hlcrsc and hlcrbc.  

Sebastian Rahtz August 27 1992
