Fonts & Character SetsMysterious type 3 fonts appearing in compiled PDF

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
zmall88
Posts: 8
Joined: Thu Sep 23, 2010 3:03 pm

Mysterious type 3 fonts appearing in compiled PDF

Post by zmall88 »

I hope someone can help with this: I am preparing a paper to submit at a conference and they have a specific compliance requirement not allowing any type 3 fonts (only type 1). I compiled my latex file and uploaded it to their server and it said I had one type 3 font on a couple of pages (3 out of 8 pages).

I checked the fonts on my PDF, and it seems I have a mysterious F68, type 3, custom encoding font included in my font list. I check the three pages that the font is apparently on and I couldn't find anything out of the ordinary (no graphics either). I also tried searching for this mysterious font F68 but couldn't find anything anywhere on the internet. I'm sure someone must have faced a similar problem but nothing showed up.

I tried troubleshooting my packages and I can't pinpoint the source package that is making this font. My current preamble is:

Code: Select all

\documentclass[letterpaper, 10 pt, conference]{ieeeconf}
\usepackage{amsmath,amssymb,graphicx}
\overrideIEEEmargins
\newtheorem{thm}{Theorem}
\newtheorem{rem}{Remark}
\newtheorem{defn}{Definition}
When I remove both amsmath and amssymb, I get 212 errors and no F68 font (probably because most of the document doesn't compile). If I remove them separately, however, I still get the F68 font.

Also, if I use another class (ifacconf.cls), I still get another type 3 font on the same pages but this time its called F46. This problem has gotten me completely stumped. I would really appreciate any help from anyone on here.

~IH

PS: I am using pdflatex (LaTeX => PDF) in a MiKTeX distribution with TeXnicCenter.
Last edited by zmall88 on Wed Sep 29, 2010 4:00 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Mysterious type 3 fonts appearing in compiled PDF

Post by meho_r »

Quick check: do you have in your preamble the following line:
\usepackage[T1]{fontenc}
zmall88
Posts: 8
Joined: Thu Sep 23, 2010 3:03 pm

Re: Mysterious type 3 fonts appearing in compiled PDF

Post by zmall88 »

Actually I didn't have that, so I put it in and compiled the tex file. Its still giving me a type 3 font but this time its F108 instead of F68.

PS: See attached screenshot.
Attachments
ffont.jpg
ffont.jpg (47.18 KiB) Viewed 17923 times
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Mysterious type 3 fonts appearing in compiled PDF

Post by meho_r »

It would help if you can provide a Minimal Working Example (MWE).
zmall88
Posts: 8
Joined: Thu Sep 23, 2010 3:03 pm

Mysterious type 3 fonts appearing in compiled PDF

Post by zmall88 »

Since I knew that page 3 had these fonts, I eliminated through a process of bisection, all the lines that made no difference to the output. I get a type 3 font with the code below

Code: Select all

\documentclass[letterpaper, 10 pt, conference]{ieeeconf}
\usepackage{amsmath,amssymb,graphicx}
\usepackage[T1]{fontenc}
\overrideIEEEmargins
\newtheorem{thm}{Theorem}
\newtheorem{rem}{Remark}
\newtheorem{defn}{Definition}
where $g(\mathbf{x}_u,\mathbf{x}_o): \mathbb{R}^3 \times \mathbb{R}^2 \rightarrow \mathbb{R}$ is given by
\end{document}
Maybe its an issue with \mathbb? Note that the font name is now F61. As I was eliminating the paragraphs/lines, it went from F108 to F62 to F61 as far as I recall. What is going on here?
Here is the ieeeonf class.

Thanks for offering to help.

PS: I have AMSfonts and AMSsymb version 3.0 so Type 1 should be present as a default.
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Mysterious type 3 fonts appearing in compiled PDF

Post by meho_r »

I downloaded IEEEconf.cls file and run your code (with slight changes: "IEEEconf" instead of "ieeeconf", commented out "\overrideIEEEmargins", and added \begin{document}):

Code: Select all

\documentclass[letterpaper, 10 pt, conference]{IEEEconf}
\usepackage{amsmath,amssymb,graphicx}
\usepackage[T1]{fontenc}
%\overrideIEEEmargins
\newtheorem{thm}{Theorem}
\newtheorem{rem}{Remark}
\newtheorem{defn}{Definition}
\begin{document}
where $g(\mathbf{x}_u,\mathbf{x}_o): \mathbb{R}^3 \times \mathbb{R}^2 \rightarrow \mathbb{R}$ is given by
\end{document}
The result is in the attachment. No T3 fonts issue here. It is possible that you do not have all necessary fonts installed. Check if these packages are installed: mathptmx, helvet, courier. Also, you may try loading Latin Modern font (\usepackage{lmodern}) or Palatino (\usepackage{mathpazo}) to see how things look then.
Attachments
Test.pdf
(44.7 KiB) Downloaded 438 times
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Mysterious type 3 fonts appearing in compiled PDF

Post by frabjous »

I get the same results as meho_r. Your sample is missing \begin{document}, the class is misnamed, and \overrideIEEEmargins returns an error (as undefined), but if I correct those things, I don't get any Type 3 fonts.

Perhaps it would help to add \listfiles to the code and post your .log file here for comparison. Here's mine, in case it helps.
Attachments
scratch.log
(18.75 KiB) Downloaded 454 times
scratch.pdf
(41.63 KiB) Downloaded 396 times
zmall88
Posts: 8
Joined: Thu Sep 23, 2010 3:03 pm

Mysterious type 3 fonts appearing in compiled PDF

Post by zmall88 »

I tried everything above I believe. I have a times package that says mathptmx is part of pnfss which I can't find in the repository or on CTAN (it says it comes with the latex distribution). In any case, if I put it as a \usepackage, I don't get an error. I tried using pslatex, altfonts, times, mathpazo, etc.. I still get a type 3 fonts (but now its F122). :?

Here is my log file:

This

Code: Select all

 is pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7) (preloaded format=pdflatex 2010.9.23)  23 SEP 2010 23:21
entering extended mode
**C:/Documents*and*Settings/Ismail*Hameduddin/My*Documents/Purdue/Test/LaTeX1.t
ex

("C:/Documents and Settings/Ismail Hameduddin/My Documents/Purdue/Test/LaTeX1.t
ex"
LaTeX2e <2005/12/01>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman, ngerman, german-x-2008-06-18, ngerman-x-2008-06-18, french, loaded.
("C:\Program Files\MiKTeX 2.7\tex\latex\ieeeconf\ieeeconf.cls"
Document Class: ieeeconf 2004/1/15 revision V1.6b by Pradeep Misra
\@IEEEtrantmpdimenA=\dimen102
\@IEEEtrantmpdimenB=\dimen103
\@IEEEtrantmpcountA=\count79
\@IEEEtrantmpcountB=\count80
\@IEEEtrantmptoksA=\toks14
LaTeX Font Info:    Try loading font information for OT1+ptm on input line 792.

("C:\Program Files\MiKTeX 2.7\tex\latex\psnfss\ot1ptm.fd"
File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
)
\@IEEEnormalsizefontbaselineskip=\skip41

-- This is a 10 point document.
\normalsizebaselineskip=\skip42
\normaljot=\skip43
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <5> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 1111.
LaTeX Font Info:    Font shape `OT1/ptm/bx/it' in size <5> not available
(Font)              Font shape `OT1/ptm/b/it' tried instead on input line 1111.

LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <7> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 1111.
LaTeX Font Info:    Font shape `OT1/ptm/bx/it' in size <7> not available
(Font)              Font shape `OT1/ptm/b/it' tried instead on input line 1111.

LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <8> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 1111.
LaTeX Font Info:    Font shape `OT1/ptm/bx/it' in size <8> not available
(Font)              Font shape `OT1/ptm/b/it' tried instead on input line 1111.

LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <9> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 1111.
LaTeX Font Info:    Font shape `OT1/ptm/bx/it' in size <9> not available
(Font)              Font shape `OT1/ptm/b/it' tried instead on input line 1111.

LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <10> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 1111.
LaTeX Font Info:    Font shape `OT1/ptm/bx/it' in size <10> not available
(Font)              Font shape `OT1/ptm/b/it' tried instead on input line 1111.

LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <11> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 1111.
LaTeX Font Info:    Font shape `OT1/ptm/bx/it' in size <11> not available
(Font)              Font shape `OT1/ptm/b/it' tried instead on input line 1111.

LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <12> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 1111.
LaTeX Font Info:    Font shape `OT1/ptm/bx/it' in size <12> not available
(Font)              Font shape `OT1/ptm/b/it' tried instead on input line 1111.

LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <16> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 1111.
LaTeX Font Info:    Font shape `OT1/ptm/bx/it' in size <16> not available
(Font)              Font shape `OT1/ptm/b/it' tried instead on input line 1111.

LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <20> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 1111.
LaTeX Font Info:    Font shape `OT1/ptm/bx/it' in size <20> not available
(Font)              Font shape `OT1/ptm/b/it' tried instead on input line 1111.

LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <24> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 1111.
LaTeX Font Info:    Font shape `OT1/ptm/bx/it' in size <24> not available
(Font)              Font shape `OT1/ptm/b/it' tried instead on input line 1111.

\IEEEilabelindentA=\dimen104
\IEEEilabelindentB=\dimen105
\IEEEilabelindent=\dimen106
\IEEEelabelindent=\dimen107
\IEEEdlabelindent=\dimen108
\labelindent=\dimen109
\IEEEiednormlabelsep=\dimen110
\IEEEiedmathlabelsep=\dimen111
\IEEEiedtopsep=\skip44
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@IEEEsubequation=\count85
\abovecaptionskip=\skip45
\belowcaptionskip=\skip46
\c@figure=\count86
\c@table=\count87
\@IEEEeqnnumcols=\count88
\@IEEEeqncolcnt=\count89
\@IEEEtmpitemindent=\dimen112
\c@biography=\count90
\@IEEEtranrubishbin=\box26
) ("C:\Program Files\MiKTeX 2.7\tex\latex\amsmath\amsmath.sty"
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip47

For additional information on amsmath, use the `?' option.
("C:\Program Files\MiKTeX 2.7\tex\latex\amsmath\amstext.sty"
Package: amstext 2000/06/29 v2.01

("C:\Program Files\MiKTeX 2.7\tex\latex\amsmath\amsgen.sty"
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks15
\ex@=\dimen113
))
("C:\Program Files\MiKTeX 2.7\tex\latex\amsmath\amsbsy.sty"
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen114
)
("C:\Program Files\MiKTeX 2.7\tex\latex\amsmath\amsopn.sty"
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count91
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count92
\leftroot@=\count93
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count94
\DOTSCASE@=\count95
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box27
\strutbox@=\box28
\big@size=\dimen115
LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
\macc@depth=\count96
\c@MaxMatrixCols=\count97
\dotsspace@=\muskip10
\c@parentequation=\count98
\dspbrk@lvl=\count99
\tag@help=\toks16
\row@=\count100
\column@=\count101
\maxfields@=\count102
\andhelp@=\toks17
\eqnshift@=\dimen116
\alignsep@=\dimen117
\tagshift@=\dimen118
\tagwidth@=\dimen119
\totwidth@=\dimen120
\lineht@=\dimen121
\@envbody=\toks18
\multlinegap=\skip48
\multlinetaggap=\skip49
\mathdisplay@stack=\toks19
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
("C:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\amssymb.sty"
Package: amssymb 2009/06/22 v3.00

("C:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\amsfonts.sty"
Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
(Font)                  U/euf/m/n --> U/euf/b/n on input line 96.
))
("C:\Program Files\MiKTeX 2.7\tex\latex\graphics\graphicx.sty"
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

("C:\Program Files\MiKTeX 2.7\tex\latex\graphics\keyval.sty"
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks20
)
("C:\Program Files\MiKTeX 2.7\tex\latex\graphics\graphics.sty"
Package: graphics 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)

("C:\Program Files\MiKTeX 2.7\tex\latex\graphics\trig.sty"
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
("C:\Program Files\MiKTeX 2.7\tex\latex\00miktex\graphics.cfg"
File: graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
)
Package graphics Info: Driver file: pdftex.def on input line 90.

("C:\Program Files\MiKTeX 2.7\tex\latex\pdftex-def\pdftex.def"
File: pdftex.def 2008/09/08 v0.04l Graphics/color for pdfTeX
\Gread@gobject=\count103
))
\Gin@req@height=\dimen122
\Gin@req@width=\dimen123
)
("C:\Program Files\MiKTeX 2.7\tex\latex\base\fontenc.sty"
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

("C:\Program Files\MiKTeX 2.7\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.
)
LaTeX Font Info:    Try loading font information for T1+ptm on input line 100.

("C:\Program Files\MiKTeX 2.7\tex\latex\psnfss\t1ptm.fd"
File: t1ptm.fd 2001/06/04 font definitions for T1/ptm.
))
** ATTENTION: Overriding IEEE standard margins (line 4).
\c@thm=\count104
\c@rem=\count105
\c@defn=\count106
(LaTeX1.aux)
LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 8.
LaTeX Font Info:    ... okay on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <5> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/it' in size <5> not available
(Font)              Font shape `T1/ptm/b/it' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <7> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/it' in size <7> not available
(Font)              Font shape `T1/ptm/b/it' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <8> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/it' in size <8> not available
(Font)              Font shape `T1/ptm/b/it' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <9> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/it' in size <9> not available
(Font)              Font shape `T1/ptm/b/it' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <10> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/it' in size <10> not available
(Font)              Font shape `T1/ptm/b/it' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <11> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/it' in size <11> not available
(Font)              Font shape `T1/ptm/b/it' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <12> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/it' in size <12> not available
(Font)              Font shape `T1/ptm/b/it' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <16> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/it' in size <16> not available
(Font)              Font shape `T1/ptm/b/it' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <20> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/it' in size <20> not available
(Font)              Font shape `T1/ptm/b/it' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <24> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 8.
LaTeX Font Info:    Font shape `T1/ptm/bx/it' in size <24> not available
(Font)              Font shape `T1/ptm/b/it' tried instead on input line 8.
 ("C:\Program Files\MiKTeX 2.7\tex\context\base\supp-pdf.tex"
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count107
\scratchdimen=\dimen124
\scratchbox=\box29
\nofMPsegments=\count108
\nofMParguments=\count109
\everyMPshowfont=\toks21
\MPscratchCnt=\count110
\MPscratchDim=\dimen125
\MPnumerator=\count111
\everyMPtoPDFconversion=\toks22
)
LaTeX Font Info:    Try loading font information for U+msa on input line 9.
 ("C:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\umsa.fd"
File: umsa.fd 2009/06/22 v3.00 AMS symbols A
)
LaTeX Font Info:    Try loading font information for U+msb on input line 9.

("C:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\umsb.fd"
File: umsb.fd 2009/06/22 v3.00 AMS symbols B
)

! LaTeX Error: Can be used only in preamble.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.10 \listfiles
               
Your command was ignored.
Type  I <command> <return>  to replace it with another command,
or  <return>  to continue without it.


** Conference Paper **
Before submitting the final camera ready copy, remember to:

 1. Manually equalize the lengths of two columns on the last page
 of your paper;

 2. Ensure that any PostScript and/or PDF output post-processing
 uses only Type 1 fonts and that every step in the generation
 process uses the US letter (8.5in X 11in) paper size.

[1

{C:/Documents and Settings/All Users/Application Data/MiKTeX/2.7/pdftex/config/
pdftex.map}

] (LaTeX1.aux) ) 
Here is how much of TeX's memory you used:
 2641 strings out of 95304
 33441 string characters out of 1183032
 80763 words of memory out of 1500000
 5856 multiletter control sequences out of 110000
 93649 words of font info for 102 fonts, out of 1200000 for 2000
 14 hyphenation exceptions out of 8191
 27i,4n,24p,360b,105s stack positions out of 5000i,500n,10000p,200000b,5000s
 <C:\Documents and Settings\All Users\Application Data\MiKTeX\2
.7\fonts\pk\ljfour\public\amsfonts\dpi600\msbm10.pk>
Output written on LaTeX1.pdf (1 page, 1747 bytes).
PDF statistics:
 11 PDF objects out of 1000 (max. 8388607)
 0 named destinations out of 1000 (max. 131072)
 1 words of extra memory for PDF output out of 10000 (max. 10000000)
Thanks for helping out.
zmall88
Posts: 8
Joined: Thu Sep 23, 2010 3:03 pm

Re: Mysterious type 3 fonts appearing in compiled PDF

Post by zmall88 »

I also isolated the problem to the \mathbb (part of the AMSsymbols/AMSfonts package). I've attached my tex and pdf file.
Attachments
LaTeX1.pdf
(1.71 KiB) Downloaded 519 times
LaTeX1.tex
(277 Bytes) Downloaded 402 times
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Mysterious type 3 fonts appearing in compiled PDF

Post by frabjous »

\listfiles needs to go at the very beginning of the file, even before \documentclass to work properly; so it didn't provide the nice tidy list I would have wanted, but I still think your .log file is helpful.

When I compile your simpler code (adding \listfiles), I get this log file:

Code: Select all

This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) (format=pdflatex 2010.9.20)  23 SEP 2010 16:55
entering extended mode
 restricted \write18 enabled.
 file:line:error style messages enabled.
 %&-line parsing enabled.
**scratch.tex
(./scratch.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2009-06-19, ngerman-x-2009-06-19, afrikaans, ancientgreek, ibycus, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, farsi, finnish, french,
 galician, german, ngerman, swissgerman, monogreek, greek, hungarian, icelandic
, assamese, bengali, gujarati, hindi, kannada, malayalam, marathi, oriya, panja
bi, tamil, telugu, indonesian, interlingua, irish, italian, kurmanji, lao, lati
n, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk, polish, portu
guese, romanian, russian, sanskrit, serbian, slovak, slovenian, spanish, swedis
h, turkish, turkmen, ukrainian, uppersorbian, welsh, loaded.
(/usr/local/texlive/2010/texmf-dist/tex/latex/IEEEconf/IEEEconf.cls
Document Class: IEEEconf 2009/04/05 v1.4 IEEE Computer Society 8.5x11" conferen
ce proceedings
(/usr/local/texlive/2010/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2010/texmf-dist/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
) (/usr/local/texlive/2010/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/09/12 v5.6 Page Geometry
(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
\KV@toks@=\toks14
) (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2010/01/28 v2.1 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in pdf mode detected.
) (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Switches for detecting VTeX and its modes (HO)
Package ifvtex Info: VTeX not detected.
) (/usr/local/texlive/2010/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm@cnth=\count87
\Gm@cntv=\count88
\c@Gm@tempcnt=\count89
\Gm@bindingoffset=\dimen103
\Gm@wd@mp=\dimen104
\Gm@odd@mp=\dimen105
\Gm@even@mp=\dimen106
\Gm@layoutwidth=\dimen107
\Gm@layoutheight=\dimen108
\Gm@layouthoffset=\dimen109
\Gm@layoutvoffset=\dimen110
\Gm@dimlist=\toks15
) (/usr/local/texlive/2010/texmf-dist/tex/latex/psnfss/mathptmx.sty
Package: mathptmx 2005/04/12 PSNFSS-v9.2a Times w/ Math, improved (SPQR, WaS) 
LaTeX Font Info:    Redeclaring symbol font `operators' on input line 28.
LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmr/m/n --> OT1/ztmcm/m/n on input line 28.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/ztmcm/m/n on input line 28.
LaTeX Font Info:    Redeclaring symbol font `letters' on input line 29.
LaTeX Font Info:    Overwriting symbol font `letters' in version `normal'
(Font)                  OML/cmm/m/it --> OML/ztmcm/m/it on input line 29.
LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
(Font)                  OML/cmm/b/it --> OML/ztmcm/m/it on input line 29.
LaTeX Font Info:    Redeclaring symbol font `symbols' on input line 30.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `normal'
(Font)                  OMS/cmsy/m/n --> OMS/ztmcm/m/n on input line 30.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
(Font)                  OMS/cmsy/b/n --> OMS/ztmcm/m/n on input line 30.
LaTeX Font Info:    Redeclaring symbol font `largesymbols' on input line 31.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `normal'
(Font)                  OMX/cmex/m/n --> OMX/ztmcm/m/n on input line 31.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
(Font)                  OMX/cmex/m/n --> OMX/ztmcm/m/n on input line 31.
\symbold=\mathgroup4
\symitalic=\mathgroup5
LaTeX Font Info:    Redeclaring math alphabet \mathbf on input line 34.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  OT1/cmr/bx/n --> OT1/ptm/bx/n on input line 34.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/ptm/bx/n on input line 34.
LaTeX Font Info:    Redeclaring math alphabet \mathit on input line 35.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  OT1/cmr/m/it --> OT1/ptm/m/it on input line 35.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmr/bx/it --> OT1/ptm/m/it on input line 35.
LaTeX Info: Redefining \hbar on input line 50.
) (/usr/local/texlive/2010/texmf-dist/tex/latex/psnfss/helvet.sty
Package: helvet 2005/04/12 PSNFSS-v9.2a (WaS) 
) (/usr/local/texlive/2010/texmf-dist/tex/latex/psnfss/courier.sty
Package: courier 2005/04/12 PSNFSS-v9.2a (WaS) 
) (/usr/local/texlive/2010/texmf-dist/tex/latex/tools/array.sty
Package: array 2008/09/09 v2.4c Tabular extension package (FMi)
\col@sep=\dimen111
\extrarowheight=\dimen112
\NC@list=\toks16
\extratabsurround=\skip43
\backup@length=\skip44
)
\ieee@author@width=\skip45
(/usr/local/texlive/2010/texmf-dist/tex/latex/titlesec/titlesec.sty
Package: titlesec 2007/08/12 v2.8 Sectioning titles
\ttl@box=\box26
\beforetitleunit=\skip46
\aftertitleunit=\skip47
\ttl@plus=\dimen113
\ttl@minus=\dimen114
\ttl@toksa=\toks17
\titlewidth=\dimen115
\titlewidthlast=\dimen116
\titlewidthfirst=\dimen117
)) (/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip48
For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01
(/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks18
\ex@=\dimen118
)) (/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen119
) (/usr/local/texlive/2010/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count90
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count91
\leftroot@=\count92
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count93
\DOTSCASE@=\count94
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box27
\strutbox@=\box28
\big@size=\dimen120
LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
\macc@depth=\count95
\c@MaxMatrixCols=\count96
\dotsspace@=\muskip10
\c@parentequation=\count97
\dspbrk@lvl=\count98
\tag@help=\toks19
\row@=\count99
\column@=\count100
\maxfields@=\count101
\andhelp@=\toks20
\eqnshift@=\dimen121
\alignsep@=\dimen122
\tagshift@=\dimen123
\tagwidth@=\dimen124
\totwidth@=\dimen125
\lineht@=\dimen126
\@envbody=\toks21
\multlinegap=\skip49
\multlinetaggap=\skip50
\mathdisplay@stack=\toks22
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
) (/usr/local/texlive/2010/texmf-dist/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2009/06/22 v3.00
(/usr/local/texlive/2010/texmf-dist/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2009/06/22 v3.00 Basic AMSFonts support
\symAMSa=\mathgroup6
\symAMSb=\mathgroup7
LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
(Font)                  U/euf/m/n --> U/euf/b/n on input line 96.
)) (/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
(/usr/local/texlive/2010/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
) (/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.
(/usr/local/texlive/2010/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2010/09/14 v0.05b Graphics/color for pdfTeX
\Gread@gobject=\count102
))
\Gin@req@height=\dimen127
\Gin@req@width=\dimen128
) (/usr/local/texlive/2010/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package
(/usr/local/texlive/2010/texmf-dist/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.
))
\c@thm=\count103
\c@rem=\count104
\c@defn=\count105

LaTeX Warning: Unused global option(s):
    [conference].

(./scratch.aux)
\openout1 = `scratch.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 9.
LaTeX Font Info:    ... okay on input line 9.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 9.
LaTeX Font Info:    ... okay on input line 9.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 9.
LaTeX Font Info:    ... okay on input line 9.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 9.
LaTeX Font Info:    ... okay on input line 9.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 9.
LaTeX Font Info:    ... okay on input line 9.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 9.
LaTeX Font Info:    ... okay on input line 9.
LaTeX Font Info:    Try loading font information for T1+ptm on input line 9.
(/usr/local/texlive/2010/texmf-dist/tex/latex/psnfss/t1ptm.fd
File: t1ptm.fd 2001/06/04 font definitions for T1/ptm.
)
*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: letterpaper
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: 
* h-part:(L,W,R)=(72.27pt, 469.75499pt, 72.27pt)
* v-part:(T,H,B)=(72.26999pt, 641.39624pt, 81.30376pt)
* \paperwidth=614.295pt
* \paperheight=794.96999pt
* \textwidth=469.75499pt
* \textheight=641.39624pt
* \oddsidemargin=0.00002pt
* \evensidemargin=0.00002pt
* \topmargin=0.0pt
* \headheight=0.0pt
* \headsep=0.0pt
* \topskip=10.0pt
* \footskip=0.0pt
* \marginparwidth=4.0pt
* \marginparsep=10.0pt
* \columnsep=27.10124pt
* \skip\footins=9.0pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumntrue
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)

(/usr/local/texlive/2010/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count106
\scratchdimen=\dimen129
\scratchbox=\box29
\nofMPsegments=\count107
\nofMParguments=\count108
\everyMPshowfont=\toks23
\MPscratchCnt=\count109
\MPscratchDim=\dimen130
\MPnumerator=\count110
\everyMPtoPDFconversion=\toks24
) (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2010/04/01 v0.9 Utility functions of pdfTeX for LuaTeX (HO)

(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/message (HO)
) (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
) (/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2010/04/26 v1.7 LaTeX kernel commands for general use (HO)
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
) (/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf
(/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2007/09/30 v1.0 Managing graphics extensions (HO)
) (/usr/local/texlive/2010/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2010/02/22 v3.7 Keyval support for LaTeX options (HO)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2010/03/01 v1.9 Key value parser (HO)
(/usr/local/texlive/2010/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2010/01/28 v1.3 Prefix for e-TeX command names (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds)             That can mean that you are not using pdfTeX 1.50 or
(etexcmds)             that some package has redefined \expanded.
(etexcmds)             In the latter case, load this package earlier.
)))
Package grfext Info: Graphics extension search list:
(grfext)             [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext)             \AppendGraphicsExtensions on input line 436.
(/usr/local/texlive/2010/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
LaTeX Font Info:    Try loading font information for OT1+ztmcm on input line 10
.
(/usr/local/texlive/2010/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd
File: ot1ztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OT1/ztmcm.
)
LaTeX Font Info:    Try loading font information for OML+ztmcm on input line 10
.
(/usr/local/texlive/2010/texmf-dist/tex/latex/psnfss/omlztmcm.fd
File: omlztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OML/ztmcm.
)
LaTeX Font Info:    Try loading font information for OMS+ztmcm on input line 10
.
(/usr/local/texlive/2010/texmf-dist/tex/latex/psnfss/omsztmcm.fd
File: omsztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMS/ztmcm.
)
LaTeX Font Info:    Try loading font information for OMX+ztmcm on input line 10
.
(/usr/local/texlive/2010/texmf-dist/tex/latex/psnfss/omxztmcm.fd
File: omxztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMX/ztmcm.
)
LaTeX Font Info:    Try loading font information for OT1+ptm on input line 10.
(/usr/local/texlive/2010/texmf-dist/tex/latex/psnfss/ot1ptm.fd
File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
)
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <10> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 10.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <7.4> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 10.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <6> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 10.
[1

{/home/kck/.texlive2010/texmf-var/fonts/map/pdftex/updmap/pdftex.map}

] (./scratch.aux)

 *File List*
IEEEconf.cls    2009/04/05 v1.4 IEEE Computer Society 8.5x11" conference procee
dings
 article.cls    2007/10/19 v1.4h Standard LaTeX document class
  size10.clo    2007/10/19 v1.4h Standard LaTeX file (size option)
geometry.sty    2010/09/12 v5.6 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)
 ifxetex.sty    2010/09/12 v0.6 Provides ifxetex conditional
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
 amsmath.sty    2000/07/18 v2.13 AMS math features
 amstext.sty    2000/06/29 v2.01
  amsgen.sty    1999/11/30 v2.0
  amsbsy.sty    1999/11/29 v1.2d
  amsopn.sty    1999/12/14 v2.01 operator names
 amssymb.sty    2009/06/22 v3.00
amsfonts.sty    2009/06/22 v3.00 Basic AMSFonts support
graphicx.sty    1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty    2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
    trig.sty    1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg    2010/04/23 v1.9 graphics configuration of TeX Live
  pdftex.def    2010/09/14 v0.05b Graphics/color for pdfTeX
 fontenc.sty
   t1enc.def    2005/09/27 v1.99g Standard LaTeX file
   t1ptm.fd    2001/06/04 font definitions for T1/ptm.
supp-pdf.mkii
pdftexcmds.sty    2010/04/01 v0.9 Utility functions of pdfTeX for LuaTeX (HO)
infwarerr.sty    2010/04/08 v1.3 Providing info/warning/message (HO)
ifluatex.sty    2010/03/01 v1.3 Provides the ifluatex switch (HO)
 ltxcmds.sty    2010/04/26 v1.7 LaTeX kernel commands for general use (HO)
epstopdf-base.sty    2010/02/09 v2.5 Base part for package epstopdf
  grfext.sty    2007/09/30 v1.0 Managing graphics extensions (HO)
kvoptions.sty    2010/02/22 v3.7 Keyval support for LaTeX options (HO)
kvsetkeys.sty    2010/03/01 v1.9 Key value parser (HO)
etexcmds.sty    2010/01/28 v1.3 Prefix for e-TeX command names (HO)
epstopdf-sys.cfg    2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
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.
  ot1ptm.fd    2001/06/04 font definitions for OT1/ptm.
 ***********

 ) 
Here is how much of TeX's memory you used:
 3391 strings out of 493738
 44631 string characters out of 3143023
 102871 words of memory out of 3000000
 6622 multiletter control sequences out of 15000+200000
 15401 words of font info for 40 fonts, out of 3000000 for 9000
 714 hyphenation exceptions out of 8191
 37i,4n,24p,233b,107s stack positions out of 5000i,500n,10000p,200000b,50000s
</usr/local/texlive/2010/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm1
0.pfb>
Output written on scratch.pdf (1 page, 3474 bytes).
PDF statistics:
 12 PDF objects out of 1000 (max. 8388607)
 7 compressed objects within 1 object stream
 0 named destinations out of 1000 (max. 500000)
 1 words of extra memory for PDF output out of 10000 (max. 10000000)
If you open my PDF up, the single embedded font is a type 1 font called "msbm10". Given that, I think the important differences between our log files is the following. Mine has:

Code: Select all

</usr/local/texlive/2010/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb>
In the same place where yours has:

Code: Select all

<C:\Documents and Settings\All Users\Application Data\MiKTeX\2
.7\fonts\pk\ljfour\public\amsfonts\dpi600\msbm10.pk>
Of course, the "dpi600" is a dead give away that it's a rasterized font, since dots per inches doesn't make any sense for Type 1 fonts.

Now, .pfb are type 1 fonts and .pk are type 3 fonts. If I were you, I'd check the fonts\ directory and see if the Type 1 fonts are there, but not being used for some reason, or if you just don't have them installed. You may have version 3 of the amsfonts package, but that doesn't mean you have the latest versions of the fonts themselves.

I don't use MikTeX, and I'm not familiar enough with it to know how you'd go about updating the installed fonts, but maybe you could take it from there.

(Incidentally, if all you need is a quick copy to submit to this conference, you could just use one of the online compilers out there; the one I tried--ScribTeX--gave all Type1 fonts.)
Attachments
scratch.pdf
(3.39 KiB) Downloaded 396 times
Last edited by frabjous on Thu Sep 23, 2010 11:17 pm, edited 2 times in total.
Post Reply