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

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