diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/strc-con.mkvi')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/strc-con.mkvi | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/strc-con.mkvi b/Master/texmf-dist/tex/context/base/mkiv/strc-con.mkvi index d67307ba73b..57b69cc7f55 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/strc-con.mkvi +++ b/Master/texmf-dist/tex/context/base/mkiv/strc-con.mkvi @@ -980,11 +980,11 @@ \xdef\currentconstructionincrementnumber{\constructionparameter\c!incrementnumber}% % \ifx\currentconstructionexpansion\empty - \glet\currentconstructionexpansion\v!no + \global\let\currentconstructionexpansion\v!no \fi % \ifx\currentconstructionreferenceprefix\empty - \glet\currentconstructionreferenceprefix\referenceprefix + \global\let\currentconstructionreferenceprefix\referenceprefix \fi \ifx\currentconstructionexpansion\s!xml \xmlstartraw @@ -994,9 +994,9 @@ \xdef\currentconstructionlist {\constructionparameter\c!list}% \xmlstopraw \ifx\currentconstructionlist\empty - \glet\currentconstructionlist\currentconstructiontitle + \global\let\currentconstructionlist\currentconstructiontitle \fi - \glet\currentconstructioncoding\s!xml + \global\let\currentconstructioncoding\s!xml \else \ifx\currentconstructionexpansion\v!yes \xdef\currentconstructiontitle {\constructionparameter\c!title}% @@ -1016,9 +1016,9 @@ \fi \fi \fi \ifx\currentconstructionlist\empty - \glet\currentconstructionlist\currentconstructiontitle + \globallet\currentconstructionlist\currentconstructiontitle \fi - \glet\currentconstructioncoding\s!tex + \globallet\currentconstructioncoding\s!tex \fi % \ifx\currentconstructiontitle\v!none % will become obsolete @@ -1093,7 +1093,7 @@ \endgroup \edef\noexpand\currentconstructionlistentry {\the\scratchcounter}% \edef\noexpand\currentconstructionattribute {\the\lastdestinationattribute}% - \edef\noexpand\currentconstructionsynchronize{\clf_deferredenhancelist\the\scratchcounter}% + \edef\noexpand\currentconstructionsynchronize{\ctxlatecommand{enhancelist(\the\scratchcounter)}}% }% \fi} @@ -1103,11 +1103,11 @@ \def\reinstateconstructionnumberentry#1% was xdef {\edef\currentconstructionattribute {\clf_getinternallistreference#1}% - \edef\currentconstructionsynchronize{\clf_deferredenhancelist\number#1}} + \edef\currentconstructionsynchronize{\ctxlatecommand{enhancelist(#1)}}} \def\reinstatecachedconstructionnumberentry#1% was xdef | #1 = cached index can be different from real {\edef\currentconstructionattribute {\clf_getinternalcachedlistreference#1}% destination - \edef\currentconstructionsynchronize{\clf_deferredenhancelist\number#1}} + \edef\currentconstructionsynchronize{\ctxlatecommand{enhancelist(#1)}}} \installstructurelistprocessor{construction}{\usestructurelistprocessor{number+title}} |