summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/punk-latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-13 17:55:58 +0000
committerKarl Berry <karl@freefriends.org>2012-08-13 17:55:58 +0000
commit42603b43b47aad681630a062bd8b23773d1bc22c (patch)
tree5ca1fa42e52d2c6f8aad8ad5b2122ec67336ea46 /Master/texmf-dist/doc/latex/punk-latex
parent9215330afaaf62e90318eb7e917b1edd271b3b76 (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/doc/latex/punk-latex')
-rw-r--r--Master/texmf-dist/doc/latex/punk-latex/README23
-rw-r--r--Master/texmf-dist/doc/latex/punk-latex/punk.pdfbin0 -> 156181 bytes
-rw-r--r--Master/texmf-dist/doc/latex/punk-latex/punk.tex74
3 files changed, 97 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/punk-latex/README b/Master/texmf-dist/doc/latex/punk-latex/README
new file mode 100644
index 00000000000..4bce7306106
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/punk-latex/README
@@ -0,0 +1,23 @@
+This is a small package that provides some (poor) LaTeX support for
+the punk fonts. The punk fonts are part of many tex installations, and
+is found on the TeX Live distribution.
+
+*Installation*
+
+Unpack the archive, and move the files into their proper directories
+
+The files
+
+punk.sty
+ot1pnk.fd
+
+should be placed in
+TEXMF/tex/latex/punk
+
+punk.pdf
+
+should be placed in
+TEXMF/doc/latex/punk
+
+punk.tex is the source of punk.pdf and no installation of it is
+required. It can be deleted at will...
diff --git a/Master/texmf-dist/doc/latex/punk-latex/punk.pdf b/Master/texmf-dist/doc/latex/punk-latex/punk.pdf
new file mode 100644
index 00000000000..d9a10c8570b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/punk-latex/punk.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/punk-latex/punk.tex b/Master/texmf-dist/doc/latex/punk-latex/punk.tex
new file mode 100644
index 00000000000..71f6b62a44b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/punk-latex/punk.tex
@@ -0,0 +1,74 @@
+\documentclass{article}
+\usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
+\usepackage{listings}
+\title{The \texttt{punk} package\medskip\\
+ \large\LaTeX\ support for the punk fonts}
+\author{version 1.1 \today}
+\lstset{language=[latex]tex,breaklines=true}
+\date{Palle J\o rgensen}
+
+\begin{document}
+\maketitle
+\section{Introduction}
+\label{sec:introduction}
+The \texttt{punk} package provides support for the punk fonts. The
+punk fonts are already installed on many systems, this is only support
+for using the punk fonts with \LaTeX.
+
+The license of the punk package and the related files is GNU General
+Public License.
+
+\section{Using the punk package}
+\label{sec:using-punk-fonts}
+
+If you want some text typeset with the punk fonts for a short
+text you can use one of the commands
+
+\begin{lstlisting}
+ \textpunk{...}, \textpunksl{...}, \textpunkbf{...}
+\end{lstlisting}
+which typesets the text with Punk, Punk Slanted and Punk Bold.
+
+If you want to typeset longer passages of text with the punk fonts,
+you can use the environment
+
+\begin{lstlisting}
+ punkfamily
+\end{lstlisting}
+Inside \texttt{punkfamily} the normal \LaTeX\ font switches
+\verb+\slshape+ and \verb+\bfseries+ works. Furthermore \verb+\emph+
+works too.
+
+It is possible to use the command
+\begin{lstlisting}
+ \punkfamily
+\end{lstlisting}
+but this command also changes the current fontencoding; use with
+caution\dots
+
+\clearpage
+\appendix
+\enlargethispage*{5mm}
+\section{Source of the files in the punk bundle}
+\label{sec:source}
+
+\subsection{punk.sty}
+\label{sec:punk.sty}
+\lstinputlisting{punk.sty}
+
+\subsection{ot1pnk.fd}
+\label{sec:ot1pnr.fd}
+\lstinputlisting{ot1pnr.fd}
+
+\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End:
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: