summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/gene/pl/pl.tex
blob: 632d7a370da5b4b60c2db2d7012292ed7bdbffa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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}