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

From Wiki
Revision as of 09:49, 21 July 2004 by Patrick Gundlach (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

< From LaTeX to ConTeXt

LaTeX:

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

ConTeXt: ?? (todo)