diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-13 17:55:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-13 17:55:58 +0000 |
commit | 42603b43b47aad681630a062bd8b23773d1bc22c (patch) | |
tree | 5ca1fa42e52d2c6f8aad8ad5b2122ec67336ea46 /Master/texmf-dist/tex/latex/punk-latex/punk.sty | |
parent | 9215330afaaf62e90318eb7e917b1edd271b3b76 (diff) |
new old independent punk-latex support
git-svn-id: svn://tug.org/texlive/trunk@27389 c570f23f-e606-0410-a88d-b1316a301751
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 |