diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/modules/mkiv/s-present-steps.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/modules/mkiv/s-present-steps.mkiv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/modules/mkiv/s-present-steps.mkiv b/Master/texmf-dist/tex/context/modules/mkiv/s-present-steps.mkiv index 432650a5ed9..c588a0d168c 100644 --- a/Master/texmf-dist/tex/context/modules/mkiv/s-present-steps.mkiv +++ b/Master/texmf-dist/tex/context/modules/mkiv/s-present-steps.mkiv @@ -16,6 +16,8 @@ \startmodule[present-steps] +\pushoverloadmode + \startluacode moduledata.steps = moduledata.steps or { } @@ -168,6 +170,8 @@ end \fi \ctxlua{moduledata.steps.stopsubstep()}} +\popoverloadmode + \stopmodule \continueifinputfile{s-present-steps.mkiv} |