Fonts & Character Setsmathpazo osf error

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
johnjamessmith0
Posts: 37
Joined: Sun Mar 29, 2009 1:41 am

mathpazo osf error

Post by johnjamessmith0 »

Code: Select all

\documentclass[12pt]{article}

\usepackage[osf]{mathpazo}

\begin{document}

123

\end{document}
gives

Code: Select all

This is pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7) (preloaded format=pdflatex 2009.4.13)  28 SEP 2009 17:41
entering extended mode
**

[...]

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\base\article.cls"
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
("C:\Program Files\MiKTeX 2.7\tex\latex\base\size12.clo"
File: size12.clo 2005/09/16 v1.4f 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
)
("C:\Program Files\MiKTeX 2.7\tex\latex\psnfss\mathpazo.sty"
Package: mathpazo 2005/04/12 PSNFSS-v9.2a Palatino w/ Pazo Math (D.Puga, WaS) 
\symupright=\mathgroup4
)
No file mathpazo_osf.aux.
LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 5.
LaTeX Font Info:    ... okay on input line 5.
LaTeX Font Info:    Try loading font information for OT1+pplj on input line 5.
("C:\Program Files\MiKTeX 2.7\tex\latex\psnfss\ot1pplj.fd"
File: ot1pplj.fd 2004/09/06 font definitions for OT1/pplj.
)
\big@size=\dimen103
 [1

{C:/ProgramData/MiKTeX/2.7/pdftex/config/pdftex.map}] (mathpazo_osf.aux) ) 
Here is how much of TeX's memory you used:
 308 strings out of 95304
 3342 string characters out of 1183070
 47051 words of memory out of 1500000
 3583 multiletter control sequences out of 110000
 6259 words of font info for 19 fonts, out of 3000000 for 5000
 14 hyphenation exceptions out of 8191
 22i,4n,19p,149b,107s stack positions out of 5000i,500n,10000p,200000b,50000s
{C:/P
rogram Files/MiKTeX 2.7/fonts/enc/dvips/fontname/8r.enc}
!pdfTeX error: pdflatex (file fplrc8a.pfb): cannot open Type 1 font file for re
ading
 ==> Fatal error occurred, no output PDF file produced!
How very saddening.

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10344
Joined: Mon Mar 10, 2008 9:44 pm

mathpazo osf error

Post by Stefan Kottwitz »

It's working on my system with TeX Live 2009.
johnjamessmith0 wrote: !pdfTeX error: pdflatex (file fplrc8a.pfb): cannot open Type 1 font file for reading
==> Fatal error occurred, no output PDF file produced!
On my system fplrc8a.pfb is located in /usr/local/texlive/2009/texmf-dist/fonts/type1/public/fpl. Check if the fpl package is installed on your system, if not: install the fpl package using the MiKTeX package manager.

Stefan
LaTeX.org admin
johnjamessmith0
Posts: 37
Joined: Sun Mar 29, 2009 1:41 am

Re: mathpazo osf error

Post by johnjamessmith0 »

Thank you so much!

Unrelated, maybe I'll ask it in the other forum: unfortunately, I had to copy the files manually from CTAN; I always get "LZMA decoder errors" from MiKTeX's Package Manager.
Post Reply