\ProvidesPackage{pandora}
        [2006/01/31 v1.1 LaTeX support for pandora fonts (PJ)]

\newcommand*\pnrmfamily{%
  \fontencoding{OT1}\fontfamily{pnr}\selectfont}

\newcommand*\pnsffamily{%
  \fontencoding{OT1}\fontfamily{pnss}\selectfont}

\newcommand*\pnttfamily{%
  \fontencoding{OT1}\fontfamily{pntt}\selectfont}

\DeclareTextFontCommand{\textpnrm}{\pnrmfamily}
\DeclareTextFontCommand{\textpnsf}{\pnsffamily}
\DeclareTextFontCommand{\textpntt}{\pnttfamily}
\DeclareTextFontCommand{\textpnsl}{\pnrmfamily\slshape}
\DeclareTextFontCommand{\textpnbf}{\pnrmfamily\bfseries}
\DeclareTextFontCommand{\textpnssl}{\pnssfamily\slshape}
\DeclareTextFontCommand{\textpnsbf}{\pnssfamily\bfseries}
\endinput