summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-07-28 21:53:53 +0000
committerKarl Berry <karl@freefriends.org>2013-07-28 21:53:53 +0000
commit476ef285597d50560f829ffd64532d75d937d06a (patch)
tree5c652f3fb3c6e7458bb762f660a005e2f77c3f80 /Master/texmf-dist/source/latex/l3kernel/l3quark.dtx
parent9cad0f5f2f5f3df83a79cca1d848bf3a5feef241 (diff)
latex3 (28jul13)
git-svn-id: svn://tug.org/texlive/trunk@31299 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3quark.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3quark.dtx19
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}