diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-14 16:40:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-14 16:40:17 +0000 |
commit | ff69d312a2c79a3d20d1084c44d579da6770a0a7 (patch) | |
tree | 60b06d7f8078a83743994807e38ba8fe986491ae /Master/texmf-dist/tex/latex/expl3 | |
parent | acb67f8158929dff027f176ffc3b72b6e0799581 (diff) |
expl3 update (13jul10)
git-svn-id: svn://tug.org/texlive/trunk@19446 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3')
-rw-r--r-- | Master/texmf-dist/tex/latex/expl3/expl3.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/expl3.sty b/Master/texmf-dist/tex/latex/expl3/expl3.sty index 5bd262fbb19..108bdfb6a7d 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 1955 2010-06-15 06:04:59Z joseph $ +\GetIdInfo$Id: expl3.dtx 1982 2010-07-13 07:16:14Z joseph $ {L3 Experimental code bundle wrapper}% \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -85,11 +85,11 @@ l3keyval, l3keys, l3precom, - l3calc, l3xref, l3file, l3fp, } +\RequirePackage{calc} \bool_if:nT { \@l@expl@check@declarations@bool } { \msg_kernel_new:nnnn { check } { non-declared-variable } { The~variable~#1~has~not~been~declared~\msg_line_context:. } |