diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/punk-latex/punk.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/punk-latex/punk.sty | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/punk-latex/punk.sty b/Master/texmf-dist/tex/latex/punk-latex/punk.sty new file mode 100644 index 00000000000..20a976b1ed5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/punk-latex/punk.sty @@ -0,0 +1,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
\ No newline at end of file |