diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3quark.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3quark.dtx | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx b/Master/texmf-dist/source/latex/l3kernel/l3quark.dtx index 2326fd4519d..11f4b0805d1 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{l3names} -\GetIdInfo$Id: l3quark.dtx 2478 2011-06-19 21:34:23Z joseph $ +\GetIdInfo$Id: l3quark.dtx 2549 2011-08-11 21:06:39Z bruno $ {L3 Experimental quarks} %</driver|package> %<*driver> @@ -475,6 +475,15 @@ % \end{macro} % \end{macro} % +% \begin{variable}{\q_tl_act_mark,\q_tl_act_stop} +% These private quarks are needed by \pkg{l3tl}, but that is loaded +% before the quark module, hence their definition is deferred. +% \begin{macrocode} +\quark_new:N \q_tl_act_mark +\quark_new:N \q_tl_act_stop +% \end{macrocode} +% \end{variable} +% % \begin{macrocode} %</initex|package> % \end{macrocode} |