diff options
Diffstat (limited to 'tex/context/base/context.tex')
-rw-r--r-- | tex/context/base/context.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tex/context/base/context.tex b/tex/context/base/context.tex index 0ee260743..2e65ebc2f 100644 --- a/tex/context/base/context.tex +++ b/tex/context/base/context.tex @@ -15,7 +15,7 @@ \catcode`\{=1 \catcode`\}=2 -\def\contextversion{2002.3.27} +\def\contextversion{2002.4.17} %D Welcome to the main module. When this module is ran through %D \type{initex} or \type{tex -i} or \type{whatevertex} using @@ -99,9 +99,10 @@ %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: +%D variables, and features, so next we load: \input core-var.tex +\input core-ins.tex \input core-fil.tex %D We already need some synonyms (patterns). At runtime this @@ -191,6 +192,7 @@ % experimental otr \input page-ini.tex +\input page-not.tex \input page-one.tex \input page-lay.tex \input page-log.tex @@ -265,6 +267,10 @@ \input core-fig.tex % after page body \input core-par.tex +%D Language specific spacing. + +\input lang-spa.tex + %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. |