summaryrefslogtreecommitdiff
path: root/tex/context/base/context.tex
blob: 0c18656cc6e5ae647b86b66323ca9dbdbf7a9784 (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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
%D \module
%D   [       file=context,
%D        version=1995.10.10,
%D          title=\CONTEXT,
%D       subtitle=\CONTEXT\ Format Generation,
%D         author=Hans Hagen,
%D           date=\currentdate,
%D      copyright={PRAGMA / Hans Hagen \& Ton Otten}]
%C
%C This module is part of the \CONTEXT\ macro||package and is
%C therefore copyrighted by \PRAGMA. See mreadme.pdf for 
%C details. 

\catcode`\{=1 \catcode`\}=2 

\def\contextversion{2000.5.11}

%D Welcome to the main module. When this module is ran through
%D \type{initex} or \type{tex -i} or \type{whatevertex} using
%D \type{whatever switch}, the \CONTEXT\ format file is
%D generated. During this process the user is asked for an
%D interface language. Supplying \type{dutch} will generate a
%D dutch version of \CONTEXT, supplying \type{english} will of
%D course end op in a english version.
%D
%D First we load the system modules. These implement a lot of
%D manipulation macros. The first one loads \PLAIN\ \TEX, as
%D minimal as possible.

\input syst-tex.tex  
\input syst-gen.tex
\input syst-ext.tex
\input syst-new.tex

%D To enable selective loading, we say:

\CONTEXTtrue

%D After this we're ready for the multi||lingual interface
%D modules.

\input mult-ini.tex
\input mult-sys.tex
\input mult-con.tex
\input mult-com.tex

%D We also use some third party macros. These are loaded by
%D saying:

\input thrd-ran.tex

%D Now we're ready for some general support modules. These
%D modules implement some basic typesetting functionality.

\input supp-ini.tex
\input supp-fil.tex
\input supp-box.tex
\input supp-mrk.tex
\input supp-vis.tex
\input supp-fun.tex
\input supp-eps.tex
\input supp-pdf.tex
\input supp-spe.tex
\input supp-mps.tex
\input supp-mpe.tex
\input supp-tpi.tex
\input supp-mat.tex
\input supp-ran.tex

%D Verbatim typestting is implemented in a separate class of
%D modules. The pretty typesetting modules are loaded at run
%D time.

\input verb-ini.tex  % replaces supp-ver

%D When loading the font, color and special modules, we need a
%D bit more advanced file handling as well as some general
%D variables, so next we load:

\input core-var.tex
\input core-fil.tex

%D We already need some synonyms (patterns). At runtime this 
%D file will be reloaded. 

\input cont-fil.tex 

%D \CONTEXT\ does not implement its own table handling. We
%D just go for the best there is and load \TABLE. Just to be
%D sure we do it here, before we redefine \type{|}.

\input thrd-tab.tex   

%D Here comes the last support modules. They take care of
%D some language specific things.

\input supp-lan.tex
\input supp-num.tex

%D The next few modules do what their names state. They
%D load additional definition modules when needed.

\input enco-ini.tex 

\input lang-ini.tex

\input colo-ini.tex

\input spec-mis.tex
\input spec-ini.tex

%D For the moment we load a lot of languages. In the future
%D we'll have to be more space conservative.

\input lang-lab.tex

\input lang-alt.tex
\input lang-ana.tex
\input lang-art.tex
\input lang-bal.tex
\input lang-cel.tex
\input lang-ger.tex
\input lang-grk.tex
\input lang-ind.tex
\input lang-ita.tex
\input lang-sla.tex
\input lang-ura.tex

\input lang-vn.tex    % vietnamese, will be grouped 

%D All kind of symbols are handles in:

\input symb-ini.tex

%D Next we load some core macro's. These implement the
%D macros' that are seen by the users. The order of loading 
%D is important, due to dependancies. 

\input core-gen.tex
\input core-uti.tex
\input core-mar.tex
\input core-mak.tex
\input core-mat.tex
\input core-dat.tex
\input core-grd.tex
\input core-ver.tex
\input core-vis.tex
\input core-con.tex
\input core-rul.tex
\input core-new.tex
\input core-tab.tex
\input core-nav.tex
\input core-ref.tex
\input core-obj.tex
\input core-buf.tex
\input core-lst.tex 
\input core-num.tex 
\input core-itm.tex 
\input core-des.tex 
\input core-syn.tex 
\input core-mul.tex % moved 
\input main-001.tex % still to be split  
\input core-sec.tex 
\input core-pag.tex
\input core-tbl.tex
\input core-mis.tex
\input core-mps.tex
\input core-int.tex

%D A few more languages, that have specifics using core 
%D functionality: 

\input lang-chi.tex

%D How about fill||in fields and related stuff?

\input java-ini.tex
\input core-fld.tex
\input core-hlp.tex

%D Registers can depend on fields, so we load that now.

\input core-reg.tex

%D Of course we do need fonts. There are no \TFM\ files
%D loaded yet, so the format file is independant of their
%D content. Here we also redefine \type{\it} as {\it italic}
%D instead of italian.

\input font-ini.tex
\input font-uni.tex

%D Now we're ready for more core modules.

\input core-fnt.tex
\input core-not.tex

\input main-002.tex % still to be split  
\input main-003.tex % still to be split  

\input core-fig.tex
\input core-par.tex

%D The next two modules implement some additional
%D functionality concenring classes of documents and output.
%D These modules probably will be replaced some day.

\input docs-ini.tex
\input list-ini.tex

%D \TEX\ related logo's are always typeset in a special way.
%D Here they come:

\input cont-log.tex

%D At run time, a few more files are loaded, like:
%D
%D \startopsomming[opelkaar]
%D \som \type{cont-sys}: local (system dependant) defaults
%D \som \type{cont-old}: substitutes for old (obsolete) macros
%D \som \type{cont-new}: new macro implementations (for testing)
%D \som \type{cont-fil}: filename and module synonyms
%D \stopopsomming

%D Just to keep the user busy for a while, we say:  

\startinterface english

\writestring{This package is based on Plain TeX. It uses an adapted version of the}
\writestring{extended mark mechanism of J. Fox (1987) and a few parts of the sidefloat}
\writestring{mechanism of D. Comenetz (1993). Most of D.E. Knuth's Plain TeX}
\writestring{(\fmtversion) is available and can be used without problems. This package}
\writestring{uses TaBlE, a package designed and copyrighted by M.J. Wichura (1988).}
\writestring{Only a few auxiliary files are generated, of which some must be processed}
\writestring{by TeXUtil (\utilityversion). The current blockversion is \blockversion.}

\stopinterface

\startinterface dutch

\writestring{Dit pakket is gebaseerd op Plain TeX. Er wordt gebruik gemaakt van een}
\writestring{aangepaste versie van het mark mechanisme van J. Fox (1987) en onderdelen}
\writestring{van het sidefloat mechanisme van D. Comenetz (1993). De functionaliteit}
\writestring{van D.E. Knuth's Plain TeX (\fmtversion) is grotendeels beschikbaar en}
\writestring{kan zonder problemen worden gebruikt. Dit pakket gebruikt TaBlE, ontworpen door}
\writestring{M.J. Wichura (1988), die ook het auteursrecht bezit. Er worden slechts een}
\writestring{paar hulpfiles gegenereerd, waarvan er enkele moeten worden bewerkt door}
\writestring{TeXUtil (\utilityversion). Het blokmechanisme heeft versienummer \blockversion.}

\stopinterface

\startinterface german

\writestring{Dieses Paket basiert auf Plain-TeX und benutzt eine angepasste Version}
\writestring{des erweiterten mark-Mechanismus von J. Fox (1987) und einige Teile des}
\writestring{sidefloat-Mechanismus von D. Comenetz (1993). Ein Grossteil D.E. Knuths}
\writestring{Plain-TeX (\fmtversion) ist verfuegbar und kann ohne Probleme benutzt werden.}
\writestring{Dieses Paket benutzt TaBlE, ein von M.J. Wichura (1988) erstelltes und}
\writestring{geschuetztes Paket. Nur einige Hilfsdateien werden erstellt; einige davon}
\writestring{muessen von TeXUtil (\utilityversion) bearbeitet werden. Die aktuelle Block-}
\writestring{version ist \blockversion.}

\stopinterface

\startinterface czech

\writestring{Tento balik je zalozen na Plain TeXu. Pouziva prizpusobenou verzi}
\writestring{rozsireneho znackovaciho mechanismu J. Foxe (1987) a nekolik casti}
\writestring{sidefloat mechanismu D. Comenetze (1993). Vetsina prikazu Plain TeXu}
\writestring{D. E. Knutha (\fmtversion) je dostupna a muze byt bez problemu pouzita.}
\writestring{Tento balik pouziva balik TaBlE, ktery vytvoril M. J. Wichura (1988).}
\writestring{Je generovano jen nekolik pomocnych souboru, z nichz nektere musi byt}
\writestring{zpracovany programem TeXUtil (\utilityversion). Aktualni verze}
\writestring{}
\writestring{THE CZECH USER INTERFACE IS STILL UNDER DEVELOPMENT!}

\stopinterface

\edef\copyrightversion%
  {Copyright 1990-\the\normalyear\normalspace / 
   PRAGMA ADE / J. Hagen - A.F. Otten}

\writeline\writestring{\copyrightversion}\writeline

% %D Except from english, no hyphenation patterns are loaded
% %D yet. Users can specify their needs in the next module:
%
% \input cont-usr.tex

%D Let's quit this file when doing a \type {cont-..} generation.

\doifparentfileelse{context}
  {\let\next\relax}
  {\let\next\endinput}

\next 

%D Unless we're generating a \type {cont-..} format, we also 
%D do the following. 

%D Except from english, no hyphenation patterns are loaded
%D yet. Users can specify their needs in the next module:

\loaduserspecifications 

%D Next we default to the same language as the interface. 

\unprotect

\installlanguage [\s!en] [\c!status=\v!start] 

\startinterface english 

  \installlanguage [\s!uk] [\c!status=\v!start]

\stopinterface 

\appendtoks \language     [\s!en] \to \everyjob
\appendtoks \mainlanguage [\s!en] \to \everyjob

\startinterface german

  \installlanguage [\s!de] [\c!status=\v!start]

  \appendtoks \language     [\s!de] \to \everyjob
  \appendtoks \mainlanguage [\s!de] \to \everyjob

\stopinterface 

\startinterface dutch

  \installlanguage [\s!nl] [\c!status=\v!start]

  \appendtoks \language     [\s!nl] \to \everyjob
  \appendtoks \mainlanguage [\s!nl] \to \everyjob

\stopinterface 

\startinterface czech 

  \installlanguage [\s!cz] [\c!status=\v!start]

  \appendtoks \language     [\s!cz] \to \everyjob
  \appendtoks \mainlanguage [\s!cz] \to \everyjob

\stopinterface 

\protect

%D Finally we load some fonts. 

\setupbodyfont [cmr,rm,12pt]

%D Now dumping the format is all that's left to be done.

\dump

\endinput