blob: 93f5d013896a1a02409fd47f298572232f78faf8 (
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
%%
%% This is file `paper.drv',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% paper.dtx (with options: `driver')
%%
%% Copyright (C) 1993, 1998 by wenzel_matiaske@notes.uni-paderborn.de
%%
%% You are not allowed to distribute this file without the
%% original source paper.dtx. For distribution of the
%% sources see the copyright notice in the file paper.dtx.
%%
\def\fileversion{1.0l}
\def\filedate{2008/05/30}
\def\docdate{1996/11/02}
\typeout{*******************************************************}
\typeout{* Documentation for LaTeX styles `paper' & `journal' *}
\typeout{*******************************************************}
\documentclass[11pt]{ltxdoc}
\usepackage{german}
\makeatletter
\newif\ifsolodoc
\@ifundefined{solo}{\solodoctrue}{\solodocfalse}
\IndexPrologue{\section*{Index}%
\markboth{Index}{Index}%
Die kursiv gesetzten Seitenzahlen
verweisen auf Beschreibungen der Makros,
unterstrichene Programmzeilennummern
auf deren Definitionen.}
\GlossaryPrologue{\section*{Neuerungen}%
\markboth{Neuerungen}{Neuerungen}}
\def\saved@macroname{Neuerung}
\renewenvironment{theglossary}{%
\glossary@prologue%
\GlossaryParms \let\item\@idxitem \ignorespaces}%
{}
\makeatother
\setcounter{StandardModuleDepth}{1}
\CodelineNumbered
\RecordChanges
\setlength{\parindent}{0pt}
\begin{document}
\DocInput{paper.dtx} \newpage \PrintChanges % \newpage \PrintIndex
\end{document}
\endinput
%%
%% End of file `paper.drv'.
|