diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3skip.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3skip.dtx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3skip.dtx b/Master/texmf-dist/source/latex/expl3/l3skip.dtx index 75e1982a573..02961cc188f 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 2121 2011-01-07 08:46:09Z joseph $ +\GetIdInfo$Id: l3skip.dtx 2149 2011-02-15 20:50:02Z mittelba $ {L3 Experimental skip registers} %\iffalse %<*driver> @@ -832,9 +832,10 @@ % \end{macro} % % \begin{macro}{\skip_eval:n} -% Evaluating a calc expression. +% Evaluating a calc expression. This is expandable and works inside an ``x'' +% type of argument. % \begin{macrocode} -\cs_new_protected_nopar:Npn \skip_eval:n #1 { +\cs_new_nopar:Npn \skip_eval:n #1 { \tex_the:D \etex_glueexpr:D #1 \scan_stop: } % \end{macrocode} @@ -1125,9 +1126,10 @@ % \end{macro} % % \begin{macro}{\dim_eval:n} -% Evaluating a calc expression. +% Evaluating a calc expression. This is expandable and works inside an ``x'' +% type of argument. % \begin{macrocode} -\cs_new_protected_nopar:Npn \dim_eval:n #1 { +\cs_new_nopar:Npn \dim_eval:n #1 { \tex_the:D \etex_dimexpr:D #1 \scan_stop: } % \end{macrocode} |