manpagez: man pages & more
info texinfo
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

9.2.2 @sc{text}: The Small Caps Font

Use the ‘@sc’ command to set text in A SMALL CAPS FONT (where possible). Write the text you want to be in small caps between braces in lowercase, like this:

Richard @sc{Stallman} commencé GNU.

This produces:

Richard STALLMAN commencé GNU.

As shown here, we recommend reserving @sc for special cases where you want typographic small caps; family names are one such, especially in languages other than English, though there are no hard-and-fast rules about such things.

TeX typesets any uppercase letters between the braces of an @sc command in full-size capitals; only lowercase letters are printed in the small caps font. In the Info output, the argument to @sc is printed in all uppercase. In HTML, the argument is uppercased and the output marked with the <small> tag to reduce the font size, since HTML cannot easily represent true small caps.

Overall, we recommend using standard upper- and lowercase letters wherever possible.


This document was generated on October 2, 2013 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.