diff options
author | Hans Hagen <pragma@wxs.nl> | 1999-03-31 00:00:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 1999-03-31 00:00:00 +0200 |
commit | b386eada290e225dc25484133c2bc5697024a822 (patch) | |
tree | c7365112ada6c8bf091da521e66eb35c42691c29 /tex/context/base/context.tex | |
parent | 9ca92159ee8e762e295fc06fcb22dcb1006707cd (diff) | |
download | context-b386eada290e225dc25484133c2bc5697024a822.tar.gz |
stable 1999.03.31
Diffstat (limited to 'tex/context/base/context.tex')
-rw-r--r-- | tex/context/base/context.tex | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/tex/context/base/context.tex b/tex/context/base/context.tex index 05dfc4455..746f9f301 100644 --- a/tex/context/base/context.tex +++ b/tex/context/base/context.tex @@ -8,10 +8,10 @@ %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. Non||commercial use is -%C granted. +%C therefore copyrighted by \PRAGMA. See licen-en.pdf for +%C details. -\def\contextversion{1999.2.17} +\def\contextversion{1999.3.31} %D Welcome to the main module. When this module is ran through %D \type{initex} or \type{tex -i} or \type{whatevertex} using @@ -76,11 +76,16 @@ \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{|}. -\doinputonce{table} +\input thrd-tab.tex % \doinputonce{table} %D Here comes the last support modules. They take care of %D some language specific things. |