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
Code, edit and compile here:
\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:07entering 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, arabic, armenian, assamese, basque, bengali, bokmal, bulgarian, catalan, coptic,croatian, czech, danish, dutch, esperanto, estonian, farsi, finnish, french, galician, german, german-x-2009-06-19, greek, gujarati, hindi, hungarian, icelandic, indonesian, interlingua, irish, italian, kannada, kurmanji, lao, latin, latvian, lithuanian, malayalam, marathi, mongolian, mongolianlmc, monogreek, ngerman, ngerman-x-2009-06-19, nynorsk, oriya, panjabi, pinyin, polish, portuguese,romanian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedish, swissgerman, tamil, telugu, turkish, turkmen, ukenglish, ukrainian, uppersorbian, usenglishmax, 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 fileLaTeX 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.
Thanks,