[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Helvetica math fonts



Hello,

I am preparing a style-file for a poster format for our laboratory. For the
text I intend to employ the Postscript Helvetica (phv) fonts. For the math
fonts, somebody has provided me with a style file 'helvetica+m' (see below)
by Alan Jeffrey. In this file there is a reference to the Helvetica math
font 'phvcm'
and a Symbol font 'psycm'. However, at my ctan-site (ftp.dante.de) I cannot
find these fonts. Since our work involves a lot af mathematics, it is
important for us to have good math fonts. Would you please indicate where I
may find the indicated fonts or what alternatives to these sans serif math
fonts exist ?

Regards,

Martin Verweij.
Laboratory of Electromagnetic Research
Delft University of Technology
P.O. Box 5031, 2600 GA Delft, The Netherlands
Phone: +31-15 2781761    Fax: +31-15 2786194
E-mail: m.d.verweij@et.tudelft.nl

---------- File helvetica+m.sty ----------
%%
%% This is hacked from file `mathptm.sty', by AJ, Dec 1994
%% Uses helvetica math fonts, generated using fontinst from ajfontphcm.tex
%% (the OMSphvcm font has the CM mathcal font, instead of Zapf CMI. Also
%%  generated a helvetica `letters' font OMLphvcm)
\def\fileversion{0.0}
\def\filedate{94/12/26}
\def\docdate {}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{helvetica+m}[1994/12/26 Helvetica + math package from
fontinst]
\def\rmdefault{phv}
\DeclareSymbolFont{operators}   {OT1}{phvcm}{m}{n}
\DeclareSymbolFont{letters}     {OML}{phvcm}{m}{it}
\DeclareSymbolFont{symbols}     {OMS}{phvcm}{m}{n}
\DeclareSymbolFont{largesymbols}{OMX}{psycm}{m}{n}
\DeclareSymbolFont{bold}        {OT1}{phv}{bx}{n}
\DeclareSymbolFont{italic}      {OT1}{phv}{m}{it}
\@ifundefined{mathbf}{}{\DeclareMathAlphabet{\mathbf}{OT1}{phv}{bx}{n}}
\@ifundefined{mathit}{}{\DeclareMathAlphabet{\mathit}{OT1}{phv}{m}{it}}
\DeclareMathSymbol{\omicron}{0}{operators}{`\o}
\thinmuskip=2mu
\medmuskip=2.5mu plus 1mu minus 1mu
\thickmuskip=4mu plus 1.5mu minus 1mu
\def\boldmath{%
   \@warning{there is no bold Symbol font}%
   \global\let\boldmath=\relax
}
\DeclareMathSizes{5}{5}{5}{5}
\DeclareMathSizes{6}{6}{5}{5}
\DeclareMathSizes{7}{7}{5}{5}
\DeclareMathSizes{8}{8}{6}{5}
\DeclareMathSizes{9}{9}{7}{5}
\DeclareMathSizes{10}{10}{7.4}{6}
\DeclareMathSizes{10.95}{10.95}{8}{6}
\DeclareMathSizes{12}{12}{9}{7}
\DeclareMathSizes{14.4}{14.4}{10.95}{8}
\DeclareMathSizes{17.28}{17.28}{12}{10}
\DeclareMathSizes{20.74}{20.74}{14.4}{12}
\DeclareMathSizes{24.88}{24.88}{17.28}{14.4}
\endinput
%%
%% End of file `helvetica+m.sty'.
------------------------------