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

From Wiki
Jump to navigation Jump to search
 
(added Category Fonts, From LaTeX, How to?, template added, but please help improving it)
Line 1: Line 1:
 
< [[From LaTeX to ConTeXt]]
 
< [[From LaTeX to ConTeXt]]
  
LaTeX:
+
== In LaTeX ==
<pre>
+
<texcode>
 
\documentclass{article}
 
\documentclass{article}
 
\usepackage[T1]{fontenc}
 
\usepackage[T1]{fontenc}
Line 8: Line 8:
 
\textbf{\textsc{bold small caps}}
 
\textbf{\textsc{bold small caps}}
 
\end{document}
 
\end{document}
</pre>
+
</texcode>
  
ConTeXt: ?? (todo)
+
== In ConTeXt ==
 +
 
 +
{{howto}}
 +
 
 +
[[Category:Fonts]]
 +
[[Category:From LaTeX]]
 +
[[Category:How to?]]

Revision as of 01:13, 12 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?)