summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3packages
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages')
-rw-r--r--Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx10
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx23
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx10
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx10
4 files changed, 38 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx b/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx
index dfca5c3513f..564453aa23b 100644
--- a/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx
@@ -37,8 +37,8 @@
%<*driver|package>
% The version of expl3 required is tested as early as possible, as
% some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2015/09/27]
-%<package>\@ifpackagelater{expl3}{2015/09/27}
+\RequirePackage{expl3}[2015/10/14]
+%<package>\@ifpackagelater{expl3}{2015/10/14}
%<package> {}
%<package> {%
%<package> \PackageError{l3keys2e}{Support package l3kernel too old}
@@ -50,8 +50,10 @@
%<package> }%
%<package> \endinput
%<package> }
-\GetIdInfo$Id: l3keys2e.dtx 6111 2015-09-27 16:06:17Z joseph $
- {LaTeX2e option processing using LaTeX3 keys}
+\def\ExplFileName{l3keys2e}
+\def\ExplFileDescription{LaTeX2e option processing using LaTeX3 keys}
+\def\ExplFileDate{2015/10/14}
+\def\ExplFileVersion{6210}
%</driver|package>
%<*driver>
\documentclass[full]{l3doc}
diff --git a/Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx b/Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx
index 7a1f982e844..084b7537288 100644
--- a/Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xfrac/xfrac.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
%% File: xfrac.dtx Copyright (C) 2004, 2008-2010 Morten Hoegholm
-%% (C) 2011,2012,2014 The LaTeX3 Project
+%% (C) 2011,2012,2014,2015 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
@@ -36,9 +36,26 @@
%%
%
%<*driver|package>
+% The version of expl3 required is tested as early as possible, as
+% some really old versions do not define \ProvidesExplPackage.
+\RequirePackage{expl3}[2015/10/14]
+%<package>\@ifpackagelater{expl3}{2015/10/14}
+%<package> {}
+%<package> {%
+%<package> \PackageError{xfrac}{Support package l3kernel too old}
+%<package> {%
+%<package> Please install an up to date version of l3kernel\MessageBreak
+%<package> using your TeX package manager or from CTAN.\MessageBreak
+%<package> \MessageBreak
+%<package> Loading xfrac will abort!%
+%<package> }%
+%<package> \endinput
+%<package> }
\RequirePackage{amstext,graphicx,l3keys2e,textcomp,xparse,xtemplate}
-\GetIdInfo$Id: xfrac.dtx 4728 2014-05-04 13:25:37Z joseph $
- {L3 Experimental split-level fractions}
+\def\ExplFileName{xfrac}
+\def\ExplFileDescription{L3 Experimental split-level fractions}
+\def\ExplFileDate{2015/10/14}
+\def\ExplFileVersion{6210}
%</driver|package>
%<*driver>
\documentclass[full]{l3doc}
diff --git a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
index d2c106fc0d3..eb1446b199d 100644
--- a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
@@ -41,8 +41,8 @@
%<*driver|package>
% The version of expl3 required is tested as early as possible, as
% some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2015/09/27]
-%<package>\@ifpackagelater{expl3}{2015/09/27}
+\RequirePackage{expl3}[2015/10/14]
+%<package>\@ifpackagelater{expl3}{2015/10/14}
%<package> {}
%<package> {%
%<package> \PackageError{xparse}{Support package l3kernel too old}
@@ -54,8 +54,10 @@
%<package> }%
%<package> \endinput
%<package> }
-\GetIdInfo$Id: xparse.dtx 6111 2015-09-27 16:06:17Z joseph $
- {L3 Experimental document command parser}
+\def\ExplFileName{xparse}
+\def\ExplFileDescription{L3 Experimental document command parser}
+\def\ExplFileDate{2015/10/14}
+\def\ExplFileVersion{6210}
%</driver|package>
%<*driver>
\documentclass[full]{l3doc}
diff --git a/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx b/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx
index 31cc098fd97..2d831ef719a 100644
--- a/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx
@@ -41,8 +41,8 @@
%<*driver|package>
% The version of expl3 required is tested as early as possible, as
% some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2015/09/27]
-%<package>\@ifpackagelater{expl3}{2015/09/27}
+\RequirePackage{expl3}[2015/10/14]
+%<package>\@ifpackagelater{expl3}{2015/10/14}
%<package> {}
%<package> {%
%<package> \PackageError{xtemplate}{Support package l3kernel too old}
@@ -54,8 +54,10 @@
%<package> }%
%<package> \endinput
%<package> }
-\GetIdInfo$Id: xtemplate.dtx 6111 2015-09-27 16:06:17Z joseph $
- {L3 Experimental prototype document functions}
+\def\ExplFileName{xtemplate}
+\def\ExplFileDescription{L3 Experimental prototype document functions}
+\def\ExplFileDate{2015/10/14}
+\def\ExplFileVersion{6210}
%</driver|package>
%<*driver>
\documentclass[full]{l3doc}