diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/expl3.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/expl3.dtx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx index 4b000250b5b..985350cee69 100644 --- a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx @@ -36,8 +36,8 @@ %<*driver|generic|package> \def\ExplFileName{expl3} \def\ExplFileDescription{L3 programming layer} -\def\ExplFileDate{2015/01/29} -\def\ExplFileVersion{5502} +\def\ExplFileDate{2015/02/13} +\def\ExplFileVersion{5524} %</driver|generic|package> %<*driver> \documentclass[full]{l3doc} @@ -1606,13 +1606,6 @@ {\ExplFileDate\space v\ExplFileVersion\space \ExplFileDescription} % \end{macrocode} % -% As for the package loader, the \cs{ifpdf} package is loaded, again -% early so there is no issue with category codes. Notice that here we do -% not load \cs{etex} as the appropriate stuff is built into the formats. -% \begin{macrocode} -\input ifpdf.sty % -% \end{macrocode} -% % \begin{variable}[aux]{\l@expl@tidy@tl} % Save the category code of |@| and then set it to \enquote{letter}. % \begin{macrocode} |