diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3quark.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3quark.dtx | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx b/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx index 145a9f4e369..26d3c4d78f7 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3quark.dtx 4521 2013-07-09 11:45:31Z joseph $ +\GetIdInfo$Id: l3quark.dtx 4564 2013-07-21 02:12:33Z bruno $ {L3 Quarks} %</driver|package> %<*driver> @@ -663,6 +663,23 @@ % \end{macrocode} % \end{macro} % +% \begin{variable}{\s__seq} +% This private scan mark is needed by \pkg{l3seq}, but that is loaded +% before the quark module, hence its definition is deferred. +% \begin{macrocode} +\__scan_new:N \s__seq +% \end{macrocode} +% \end{variable} +% +% \begin{variable}{\s_obj_end} +% This scan mark is used both in \pkg{l3seq} and \pkg{l3prop}. This +% token ought to be defined in a \pkg{l3obj} module if we decide to go +% in that direction. In the mean-time, we need it to be set. +% \begin{macrocode} +\__scan_new:N \s_obj_end +% \end{macrocode} +% \end{variable} +% % \subsection{Deprecated quark functions} % % \begin{macro} |