diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3oldmodules.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3oldmodules.dtx | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3oldmodules.dtx b/Master/texmf-dist/source/latex/l3kernel/l3oldmodules.dtx index e081a5b3ce5..ddd243e7fe3 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3oldmodules.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3oldmodules.dtx @@ -21,7 +21,7 @@ % for those people who are interested. % %<*driver|oldmodules> -\def\ExplFileDate{2014/09/06} +\def\ExplFileDate{2017/02/10} %</driver|oldmodules> %<*driver> \documentclass[full]{l3doc} @@ -44,7 +44,7 @@ % % % \date{Released \ExplFileDate} - +% % \maketitle % % \section{Introduction} @@ -127,18 +127,22 @@ \typeout{** } \typeout{** Package \old@liii@module@name\space is obsolete and has been removed!} \typeout{** } -\typeout{** Its functionality is now only provided as part of in the expl3 package} +\typeout{** Its functionality is now only provided as part of the expl3 package.} \typeout{** } -\typeout{** After showing you an error message you can hit <return> we will continue} -\typeout{** for now by loading expl3 for you. However, at some point in the future} -\typeout{** the old packages will be removed.} +%<!l3sort>\typeout{** After showing you an error message you can hit <return> we will continue} +%<!l3sort>\typeout{** for now by loading expl3 for you. However, the old packages will be} +%<!l3sort>\typeout{** removed entirely at the end of 2017.} +%<l3sort>\typeout{** The old packages will be removed entirely at the end of 2018.} \typeout{** } \typeout{** Therefore, please replace '\string\usepackage{\old@liii@module@name}'} \typeout{** with '\string\usepackage{expl3}' in your documents as soon as possible.} \typeout{** } \typeout{*******************************************************************} -\PackageError\old@liii@module@name{This package is obsolete --- - use 'expl3' instead}\@ehc +%<!l3sort>\PackageError +%<l3sort>\PackageWarning + \old@liii@module@name{This package is obsolete --- + use 'expl3' instead} +%<!l3sort> \@ehc % \end{macrocode} % Finally load \texttt{expl3} so that the user can continue for now. % \begin{macrocode} |