Fonts & Character Setsmathpazo error with osf, sc

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 error with osf, sc

Post by johnjamessmith0 »

I have the fpl package.

Code: Select all

\documentclass{article}
\usepackage[sc]{mathpazo}
\begin{document}
\textsc{AaBbCc}
\end{document}
gives

Code: Select all

! Font \csname\endcsname=fplmr at 10.0pt not loadable: Metric (TFM) file not fo
und.
even though the output is fine. Why? Thanks in advance.

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

mathpazo error with osf, sc

Post by localghost »

I can't comprehend the problem. The given example works on a MiKTeX 2.8 system flawlessly without any warnings or errors as is. It won't do any harm if you use the right font encoding.

Code: Select all

\usepackage[T1]{fontenc}
Addendum:
On a TeX Live 2009 system the result is the same. No warnings or errors and the correct result.


Thorsten
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: mathpazo error with osf, sc

Post by frabjous »

Check to see whether this might be a residual effect of some stuff in your .aux file, either by deleting the .aux file, or pasting this code into a new document.

If that's not the problem, try putting \listfiles at the top of the document, compiling, and posting the full .log file here.
Post Reply