summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/plweb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/plweb
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/plweb')
-rw-r--r--Master/texmf-dist/doc/latex/plweb/pl.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/plweb/pl.tex b/Master/texmf-dist/doc/latex/plweb/pl.tex
new file mode 100644
index 00000000000..632d7a370da
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/plweb/pl.tex
@@ -0,0 +1,31 @@
+%%*****************************************************************************
+%% $Id: pl.tex,v 3.0 1994/11/07 11:24:24 gerd Exp gerd $
+%%*****************************************************************************
+%% Author: Gerd Neugebauer
+%%-----------------------------------------------------------------------------
+
+\ifx\undefined\documentclass
+ \documentstyle[11pt,pl]{article}
+ \def\NeedsTeXFormat#1{}
+ \def\ProvidesPackage#1[#2]{}
+ \def\IfFileExists#1#2#3{#2}
+ \def\RequirePackage#1{\input #1.sty}
+ \def\rmfamily{\rm}
+ \def\ttfamily{\tt}
+ \def\bfseries{\bf}
+ \def\usepackage#1{\makeatletter\input{#1.sty}\makeatother}
+\else
+ \documentclass[11pt]{article}
+\fi
+
+\usepackage{doc}
+\usepackage{pl}
+
+\makeatletter\input{pl.cfg}\makeatother
+
+\CodelineIndex
+
+\begin{document}
+\DocInput{pl.dtx}
+\WithUnderscore{\PrintIndex}
+\end{document}