diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3names.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3names.dtx | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3names.dtx b/Master/texmf-dist/source/latex/l3kernel/l3names.dtx index 1132202df40..a3440696f39 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3names.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3names.dtx @@ -37,7 +37,7 @@ \documentclass[full]{l3doc} %</driver> %<*driver|package> -\GetIdInfo$Id: l3names.dtx 4993 2014-06-02 09:39:35Z joseph $ +\GetIdInfo$Id: l3names.dtx 5343 2014-08-22 19:32:35Z bruno $ {L3 Namespace for primitives} %</driver|package> %<*driver> @@ -618,13 +618,13 @@ \__kernel_primitive:NN \pardir \luatex_pardir:D \__kernel_primitive:NN \textdir \luatex_textdir:D % \end{macrocode} -% -% End of the \enquote{just the names} part of the source. +% +% End of the \enquote{just the names} part of the source. % \begin{macrocode} %</initex|names|package> %<*initex|package> % \end{macrocode} -% +% % The job is done: close the group (using the primitive renamed!). % \begin{macrocode} \tex_endgroup:D @@ -668,16 +668,17 @@ % implemented using some Lua code in the current Con\TeX{}t. % \begin{macrocode} \etex_ifdefined:D \normalend - \tex_let:D \tex_outer:D \normalouter - \tex_let:D \tex_input:D \normalinput \tex_let:D \tex_end:D \normalend + \tex_let:D \tex_everyjob:D \normaleveryjob + \tex_let:D \tex_input:D \normalinput \tex_let:D \tex_language:D \normallanguage - \tex_let:D \tex_vcenter:D \normalvcneter - \tex_let:D \tex_over:D \normalover \tex_let:D \tex_mathop:D \normalmathop \tex_let:D \tex_month:D \normalmonth - \tex_let:D \tex_everyjob:D \normaleveryjob + \tex_let:D \tex_outer:D \normalouter + \tex_let:D \tex_over:D \normalover + \tex_let:D \tex_vcenter:D \normalvcenter \tex_let:D \etex_unexpanded:D \normalunexpanded + \tex_let:D \luatex_expanded:D \normalexpanded \tex_fi:D \etex_ifdefined:D \normalitaliccorrection \tex_let:D \tex_hoffset:D \normalhoffset |