blob: 20a976b1ed5b18e2952c968c35e83e196e0bba67 (
plain)
1
2
3
4
5
6
7
8
9
10
|
\ProvidesPackage{punk}
[2006/01/31 v1.1 LaTeX support for punk fonts]
\newcommand*\punkfamily{%
\fontencoding{OT1}\fontfamily{pnk}\selectfont}
\DeclareTextFontCommand{\textpunk}{\punkfamily}
\DeclareTextFontCommand{\textpunksl}{\punkfamily\slshape}
\DeclareTextFontCommand{\textpunkbf}{\punkfamily\bfseries}
\endinput
|