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

From Wiki
Revision as of 10:36, 22 September 2005 by Patrick Gundlach (talk | contribs) (Reverted edit of 67.159.5.117, changed back to last version by Brooks)
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


The author of this entry is looking for a solution for the described problem. (See: How to?)