From 9215330afaaf62e90318eb7e917b1edd271b3b76 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 13 Aug 2012 17:55:13 +0000 Subject: non-update of punk git-svn-id: svn://tug.org/texlive/trunk@27388 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/fonts/punk/punk.sty | 40 +++++++++++++++++++++ Master/texmf-dist/doc/fonts/punk/punktest.tex | 51 +++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 Master/texmf-dist/doc/fonts/punk/punk.sty create mode 100644 Master/texmf-dist/doc/fonts/punk/punktest.tex (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/fonts/punk/punk.sty b/Master/texmf-dist/doc/fonts/punk/punk.sty new file mode 100644 index 00000000000..e040b3c57ca --- /dev/null +++ b/Master/texmf-dist/doc/fonts/punk/punk.sty @@ -0,0 +1,40 @@ +% +% Rohit Grover's punk.sty for LaTeX 2e +% Modified from Sebastian Rahtz's punk.sty +% +% poweretcher@hotmail.com +% +% January 2003 +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% +%% Punk font shapes for special stuff +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% +% +% +\DeclareFontFamily{T1}{punk}{} + +% m : series selected for main font +% n : shape selected for main font + +\DeclareFontShape{T1}{punk}{m}{n}{<-11> punk10 <12-15> punk12 <16-25> punk20}{} +\DeclareFontShape{T1}{punk}{m}{sl}{<-11> <11-15> <16-25> punksl20}{} +\DeclareFontShape{T1}{punk}{m}{it}{<-25> punksl20}{} + +\DeclareFontShape{T1}{punk}{b}{n}{<-25> punkbx20}{} +\DeclareFontShape{T1}{punk}{b}{sl}{<-25> punkbx20}{} +\DeclareFontShape{T1}{punk}{b}{it}{<-25> punkbx20}{} + + +\DeclareFontShape{T1}{punk}{bx}{n}{<->ssub * punk/b/n}{} +\DeclareFontShape{T1}{punk}{bx}{sl}{<->ssub * punk/b/sl}{} +\DeclareFontShape{T1}{punk}{bx}{it}{<->punk/b/it}{} + +\renewcommand{\encodingdefault}{T1} +\renewcommand{\rmdefault}{punk} + + +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/doc/fonts/punk/punktest.tex b/Master/texmf-dist/doc/fonts/punk/punktest.tex new file mode 100644 index 00000000000..69f17d3c754 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/punk/punktest.tex @@ -0,0 +1,51 @@ +\documentclass[12pt]{article} +\usepackage{punk} +\title{Testing the new punk.sty} +\author{Rohit Grover} +\begin{document} +\maketitle +Unfortunately, not all sizes and shapes are available. But +\LaTeX\ does what it can. Also, I'm not able to generate good PDF +files because these fonts aren't available as postscript type 1. + + +Normal: The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 + + +Boldface: {\bf The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 +} + + +Emphasis: {\em The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 +} + + +Italics: {\it The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 +} + +huge: {\huge The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 +} + +LARGE: {\LARGE The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 +} + +Large: {\Large The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 +} + +large: {\large The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 +} + +Normal: The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 + + +small: {\small The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 +} + +footnotesize: {\footnotesize The quick brown fox jumped over the lazy +dog. 0 1 2 3 4 5 6 7 8 9 +} + +tiny: {\tiny The quick brown fox jumped over the lazy dog. 0 1 2 3 4 5 6 7 8 9 +} + +\end{document} \ No newline at end of file -- cgit v1.2.3