\def\fileversion{v0.91}
\def\filedate{92/03/11}
%%
%% LaTeX style option `semhelv.sty'.
%% For use with LaTeX v2.09 and the `seminar' document style.
%%
%% COPYRIGHT 1992, by Timothy Van Zandt, tvz@Princeton.EDU
%%
%% Copying of part or all of any file in the seminar.sty package
%% is allowed under the following conditions only:
%% (1) You may freely distribute unchanged copies of the files. Please
%%     include the documentation when you do so.
%% (2) You may modify a renamed copy of any file, but only for personal
%%     use or use within an organization.
%% (3) You may copy fragments from the files, for personal use or for use
%%     in a macro package for distribution, as long as credit is given
%%     where credit is due.
%%.
%% You are NOT ALLOWED to take money for the distribution or use of
%% these files or modified versions or fragments thereof, except for
%% a nominal charge for copying etc.
%%
%% \CharacterTable
%%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%%   Digits        \0\1\2\3\4\5\6\7\8\9
%%   Exclamation   \!     Double quote  \"     Hash (number) \#
%%   Dollar        \$     Percent       \%     Ampersand     \&
%%   Acute accent  \'     Left paren    \(     Right paren   \)
%%   Asterisk      \*     Plus          \+     Comma         \,
%%   Minus         \-     Point         \.     Solidus       \/
%%   Colon         \:     Semicolon     \;     Less than     \<
%%   Equals        \=     Greater than  \>     Question mark \?
%%   Commercial at \@     Left bracket  \[     Backslash     \\
%%   Right bracket \]     Circumflex    \^     Underscore    \_
%%   Grave accent  \`     Left brace    \{     Vertical bar  \|
%%   Right brace   \}     Tilde         \~}
%%
%% This file contains the external font information needed to load
%% the PostScript Helvetica fonts for use by seminar.sty.
%%
%% If you have the New Font Selection Scheme (NFSS) and a PostScript
%% printer, then you can use the following macros. You have to check that
%% the file names specified in last argument of the following
%% macros are the same as on your system. E.g., phvro is the name for 
%% the Helvetica-Oblique virtual font distributed with dvips v5.47, 
%% but your virtual font file (or "raw" PostScript tfm file) may have a
%% different name.
%%
%% Fonts are scaled so that the x-heights match those of the cmr fonts;
%% this makes in-line math look acceptable.
%%
%% Note: The Courier font is not that great.
%%
%% Preliminaries:
\ifx\semhelv@loaded\relax\endinput\else\let\semhelv@loaded\relax\fi
\typeout{Style Option: `semhelv' for the `seminar' doc style
  \fileversion\space <\filedate> (tvz)}
\@ifundefined{selectfont}
  {\@seminarerr{`semhelv' style option can only be used
    with the New Font Selection Scheme}\@eha\endinput}{}
%%
%% Font definitions.  See npsfont.sty for the definition of \newpsfamily.
%%
\@ifundefined{selectfont}
  {\@seminarerr{The font definitions in `seminar.con' require the
    new font selection scheme. See `seminar.con' for details.}\@eha
  \endinput}{}
\input{npsfont.sty}
\newpsfamily[.82]{helvetica}{
  {m}{n}{phvr},          %Helvetica
  {m}{it}{phvro},        %Helvetica-Oblique
  {m}{sl}{phvro},        %Helvetica-Oblique
  {bx}{n}{phvb},         %Helvetica-Bold
  {bx}{it}{phvbo},       %Helvetica-BoldOblique
  {bx}{sl}{phvbo}}       %Helvetica-BoldOblique
\newpsfamily[.985]{courier}{
  {m}{n}{pcrr},          %Courier
  {bx}{n}{pcrb},         %Courier-Bold
  {m}{it}{pcrro},        %Courier-Oblique
  {bx}{it}{pcrbo}}       %Courier-BoldOblique
%%
%% Define \slidefonts:
\renewcommand{\slidefonts}{%
  \renewcommand{\default@family}{helvetica}%
  \renewcommand{\rmdefault}{helvetica}%
  \renewcommand{\ttdefault}{courier}%
  \renewcommand{\sfdefault}{helvetica}%
  \family\default@family\selectfont}
%%
\endinput