The description environment allows an optional heading, like \item [<heading>] text, to be used. By default this makes the text <heading> bold.
I'm having the issue that this style of heading text is overriding my \textsc{}.
Why won't the description environment honor my \textsc{}?
Here's a picture:
And a MWE:
\documentclass[12pt]{book}
\begin{document}
This is normal text. \textsc{This is in small caps.}
\begin{description}
\item [\textsc{Why not small caps?}] Why isn't the text at left in small caps?
\end{description}
\end{document}



\item [\mdseries\textsc{Why not small caps?}]will turn off bold, thereby making small caps accessible – Steven B. Segletes Feb 26 '15 at 21:09\fauxscin my answer. – Steven B. Segletes Feb 26 '15 at 21:19\fakescsolution ;-) – Feb 26 '15 at 21:20