summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/paper/paper.drv
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/paper/paper.drv')
-rw-r--r--Master/texmf-dist/source/latex/paper/paper.drv51
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/paper/paper.drv b/Master/texmf-dist/source/latex/paper/paper.drv
new file mode 100644
index 00000000000..d057d87aa9c
--- /dev/null
+++ b/Master/texmf-dist/source/latex/paper/paper.drv
@@ -0,0 +1,51 @@
+%%
+%% This is file `paper.drv',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% paper.dtx (with options: `driver')
+%%
+%% Copyright (C) 1993, 1996 by Wenzel Matiaske, mati1831@perform.ww.tu-berlin.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.0i}
+\def\filedate{1996/07/25}
+\def\docdate{1996/07/25}
+\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'.