On 09/25/2017 08:06 PM, Carlos Knauer wrote:
\makebeamertitle
I wasn't able to read the size data for this font,
so I will ignore the font specification.
[Wizards can fix TFM files using TFtoPL/PLtoTF.]
You might try inserting a different font spec;
e.g., type `I\font<same font id>=<substitute font name>'.
TFM ? Font ? When do I found it ?
Carlos Knauer
TFM files specify font metrics (basically, the dimensions of the
characters in a font). Apparently your Beamer file tries to write the
title using a font for which you do not have the metric files (which
typically means it is trying to use a font that is not actually
installed). Bear in mind that these are LaTeX fonts, not Windows fonts.
If you can figure out what font is used for the title, you should be
able to install that font using the MiKTeX package manager (assuming
you're using MiKTeX). If not, try installing some of the common font
packages, such as Computer Modern (cm), until the problem goes away.
Paul