22 Nov
2008
22 Nov
'08
1:42 p.m.
Am 21.11.2008 um 17:10 schrieb Alan STONE:
Hi,
Re: http://wiki.contextgarden.net/Basic_Text_Formatting
Although font style and font cases are mentioned separately in the table, from the few test I've done it doesn't seem font styles and font cases can be combined, for ex.: \bf \sc sometext. Is that so for all of them ? If not, is there a normal font case, aka \tf for the font style/size ?
1. Latin modern has no bold small caps, 2. by default small caps are defined as SerifCaps, SansCaps ... and this is a style switch, 3. In a many OpenType fonts you could get small caps with the smcp feature, to use it redefine the \sc command to \def\sc{\groupedcommand{\setfontfeature{smallcaps}}{}}. Wolfgang