Wolfgang Schuster schrieb:
Hi Idris and Peter,
donno if this has been reported before... I get the follwing error message with the latest beta (2009-04-10):
I get something similar with TOC processing:
Can one of you make a example where the error is reproducable.
not minimal (no time), but it should be sufficient to isolate the cause of error. also: if its to easy to solve, Hans can not listen to music (debug-modus) enough. ;) same error message... ! LuaTeX error r:/tex/texmf-context/tex/context/base/strc-not.lua:143: attempt to index field 'pagenumber' (a nil value) stack traceback: r:/tex/texmf-context/tex/context/base/strc-not.lua:143: in function 'deltapage' <main ctx instance>:1: in main chunk. \domovednote ...tructure.notes.deltapage("#1",#2)} \or \symbol [#3]\or \symbo... \dohighlow ...\scratchdimen \hbox {\dodohighlow #5 }}\ht \scratchbox \struthe... \dogotofixed ...reference {#2}#1\relax }}}\else #1 \fi } \gotopagespecial ...currenttargetpage {#4}\else #4 \fi \endgroup l.2 ... {page}{0}{}{\primaryreferencefoundaction} \doprocessreferenceelse ...eferenceprefix ","#1")} \doresetgotowhereever ... l.22 ... als PDF/X-4p\MyFootnote{ISO 15930-7:2008} ?
@Peter, the xp code is now part of the normal mkiv code.
Wolfgang
___________________________________________________________________________________
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://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
%\def\NoteNumber#1{\hbox to 15pt{\hfill\black \dostartoverprint#1\dostopoverprint}} \def\NoteNumber#1{\hbox to 15pt{\hfill\black #1}} \setupfootnotes [bodyfont=6pt, textcolor=black, before=,after=, rule=off, conversion={set 1}, % distance=-2em, margindistance=-2em, numbercommand=\NoteNumber] %\def\MyFootnote#1{\footnote{\hskip3em \dostartoverprint#1\dostopoverprint}} \def\MyFootnote#1{\footnote{\hskip3em #1}} \starttext \startlocalfootnotes \vbox\bgroup\hsize=78mm\dontcomplain \startitemize[4] \item die Ausgabe erfolgt als PDF/X-4p\MyFootnote{ISO 15930-7:2008} \stopitemize \egroup \stoplocalfootnotes \stoptext