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

From Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 09:49, 21 July 2004

< From LaTeX to ConTeXt

LaTeX:

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

ConTeXt: ?? (todo)