blob: 895984be153e755f5cdf2d522701b26630ecbf93 (
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 `thesis.drv',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% thesis.dtx (with options: `driver')
%%
%% Copyright (C) 1991, 1996 by Wenzel Matiaske, mati1831@perform.ww.tu-berlin.de
%%
%% You are not allowed to distribute this file without the
%% original source thesis.dtx. For distribution of the
%% sources see the copyright notice in the file thesis.dtx.
%%
\def\fileversion{1.0g}
\def\filedate{1996/25/01}
\def\docdate{1995/25/01}
\typeout{*******************************************************}
\typeout{* Documentation for LaTeX styles `thesis' & `thema' *}
\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{thesis.dtx} \newpage \PrintChanges % \newpage \PrintIndex
\end{document}
\endinput
%%
%% End of file `thesis.drv'.
|