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, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx index 42ff1e3e4f4..dc8c1a1a777 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/10/14} -\def\ExplFileVersion{6210} +\def\ExplFileDate{2015/11/04} +\def\ExplFileVersion{6224} %</driver|generic|package> %<*driver> \documentclass[full]{l3doc} @@ -997,17 +997,16 @@ % |\pdfstrcmp|. % \end{itemize} % Any engine which defines |\pdfoutput| (\emph{i.e.}~allows direct production -% of a PDF file without a DVI intermediate) must also provide |\pdfliteral|. +% of a PDF file without a DVI intermediate) must also provide |\pdfcolorstack|, +% |\pdfliteral|, |\pdfmatrix|, |\pdfrestore| and |\pdfsave|. % % Practically, these requirements are met by the engines % \begin{itemize} -% \item \pdfTeX{} v1.30 or later. +% \item \pdfTeX{} v1.40 or later. % \item \XeTeX{} v0.9994 or later. % \item \LuaTeX{} v0.40 or later. % \item e-(u)p\TeX{} mid-2012 or later. % \end{itemize} -% of which the first three engines are currently officially supported by -% the team. % % Additional modules beyond the core of \pkg{expl3} may require additional % primitives. In particular, third-party authors may significantly |