On Fri, 14 Jun 2013, Pablo Rodríguez wrote: > Dear list, > > is there any way to get notes (footnotes and linenotes) within a TEXpage? > > I thought I'd seen a sample PDF sent to this list, but I can't recall > the date or who was the sender. Essentially, TEXpage is a fancy \frame (which, in turn, is a fancy \vbox). So, you cannot get the regular footnote mechanism inside TEXpage. If you do need footnotes, you can use localfootnotes: \starttext \startTEXpage[width=0.6\textwidth, offset=3mm] \startlocalfootnotes Knuth:\footnote{The creator of \TEX} \input knuth \placelocalfootnotes \stoplocalfootnotes \stopTEXpage \stoptext Aditya