Difference between revisions of "Small caps across styles (bold, italics, etc.)"

From Wiki
Jump to navigation Jump to search
m (Reverted edit of 67.159.5.117, changed back to last version by Brooks)
(Problem solved.)
Line 12: Line 12:
 
== In ConTeXt ==
 
== In ConTeXt ==
  
{{howto}}
+
<texcode>
 +
\usemodule[cmscbf]
 +
\useregime[il9]
 +
\enableregime[il9]
 +
\starttext
 +
{\sc Normal and \bf bold Small Caps.}
 +
{\sc Äö¤½æ¼Æ \bf Äö¤½æ¼Æ}
 +
\stoptext
 +
</texcode>
 +
 
 +
You can download the module t-cmscbf.tex from http://pmrb.free.fr/work/OS/ConTeXt/
  
 
[[Category:Fonts]]
 
[[Category:Fonts]]
 
[[Category:From LaTeX]]
 
[[Category:From LaTeX]]

Revision as of 21:30, 28 December 2005

< 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/