diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/strc-sec.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/strc-sec.mkiv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/strc-sec.mkiv b/Master/texmf-dist/tex/context/base/strc-sec.mkiv index dd51451b9b1..a5ff2084e5a 100644 --- a/Master/texmf-dist/tex/context/base/strc-sec.mkiv +++ b/Master/texmf-dist/tex/context/base/strc-sec.mkiv @@ -204,7 +204,8 @@ userdata = \!!bs\detokenize{#3}\!!es % will be converted to table at the lua end } }}% - \xdef\currentstructurelistnumber{\ctxcommand{addtolist(structures.sections.current())}}% + % \xdef\currentstructurelistnumber{\ctxcommand{addtolist(structures.sections.current())}}% + \xdef\currentstructurelistnumber{\ctxcommand{currentsectiontolist()}}% % \currentstructuresynchronize has to be called someplace, since it introduces a node \setstructuresynchronization\currentstructurelistnumber \endgroup} @@ -722,7 +723,6 @@ \unexpanded\def\placeheadtext {\dosingleempty\strc_sectioning_place_head_text } % use with care \unexpanded\def\placeheadnumber{\dosingleempty\strc_sectioning_place_head_number} % use with care - \unexpanded\def\strc_sectioning_report{\ctxlua{structures.sections.reportstructure()}} \ifdefined\strc_rendering_initialize_style_and_color \else |