Fatal error using \enabletrackers[paragraphs.passes=summary]
Hi All Using\enabletrackers[paragraphs.passes=summary] whilst doing some testing causes a fatal error after first run but pdf is produced. Here is the error message from the MWE: lua error: run callback [6]: bad argument #2 to 'format' (number expected, got nil) stack traceback: [C]: in function 'string.format' ?: in field '?' ...m64/tex/texmf-context/tex/context/base/mkxl/luat-log.lmt:184: in upvalue 'report' ...m64/tex/texmf-context/tex/context/base/mkxl/luat-log.lmt:397: in upvalue 'report' ...m64/tex/texmf-context/tex/context/base/mkxl/spac-pas.lmt:156: in field '?' ...m64/tex/texmf-context/tex/context/base/mkxl/luat-log.lmt:747: in field 'finalactions' ...m64/tex/texmf-context/tex/context/base/mkxl/luat-run.lmt:60: in function <...m64/tex/texmf-context/tex/context/base/mkxl/luat-run.lmt:56> mtx-context | fatal error: return code: 1 %%%%%%%%%%%%%%%%%%%% Here is the MWE: \enabletrackers[paragraphs.passes=summary] \setupalignpass[optional1] \starttext \dorecurse{10}{ \input ward \input knuth \input darwin } \stoptext %%%%%%%%%%%%%%%%%%% Using the latest version: ConTeXt ver: 2023.07.09 19:38 LMTX fmt: 2023.7.10 int: english/english Best Wishes Keith
On 7/11/2023 11:11 AM, Keith McKay wrote:
Hi All
Using\enabletrackers[paragraphs.passes=summary] whilst doing some testing causes a fatal error after first run but pdf is produced. Here is the error message from the MWE: in spac-pas.lmt in lines 156 and 158 you can change
classes into t.classes and remake the format after that Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Thanks Hans, that works now. Best Wishes Keith On 11/07/2023 10:37, Hans Hagen wrote:
On 7/11/2023 11:11 AM, Keith McKay wrote:
Hi All
Using\enabletrackers[paragraphs.passes=summary] whilst doing some testing causes a fatal error after first run but pdf is produced. Here is the error message from the MWE: in spac-pas.lmt in lines 156 and 158 you can change
classes into t.classes
and remake the format after that
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Keith McKay