Re: [MiKTeX] bug with mathtime and belleek
MiKTeX source code moved to GitHub
Brought to you by:
csc
|
From: Stephan H. <mai...@ar...> - 2006-07-28 11:08:41
|
Stephan Hennig schrieb:
> Is there any recommended way to install belleek fonts as a drop in
> replacement for the commercial MathTime fonts in MiKTeX?
The solution is documented in mathtime.txt. The belleek fonts serve as
a substitute of the basic MathTime font set, not the MathTime Plus
variant. So in file mathtime.ins
%%%% IMPORTANT NOTE %%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%
% 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{}
the last line has to be uncommented. Then run
latex mathtime.ins
and place the generated .fd files and .enc file in the appropriate
directory of you texmf tree.
Regards,
Stephan Hennig
|