Standard LaTeX does not provide italic small caps. For example,
\documentclass{article}
\usepackage{times}
\begin{document}
\textsc{Hello \emph{world}}
\textsc{Hello \emph{\textbf{world}}}
\end{document}
produces:
The times-itsc package provided here fixes this, to give:
- Unpack this tar.gz file in your texmf hierarchy.
- Run
mktexlsrortexhash. - Then use the
times-itscpackage in place of the times package.
The files are generated using fontinst; to generate the files:
- Clone this git repository.
- Type
make. - If this doesn't work, make sure you have
ptmr8a.afmis part of your TeX distribution. On Debian or Ubuntu, installing thetexlive-fonts-recommendedshould provide this.
Thanks to:
- Daniel Ashbrook for helpful comments on an earlier version of the package.
- jjulino for implementing bold italic small caps.

