I have installed before few days MiKTeX 2.9 with cm-super package. However, it seems that pdflatex doesn't use the outline fonts properly with T1 encoding
Running the following tex file:
Code: Select all
\documentclass{article}
\usepackage[T1]{fontenc}
\begin{document}
\textbf{\textsc {Test}}
\end{document}
I made sure that cm-super is installed properly by using verify switch in the mpm (package manager) command.
Here is the log file:
Code: Select all
This is pdfTeX, Version 3.1415926-1.40.11 (MiKTeX 2.9) (preloaded format=pdflatex 2010.12.12) 13 DEC 2010 00:07
entering extended mode
**D:/Users/M.A/Documents/LaTeX**Documents/test_pdflatex.tex
("D:/Users/M.A/Documents/LaTeX Documents/test_pdflatex.tex"
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, afrikaans, ancientgreek, ar
abic, armenian, assamese, basque, bengali, bokmal, bulgarian, catalan, coptic,
croatian, czech, danish, dutch, esperanto, estonian, farsi, finnish, french, ga
lician, german, german-x-2009-06-19, greek, gujarati, hindi, hungarian, iceland
ic, indonesian, interlingua, irish, italian, kannada, kurmanji, lao, latin, lat
vian, lithuanian, malayalam, marathi, mongolian, mongolianlmc, monogreek, ngerm
an, ngerman-x-2009-06-19, nynorsk, oriya, panjabi, pinyin, polish, portuguese,
romanian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, swis
sgerman, tamil, telugu, turkish, turkmen, ukenglish, ukrainian, uppersorbian, u
senglishmax, welsh, loaded.
("D:\Program Files\MiKTeX 2.9\tex\latex\base\article.cls"
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
("D:\Program Files\MiKTeX 2.9\tex\latex\base\size10.clo"
File: size10.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
("D:\Program Files\MiKTeX 2.9\tex\latex\base\fontenc.sty"
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
("D:\Program Files\MiKTeX 2.9\tex\latex\base\t1enc.def"
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info: Redeclaring font encoding T1 on input line 43.
))
("D:\Users\M.A\Documents\LaTeX Documents\test_pdflatex.aux")
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
[1
{D:/Users/M.A/AppData/Local/MiKTeX/2.9/pdftex/config/pdftex.map}]
("D:\Users\M.A\Documents\LaTeX Documents\test_pdflatex.aux") )
Here is how much of TeX's memory you used:
418 strings out of 494019
4056 string characters out of 3146503
48862 words of memory out of 3000000
3783 multiletter control sequences out of 15000+200000
5868 words of font info for 17 fonts, out of 3000000 for 9000
714 hyphenation exceptions out of 8191
23i,4n,17p,192b,113s stack positions out of 5000i,500n,10000p,200000b,50000s
<D:\Users\M.A\A
ppData\Local\MiKTeX\2.9\fonts\pk\ljfour\jknappen\ec\dpi600\ecrm1000.pk> <D:\Use
rs\M.A\AppData\Local\MiKTeX\2.9\fonts\pk\ljfour\jknappen\ec\dpi600\ecxc1000.pk>
Output written on test_pdflatex.pdf (1 page, 3317 bytes).
PDF statistics:
19 PDF objects out of 1000 (max. 8388607)
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
Thanks,