diff options
author | Hans Hagen <pragma@wxs.nl> | 2009-05-28 11:23:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2009-05-28 11:23:00 +0200 |
commit | 1d3090326210c6e6f7ec5432799ded25b75bba46 (patch) | |
tree | c5921203789ec669e6bccaba4bd56f9c072dc56b /tex/context/base/context.tex | |
parent | 94d83f84758766511c5e324721e39fea6ab71dae (diff) | |
download | context-1d3090326210c6e6f7ec5432799ded25b75bba46.tar.gz |
beta 2009.05.28 11:23
Diffstat (limited to 'tex/context/base/context.tex')
-rw-r--r-- | tex/context/base/context.tex | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/tex/context/base/context.tex b/tex/context/base/context.tex index 875779ef4..08ffc3a60 100644 --- a/tex/context/base/context.tex +++ b/tex/context/base/context.tex @@ -13,15 +13,6 @@ \catcode`\{=1 \catcode`\}=2 \catcode`\#=6 -%D For many years \CONTEXT\ supported both good old \TEX\ and \ETEX, but -%D the time has come (August 2006) to advance, especially now that all -%D engines provide \ETEX\ functionality and more is on the horizon. - -\ifx\eTeXversion\undefined - \immediate\write16{SORRY CONTEXT NOW NEEDS ETEX} - \expandafter \end -\fi - %D From the next string (which is set by the script that assembles the %D distribution) later on we will calculate a number that can be used %D by use modules to identify the feature level. Starting with version @@ -29,12 +20,12 @@ %D your styles an modules. \edef\contextformat {\jobname} -\edef\contextversion{2008.10.31 13:58} +\edef\contextversion{2009.05.28 11:23} %D For those who want to use this: -\def\fmtname {context} -\def\fmtversion{3.1415926} +\let\fmtname \contextformat +\let\fmtversion\contextversion \let\showcontextbanner\relax |