-1

Possible Duplicate:
Using \textsc{} within \section{}

I tried \section{abc \textsc{test}} but it doesn't work.

I guess there must be some simple way to do it. Is it impossible? Why devote my question? I don't care if the small cap is bold or not.

 \documentclass{article}

 \begin{document}

 \section{abc \textsc{test}}

 the above.

 \end{document}
colinfang
  • 1,541

1 Answers1

3

Add to your preamble the line

\usepackage[T1]{fontenc}
egreg
  • 1,121,712