diff options
Diffstat (limited to 'tex/context/base/context.tex')
-rw-r--r-- | tex/context/base/context.tex | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/tex/context/base/context.tex b/tex/context/base/context.tex index 923836a70..356139e4e 100644 --- a/tex/context/base/context.tex +++ b/tex/context/base/context.tex @@ -11,9 +11,11 @@ %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. +% dec 07 2001 : cont-en.efmt : 4,035,912 + \catcode`\{=1 \catcode`\}=2 -\def\contextversion{2001.8.28} +\def\contextversion{2002.1.11} %D Welcome to the main module. When this module is ran through %D \type{initex} or \type{tex -i} or \type{whatevertex} using @@ -27,7 +29,13 @@ %D manipulation macros. The first one loads \PLAIN\ \TEX, as %D minimal as possible. -\input syst-tex.tex +%input syst-tex.tex + +\input syst-pln.tex % stripped plain +\input syst-prm.tex % saved primitives (will be extended) + +\input math-pln.tex % basic plain math + \input syst-etx.tex \input syst-gen.tex \input syst-ext.tex @@ -85,6 +93,10 @@ \input verb-ini.tex % replaces supp-ver +%D The following modules are not sequentially dependent, +%D i.e. they have ugly dependencies, which will be cleaned +%D up by adding more overloading. + %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: @@ -121,6 +133,7 @@ \input spec-mis.tex \input spec-ini.tex +\input spec-def.tex %D For the moment we load a lot of languages. In the future %D we'll have to be more space conservative. @@ -163,7 +176,7 @@ \input core-tab.tex \input core-nav.tex \input core-ref.tex -\input core-obj.tex +\input core-obj.tex \input core-buf.tex \input core-lst.tex \input core-num.tex @@ -251,11 +264,16 @@ \input core-fig.tex % after page body \input core-par.tex -%D Only the basic XML parser is part of the core. +%D Only the basic XML parser and remapper are part of the core. +%D These macrosa re loaded last since they overload and|/|or +%D extend previously defined ones. \input xtag-ini.tex \input xtag-ext.tex -%input xtag-map.tex +\input xtag-map.tex +\input xtag-exp.tex +\input xtag-pre.tex +\input xtag-xsd.tex %input xtag-ent.tex %D The next two modules implement some additional @@ -375,11 +393,7 @@ %D Let's quit this file when doing a \type {cont-..} generation. -\doifparentfileelse{context} - {\let\next\relax} - {\let\next\endinput} - -\next +\doifparentfileelse{context}{\let\next\relax}{\let\next\endinput} \next %D Unless we're generating a \type {cont-..} format, we also %D do the following. |