blob: 9c466500f5bbd9336f019740a42f4f5aafb261eb (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
%format plaing % PLAIN + GERMAN
%%format mtexg % PLAIN + GERMAN + MTeX
\input pictex % there are some figures (in MDOCPIC*.TEX)
\input mtex % we dont use preloaded mtex
\input mdocverb % verbatim mode
\input mdocams % because we now use PLAIN, not OLDAMS base format.
\input mdocdef % defdipl + dipldef
\input german
\verbatimon
\input mdoctit
{\advance \hsize -2cm
\openup-3pt
\advance\hoffset1.0cm
\ninerm
\input mdocabst
}
\chap=-2
\input mdocinh
\pageno=1
\input mdoceinl
{
\verbatimoff
\input mdocdef2 % hier NUR fuer MDOC1,2,3! deshalb Klammerung!
\input mdoc1
\input mdoc2
\input mdoc3
}
\chap=3
\input mdoc4
\input mdoc5
\input mdoc6
\input mdoc7
\input mdoc8
\input mdoc9
\input mdoc10
\input mdoc11
\input mdoc12
\input mdoc13
%\chap=13\pageno=107
\input mdocanha
{
\verbatimoff
\input mdocdef2 % hier NUR fuer MDOCANHB,C,D! deshalb Klammerung!
\input mdocanhb % benoetigt noch WEBMAC.TEX
\input mdocanhc
\input mdocanhd
}
\bye
|