diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3experimental/l3str/l3flag.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3experimental/l3str/l3flag.sty | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/l3experimental/l3str/l3flag.sty b/Master/texmf-dist/tex/latex/l3experimental/l3str/l3flag.sty index 242a465ed60..263f313e488 100644 --- a/Master/texmf-dist/tex/latex/l3experimental/l3str/l3flag.sty +++ b/Master/texmf-dist/tex/latex/l3experimental/l3str/l3flag.sty @@ -13,7 +13,7 @@ %% %% Do not distribute a modified version of this file. %% -%% File: l3flag.dtx Copyright (C) 2011-2012 The LaTeX3 Project +%% File: l3flag.dtx Copyright (C) 2011-2012,2104 The LaTeX3 Project %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -45,8 +45,20 @@ %% prior consultation with the LaTeX3 Project. %% %% ----------------------------------------------------------------------- -\RequirePackage{expl3} -\GetIdInfo$Id: l3flag.dtx 4745 2014-05-06 10:41:27Z joseph $ +\RequirePackage{expl3}[2014/08/25] +\@ifpackagelater{expl3}{2014/08/25} + {} + {% + \PackageError{l3flag}{Support package l3kernel too old} + {% + Please install an up to date version of l3kernel\MessageBreak + using your TeX package manager or from CTAN.\MessageBreak + \MessageBreak + Loading l3flag will abort!% + }% + \endinput + } +\GetIdInfo$Id: l3flag.dtx 5378 2014-08-25 10:59:48Z joseph $ {L3 Experimental flags} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} |