diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-28 15:55:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-28 15:55:00 +0000 |
commit | 6af54f30722dad7cd24d2b2b73c6de524885b108 (patch) | |
tree | 14f0fa01a5b5164a86c02413de148544caea295e /Master/texmf-dist/source/latex | |
parent | 7db7ee076f98cc2b3dca7228ae0e38ba4e88715a (diff) |
expl3 update (26may10)
git-svn-id: svn://tug.org/texlive/trunk@18561 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3int.dtx | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3keys.dtx | 4 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3skip.dtx | 34 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3toks.dtx | 5 |
4 files changed, 31 insertions, 16 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3int.dtx b/Master/texmf-dist/source/latex/expl3/l3int.dtx index ac4819295e6..ae9c1cae3bc 100644 --- a/Master/texmf-dist/source/latex/expl3/l3int.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3int.dtx @@ -36,7 +36,7 @@ \RequirePackage{l3names} %</driver|package> %\fi -\GetIdInfo$Id: l3int.dtx 1919 2010-05-22 05:56:38Z will $ +\GetIdInfo$Id: l3int.dtx 1933 2010-05-25 00:26:38Z will $ {L3 Experimental Integer module} %\iffalse %<*driver> @@ -198,7 +198,7 @@ % primitive "\tex_showthe:D" which is also responsible to produce the values for % other internal quantities. We have chosen to use individual functions % for counters, dimensions etc.\ to allow checks and to make the code -% more self-explaining. +% more self-explanatory. % \end{texnote} % \end{function} % diff --git a/Master/texmf-dist/source/latex/expl3/l3keys.dtx b/Master/texmf-dist/source/latex/expl3/l3keys.dtx index 6fdeb8b7cae..188a2ac8547 100644 --- a/Master/texmf-dist/source/latex/expl3/l3keys.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3keys.dtx @@ -35,7 +35,7 @@ \RequirePackage{l3names} %</driver|package> %\fi -\GetIdInfo$Id: l3keys.dtx 1894 2010-04-13 07:37:59Z joseph $ +\GetIdInfo$Id: l3keys.dtx 1931 2010-05-24 21:06:50Z joseph $ {L3 Experimental key-value support} %\iffalse %<*driver> @@ -872,7 +872,7 @@ % when a choice is first made. So there is no need for any escape code. % \begin{macrocode} \cs_new_protected_nopar:Npn \keys_choice_find:n #1 { - \keys_execute_aux:nn { \l_keys_path_tl / #1 } { + \keys_execute_aux:nn { \l_keys_path_tl / \tl_to_str:n {#1} } { \keys_execute_aux:nn { \l_keys_path_tl / unknown } { } } } diff --git a/Master/texmf-dist/source/latex/expl3/l3skip.dtx b/Master/texmf-dist/source/latex/expl3/l3skip.dtx index 47ffe1c7535..572c4e919a1 100644 --- a/Master/texmf-dist/source/latex/expl3/l3skip.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3skip.dtx @@ -36,7 +36,7 @@ \RequirePackage{l3names} %</driver|package> %\fi -\GetIdInfo$Id: l3skip.dtx 1919 2010-05-22 05:56:38Z will $ +\GetIdInfo$Id: l3skip.dtx 1933 2010-05-25 00:26:38Z will $ {L3 Experimental skip registers} %\iffalse %<*driver> @@ -166,7 +166,7 @@ % primitive "\tex_showthe:D" which is also responsible to produce the values for % other internal quantities. We have chosen to use individual functions % for counters, dimensions etc.\ to allow checks and to make the code -% more self-explaining. +% more self-explanatory. % \end{texnote} % \end{function} % @@ -365,16 +365,16 @@ % \begin{function}{ \dim_show:N | % \dim_show:c } % \begin{syntax} -% "\dim_show:N" <skip> +% "\dim_show:N" <dim> % \end{syntax} -% This function pauses the compilation and displays the length value kept +% This function pauses the compilation and displays the length value kept % in <skip> in the console output and log file. % \begin{texnote} % The function "\dim_show:N" could be implemented directly as the \TeX{} % primitive "\tex_showthe:D" which is also responsible to produce the values for % other internal quantities. We have chosen to use individual functions % for counters, dimensions etc.\ to allow checks and to make the code -% more self-explaining. +% more self-explanatory. % \end{texnote} % \end{function} % @@ -529,6 +529,14 @@ % \end{texnote} % \end{function} % +% \begin{function}{ \muskip_show:N } +% \begin{syntax} +% "\muskip_show:N" <muskip> +% \end{syntax} +% This function pauses the compilation and displays the length value kept +% in <muskip> in the console output and log file. +% \end{function} +% % \end{documentation} % % \begin{implementation} @@ -727,8 +735,8 @@ % \begin{macro}{\skip_show:c} % Diagnostics. % \begin{macrocode} -\cs_new_eq:NN \skip_show:N \tex_showthe:D -\cs_new_nopar:Npn \skip_show:c #1 { \skip_show:N \cs:w #1 \cs_end: } +\cs_new_eq:NN \skip_show:N \kernel_register_show:N +\cs_generate_variant:Nn \skip_show:N {c} % \end{macrocode} % \end{macro} % \end{macro} @@ -947,8 +955,8 @@ % \begin{macro}{\dim_show:c} % Diagnostics. % \begin{macrocode} -\cs_new_eq:NN \dim_show:N \tex_showthe:D -\cs_new_nopar:Npn \dim_show:c #1 { \dim_show:N \cs:w #1 \cs_end: } +\cs_new_eq:NN \dim_show:N \kernel_register_show:N +\cs_generate_variant:Nn \dim_show:N {c} % \end{macrocode} % \end{macro} % \end{macro} @@ -1083,6 +1091,14 @@ % \end{macrocode} % \end{macro} % +% +% \begin{macro}{\muskip_show:N} +% \begin{macrocode} +\cs_new_eq:NN \muskip_show:N \kernel_register_show:N +% \end{macrocode} +% \end{macro} +% +% % \begin{macrocode} %</initex|package> % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/expl3/l3toks.dtx b/Master/texmf-dist/source/latex/expl3/l3toks.dtx index 5d89fbdfb27..8faade60b58 100644 --- a/Master/texmf-dist/source/latex/expl3/l3toks.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3toks.dtx @@ -36,7 +36,7 @@ \RequirePackage{l3names} %</driver|package> %\fi -\GetIdInfo$Id: l3toks.dtx 1919 2010-05-22 05:56:38Z will $ +\GetIdInfo$Id: l3toks.dtx 1933 2010-05-25 00:26:38Z will $ {L3 Experimental Token Registers} %\iffalse %<*driver> @@ -560,9 +560,8 @@ % \begin{macro}{\toks_show:N} % \begin{macro}{\toks_show:c} % This function shows the contents of a token register on the terminal. -% TODO: this is not pretty when the argument is a control sequence that doesn't exist! % \begin{macrocode} -\cs_new_eq:NN \toks_show:N \tex_showthe:D +\cs_new_eq:NN \toks_show:N \kernel_register_show:N \cs_generate_variant:Nn \toks_show:N {c} % \end{macrocode} % \end{macro} |