Consider the following test document
Code: Select all
\documentclass[letterpaper, 10pt, conference]{ieeeconf}
\begin{document}
r$r$\emph{r}
\end{document}
Code: Select all
\documentclass[letterpaper, 10pt, conference]{ieeeconf}
\begin{document}
r$r$\emph{r}
\end{document}
Code: Select all
*File List*
IEEEconf.cls 2009/04/05 v1.4 IEEE Computer Society 8.5x11" conference proceedings
article.cls 2007/10/19 v1.4h Standard LaTeX document class
size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
geometry.sty 2010/07/13 v5.5 Page Geometry
keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
ifpdf.sty 2010/01/28 v2.1 Provides the ifpdf switch (HO)
ifvtex.sty 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
mathptmx.sty 2005/04/12 PSNFSS-v9.2a Times w/ Math, improved (SPQR, WaS)
helvet.sty 2005/04/12 PSNFSS-v9.2a (WaS)
courier.sty 2005/04/12 PSNFSS-v9.2a (WaS)
array.sty 2008/09/09 v2.4c Tabular extension package (FMi)
titlesec.sty 2007/08/12 v2.8 Sectioning titles
ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
ot1ztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OT1/ztmcm.
omlztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OML/ztmcm.
omsztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMS/ztmcm.
omxztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMX/ztmcm.
***********
Code: Select all
*File List*
../styles/ieeeconf.cls
ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
***********
Code: Select all
*File List*
IEEEtran.cls 2007/03/05 V1.7a by Michael Shell
ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
***********
Code: Select all
\listfiles
\documentclass[12pt,letterpaper,conference]{IEEEtran}
\begin{document}
r$r$\emph{r}
\end{document}
Code: Select all
*File List*
IEEEtran.cls 2007/03/05 V1.7a by Michael Shell
ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
***********
Code: Select all
name type emb sub uni object ID
------------------------------------ ----------------- --- --- --- ---------
OYEIID+NimbusRomNo9L-Regu Type 1 yes yes no 4 0
CLHIQO+CMMI12 Type 1 yes yes no 5 0
MXFINE+NimbusRomNo9L-ReguItal Type 1 yes yes no 6 0
Perfect! That's it!localghost wrote: Adding the txfonts package has the result shown in my first reply.