>>Subject: Re: Having a word in small capitals in a section title
>>From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
>>Date: Thu, 13 May 2004 09:45:48 +0200
>>>>>>> "Charles" == Charles de Miramon <[EMAIL PROTECTED]> writes:
[...]
>>Charles> but on the the DVI output, xii is still in roman and not in
>>Charles> small capitals. I'm using the Koma-Script Article Layout and
>>Charles> sadly can't access to Herbert Voss Website.
>>
>>I think the problem is that small caps does not exist in bold in
>>default TeX fonts. There are probably some fonts which have bold
>>smallcaps, but I do not know which ones.
The french FAQ states that EC fonts do have bold series in small caps
unlike Computer Modern ones (including cm-super ? don't know)
The french FAQ used to include a command that I had set up here as
a package, you might test it (\scgras{xii} in ERT once the package
is loaded).
Of course it could be better to change the font (what about lmodern ?)
--
Jean-Pierre
\newcommand\scgras[1]{{%
\usefont{T1}{cmr2}{bx}{sc} #1}}
\usepackage{relsize}
\DeclareRobustCommand{\montextsc}[1]{%
\ifmmode \mathsmaller{\uppercase{#1}}% En mode math c'est OK
\else
[EMAIL PROTECTED] % Mais � partir d'ici, �a coince ???
\textsmaller{\textsmaller{\uppercase{#1}}}%
\else
[EMAIL PROTECTED]
\textsmaller{\textsmaller{\uppercase{#1}}}%
\else
{\fontfamily{cmr2}\selectfont\scshape #1}%
\fi
\fi
\fi}