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

From Wiki
Jump to navigation Jump to search
m (the doubled category (one induced by template) removed)
m (Added closing '>' on top navbar.)
Line 1: Line 1:
< [[From LaTeX to ConTeXt]]
+
< [[From LaTeX to ConTeXt]] >
  
 
== In LaTeX ==
 
== In LaTeX ==

Revision as of 23:48, 14 August 2005

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