Small caps across styles (bold, italics, etc.)

From Wiki
Revision as of 21:30, 28 December 2005 by Peter (talk | contribs) (Problem solved.)
Jump to navigation Jump to search

< From LaTeX to ConTeXt >

In LaTeX

\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
\textbf{\textsc{bold small caps}}
\end{document}

In ConTeXt

\usemodule[cmscbf]
\useregime[il9]
\enableregime[il9]
\starttext
{\sc Normal and \bf bold Small Caps.}
{\sc Äö¤½æ¼Æ \bf Äö¤½æ¼Æ}
\stoptext

You can download the module t-cmscbf.tex from http://pmrb.free.fr/work/OS/ConTeXt/