<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I have a document with hundreds of labels generated by <tt>\definelabel</tt>.
They are used to index quotations in the text. Some of these occur
in notes. Previously I had all such notes at the end of the book, as
endnotes, but an editor requested a version with the notes as
traditional footnotes. When the notes with labels appear in
footnotes, the labels are not printed. The MWE below demonstrates
the problem. I would expect to see a red 2 at the end of the first
line of the footnote.<br>
<br>
I have tried to use <tt>\defineenumeration</tt> instead of <tt>\definelabel</tt>,
but I cannot get a comparable result to what I have with
definelabel.<br>
<br>
Is this a bug in the footnote typesetting, or a problem with my
expectations?<br>
<blockquote><tt>\setuppapersize[A6]</tt><tt><br>
\definelabel [Qi][text=,alternative=inright,headcolor=red]<br>
</tt><tt>\definenote [pagenote]</tt><tt><br>
</tt><tt>\setupnotation [pagenote][way=bypage,numberconversion=set
2]</tt><tt><br>
</tt><tt>\definenote [endnote]</tt><tt><br>
</tt><tt>\setupnotation
[endnote][way=bytext,location=none,conversion=numbers]</tt><tt><br>
</tt><tt>\starttext</tt><tt><br>
</tt><tt> {\Qi}An index in the margin.\par</tt><tt><br>
</tt><tt> Text with a numbered endnote with an index\endnote{%</tt><tt><br>
</tt><tt> {\Qi}The numbered endnote with its index. The
numbered endnote</tt><tt><br>
</tt><tt> with its index. The numbered endnote with its
index.%</tt><tt><br>
</tt><tt> } and a marked pagenote with an index.\pagenote{%</tt><tt><br>
</tt><tt> {\Qi}The marked pagenote, but where is the index? The
marked</tt><tt><br>
</tt><tt> pagenote, but where is the index? The marked
pagenote, but</tt><tt><br>
</tt><tt> where is the index?%</tt><tt><br>
</tt><tt> }\par</tt><tt><br>
</tt><tt>\page</tt><tt><br>
</tt><tt> The endnote follows.\par</tt><tt><br>
</tt><tt> \placenotes[endnote]</tt><tt><br>
</tt><tt>\stoptext</tt><br>
</blockquote>
-- <br>
Rik Kabel<br>
</body>
</html>