Re: Mathtime Plus problem

Thomas Esser <[email protected]> Wed, 17 Nov 2004 19:57:29 +0100
Newsgroups gmane.comp.tex.tetex.beta
Message-ID <[email protected]>
> Is this intentional?

Yes.

> I fixed the problem by running latex on mathtime.ins and installing
> the *.fd files.

That's exactly right.

teTeX comes with a free replacement font for mathtime (belleek), but there
is no free replacement for the "mathtime plus" fonts. The .fd files that
are distributed with teTeX match the font set that is included with teTeX.

I have generated the .fd files by running "latex mathtime.ins", too,
but I have made use of the following feature of the .ins file:

    % If you have the `basic' MathTime font set, and *not*
    % the extended MathTime Plus (or MathTime Complete) set
    % then you should uncomment this line so that LaTeX does
    % not attempt to access bold math fonts, or the new MTSYN
    % font.
    %
    %\def\mtplus{}

Thomas