diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/file-job.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/file-job.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/file-job.lua b/Master/texmf-dist/tex/context/base/mkiv/file-job.lua index 486aee63a72..dbf6da9b4ba 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/file-job.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/file-job.lua @@ -386,6 +386,7 @@ local function starttext() if trace_jobfiles then report_jobfiles("starting text") end + -- registerfileinfo[begin]jobfilename context.dostarttext() end textlevel = textlevel + 1 @@ -405,6 +406,8 @@ local function stoptext() report_jobfiles("stopping text") end context.dostoptext() + -- registerfileinfo[end]jobfilename + context.finalend() stopped = true end end |