summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pandora-latex/pandora.sty
blob: 841d3d84b0bc65d9b837ac8a862ef5143360cf0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\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