summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-13 17:55:13 +0000
committerKarl Berry <karl@freefriends.org>2012-08-13 17:55:13 +0000
commit9215330afaaf62e90318eb7e917b1edd271b3b76 (patch)
treec8feed1907c82aeaf3bc2f0328177d34b10d2177 /Master/texmf-dist/doc
parentfc0c0b69fa369126796915687cdcd9faea6cdbc6 (diff)
non-update of punk
git-svn-id: svn://tug.org/texlive/trunk@27388 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/fonts/punk/punk.sty40
-rw-r--r--Master/texmf-dist/doc/fonts/punk/punktest.tex51
2 files changed, 91 insertions, 0 deletions
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