Open main menu

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

Revision as of 01:13, 12 August 2005 by Mojca Miklavec (talk | contribs) (added Category Fonts, From LaTeX, How to?, template added, but please help improving it)

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?)