I've defined the following command
\newcommand{\CI}{\textsc{Ci}~}
which produces a C with a small uppercase i.
The only problem I have is that when I use this command in the \chapter or \section environment the i is lower case.
How can I fix that?
\documentclass{...}and ending with\end{document}. – Aug 18 '14 at 15:06\usepackage[T1]{fontenc}you should get what you want. – egreg Aug 18 '14 at 15:09