diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-08-10 20:48:43 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-08-10 20:48:43 +0000 |
commit | d6948fdf7cc35349aa107a25e8f43884ae30526d (patch) | |
tree | 38eea9f9343a2982db5dcf36505acd7009284fa9 /Master/texmf-dist/tex/latex/expl3/expl3.sty | |
parent | 93bdb97aa1c0104884d2e1b3617014642e6b8c58 (diff) |
expl3 update
git-svn-id: svn://tug.org/texlive/trunk@14603 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/expl3.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/expl3/expl3.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/expl3.sty b/Master/texmf-dist/tex/latex/expl3/expl3.sty index db6b998e867..cd5739205f3 100644 --- a/Master/texmf-dist/tex/latex/expl3/expl3.sty +++ b/Master/texmf-dist/tex/latex/expl3/expl3.sty @@ -49,7 +49,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: expl3.dtx 1381 2009-06-01 20:36:02Z joseph $ +\GetIdInfo$Id: expl3.dtx 1439 2009-08-05 19:05:55Z joseph $ {L3 Experimental code bundle wrapper}% \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -74,6 +74,7 @@ \RequirePackage{ l3box, l3keyval, + l3keys, l3precom, l3calc, l3xref, |