Am 28.11.2012 um 09:58 schrieb Andreas Mang <m...@imt.uni-luebeck.de>:

> Dear all,
> 
> is there a simple way to convince context to put small caps in italic?
> 
> Thanks.
> Andreas
> 
> 
> ConTeXt  ver: 2012.11.23 17:35 MKIV
> 
> %%%% minimal example %%%% 
> \starttext
> 
> % this is what I intended to do
> \emph{\smallcaps Something} Something % not italic
> 
> % this is what if tried:
> {\it\sc Something} % not italic
> 
> {\italic\smallcaps Something} % not italic
> 
> {\slanted\smallcaps Something} % not italic
> 
> {\smallcaps\italic Something} % no small caps
> 
> \stoptext
> %%%% minimal example %%%% 

Latin Modern uses a separate file for the small capitals but when you use a 
font which has them in font you can enable them when for all styles when 
available.

\setupbodyfont[pagella]

\starttext
{\tf\setff{smallcaps}SmallCaps\par}
{\it\setff{smallcaps}SmallCaps\par}
{\bf\setff{smallcaps}SmallCaps\par}
{\bi\setff{smallcaps}SmallCaps\par}
\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to