Hello,

here is a minimal sample which doesn't compile:

----
\starttext
  \startitemize
    \item
      A\footnote{%
        B
        \startitemize
          \item C
        \stopitemize
      }\crlf
      D

    \item E % <<<< This sample compiles when this line is commented (?!)
  \stopitemize
\stoptext
----

The error message is:

"
...
...eta/tex/texmf-context/tex/context/base/mkiv/strc-num.lua:465: attempt to index a nil value (local 'd')

 2       \startitemize
 3         \item
 4           A\footnote{%
 5             B
 6             \startitemize
 7               \item C
 8             \stopitemize
 9           }\crlf
10           D
11
12 >> \item E % <<<< This sample compiles when this line is commented
13       \stopitemize
14     \stoptext
15
"

When the "\item E" is commented, the sample compiles successfully.

ConTeXt version: "ConTeXt ver: 2019.10.11 15:47 MKIV beta fmt: 2019.10.16 int: english/english".

Any idea what's going wrong?

Best regards,

Lukas
open source     > level 1, order 1, name 
'd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-yes.mkiv'
system          > 
system          > ConTeXt  ver: 2019.10.11 15:47 MKIV beta  fmt: 2019.10.16  
int: english/english
system          > 
system          > 'cont-new.mkiv' loaded
open source     > level 2, order 2, name 
'd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv'
system          > beware: some patches loaded from cont-new.mkiv
close source    > level 2, order 2, name 
'd:/Ctx-Beta/tex/texmf-context/tex/context/base/mkiv/cont-new.mkiv'

system          > jobfiles > using path: d:\\Lukas\\ConTeXt\\Styles
system          > files > jobname 't', input 
'D:\\Lukas\\Jobs\\Chrastany-D5.DSPPS\\SO_201\\~TZ~\\t.mkiv', result 't'
fonts           > latin modern fonts are not preloaded
languages       > language 'en' is active
open source     > level 2, order 3, name 
'D://Lukas/Jobs/Chrastany-D5.DSPPS/SO_201/~TZ~/t.mkiv'
fonts           > preloading latin modern fonts (second stage)
fonts           > 'fallback modern-designsize rm 12pt' is loaded

lua error       > lua error on line 12 in file 
D://Lukas/Jobs/Chrastany-D5.DSPPS/SO_201/~TZ~/t.mkiv:

...eta/tex/texmf-context/tex/context/base/mkiv/strc-num.lua:465: attempt to 
index a nil value (local 'd')

 2       \startitemize
 3         \item
 4           A\footnote{%
 5             B
 6             \startitemize
 7               \item C
 8             \stopitemize
 9           }\crlf
10           D
11     
12 >>      \item E % <<<< This sample compiles when this line is commented
13       \stopitemize
14     \stoptext
15     

\starttext
  \startitemize
    \item
      A\footnote{%
        B
        \startitemize
          \item C
        \stopitemize
      }\crlf
      D

    \item E % <<<< This sample compiles when this line is commented
  \stopitemize
\stoptext
\starttext
  \startitemize
    \item
      A\footnote{%
        B
        \startitemize
          \item C
        \stopitemize
      }\crlf
      D

    %\item E % <<<< This sample compiles when this line is commented
  \stopitemize
\stoptext

Attachment: t-OK.pdf
Description: Adobe PDF document

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to