\def\fileversion{2}
\def\filedate{94/04/7}
\def\docdate {94/04/7}
%
% \iffalse
%% File: utopia.dtx Copyright (C) 1994 Peter Dyballa
%
%<*driver>
\documentclass{ltxdoc}
\begin{document}
 \title{The \textsf{utopia} package\thanks{This file
        has version number \fileversion, last
        revised \filedate.}}
 \author{Peter Dyballa}
 \date{\filedate}
 \maketitle
 \DocInput{utopia.dtx}
\end{document}
%</driver>
% \fi
% \CheckSum{66}
%
% \section{Introduction}
%
% This file contains the external font information needed to load
% the Utopia font, and a suitable package file to utilize it.
%
% From this file all {\tt.fd} files (font definition files) for the
% PostScript fonts with {\em old} encoding (|OT1|) are created, as well as
% those with the new encoding (|T1|).
%
% \section{Customization}
% The usual customization will be to add support for additional combinations
% in this file, such as a derived bold slanted font.
%
% \StopEventually{}
%
% \section{The {\tt docstrip} modules}
%
%    As always we begin by identifying the latest version of the files
%    in the {\sf log} file. The explicit spaces are necessary in an
%    |.fd| file and the |\string| guards against situations where |`|
%    is active.
%    \begin{macrocode}
%<*package>
\ProvidesPackage{utopia}[\filedate\space\fileversion\space
 PSNFSS2e LaTeX2e package]
\renewcommand{\rmdefault}{put}
\def\bfdefault{b}
%</package>
% \subsection{EC-encoded Adobe Utopia-Regular}
%
%<*T1>
\typeout{File\space T1put.fd\space loading \space Adobe\space Utopia-Regular}%
\DeclareFontFamily{T1}{put}{}%
\DeclareFontShape{T1}{put}{m}{n}{<->putrq}{}%
\DeclareFontShape{T1}{put}{m}{sc}{<->putrcq}{}%
\DeclareFontShape{T1}{put}{m}{it}{<->putriq}{}%
\DeclareFontShape{T1}{put}{m}{sl}{<->putroq}{}%
\DeclareFontShape{T1}{put}{m}{u}{<->putruq}{}%
\DeclareFontShape{T1}{put}{b}{n}{<->putbq}{}%
\DeclareFontShape{T1}{put}{b}{it}{<->putbiq}{}%
\DeclareFontShape{T1}{put}{b}{sc}{<->putbcq}{}%
\DeclareFontShape{T1}{put}{b}{sl}{<->putboq}{}%
\DeclareFontShape{T1}{put}{b}{u}{<->putbuq}{}%
\DeclareFontShape{T1}{put}{bx}{n}{<->putbreq}{}%
\DeclareFontShape{T1}{put}{bx}{it}{<->putbieq}{}%
\DeclareFontShape{T1}{put}{bx}{sc}{<->putbceq}{}%
\DeclareFontShape{T1}{put}{bx}{sl}{<->putboeq}{}%
\DeclareFontShape{T1}{put}{bx}{u}{<->putbueq}{}%
\DeclareFontShape{T1}{put}{mn}{n}{<->putrrnq}{}%
\DeclareFontShape{T1}{put}{mn}{sc}{<->putrcnq}{}%
\DeclareFontShape{T1}{put}{mn}{it}{<->putrinq}{}%
\DeclareFontShape{T1}{put}{bn}{n}{<->putbrnq}{}%
\DeclareFontShape{T1}{put}{bn}{it}{<->putbinq}{}%
\DeclareFontShape{T1}{put}{bn}{sc}{<->putbcnq}{}%
%</T1>
% \subsection{Old \TeX-encoded Adobe Utopia-Regular}
%
%<*OT1>
\typeout{File\space OT1put.fd\space loading \space Adobe\space Utopia-Regular}%
\DeclareFontFamily{OT1}{put}{}%
\DeclareFontShape{OT1}{put}{m}{n}{<->putr}{}%
\DeclareFontShape{OT1}{put}{m}{sc}{<->putrc}{}%
\DeclareFontShape{OT1}{put}{m}{it}{<->putri}{}%
\DeclareFontShape{OT1}{put}{m}{sl}{<->putro}{}%
\DeclareFontShape{OT1}{put}{m}{u}{<->putru}{}%
\DeclareFontShape{OT1}{put}{b}{n}{<->putb}{}%
\DeclareFontShape{OT1}{put}{b}{it}{<->putbi}{}%
\DeclareFontShape{OT1}{put}{b}{sc}{<->putbc}{}%
\DeclareFontShape{OT1}{put}{b}{sl}{<->putbo}{}%
\DeclareFontShape{OT1}{put}{b}{u}{<->putbu}{}%
\DeclareFontShape{OT1}{put}{bx}{n}{<->putbre}{}%
\DeclareFontShape{OT1}{put}{bx}{it}{<->putbie}{}%
\DeclareFontShape{OT1}{put}{bx}{sc}{<->putbce}{}%
\DeclareFontShape{OT1}{put}{bx}{sl}{<->putboe}{}%
\DeclareFontShape{OT1}{put}{bx}{u}{<->putbue}{}%
\DeclareFontShape{OT1}{put}{mn}{n}{<->putrrn}{}%
\DeclareFontShape{OT1}{put}{mn}{sc}{<->putrcn}{}%
\DeclareFontShape{OT1}{put}{mn}{it}{<->putrin}{}%
\DeclareFontShape{OT1}{put}{bn}{n}{<->putbrn}{}%
\DeclareFontShape{OT1}{put}{bn}{it}{<->putbin}{}%
\DeclareFontShape{OT1}{put}{bn}{sc}{<->putbcn}{}%
%</OT1>
%    \end{macrocode}
% \Finale
%
\endinput
%% \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         \~}
