Re: [NTG-context] definelabel and TEXpage

2021-05-21 Thread Rik Kabel
On 5/21/2021 00:16, Wolfgang Schuster wrote: Rik Kabel schrieb am 21.05.2021 um 04:31: In the following example:     \definelabel[BB][alternative=inright,headcolor=red,text=]     \startTEXpage     Where is the label?\BB     \stopTEXpage The label is not displayed if a TEXpage is used, but if

Re: [NTG-context] definelabel and TEXpage

2021-05-20 Thread Wolfgang Schuster
Rik Kabel schrieb am 21.05.2021 um 04:31: In the following example: \definelabel[BB][alternative=inright,headcolor=red,text=] \startTEXpage Where is the label?\BB \stopTEXpage The label is not displayed if a TEXpage is used, but if the start/stop is changed to

[NTG-context] definelabel and TEXpage

2021-05-20 Thread Rik Kabel
In the following example: \definelabel[BB][alternative=inright,headcolor=red,text=] \startTEXpage Where is the label?\BB \stopTEXpage The label is not displayed if a TEXpage is used, but if the start/stop is changed to starttext/stoptext, all is well. Is this expected? -- Rik

[NTG-context] definelabel not working as previously on ConTeXt ver: 2018.08.19 12:52

2018-08-19 Thread Rik Kabel
With the latest beta, labels do not work for me. With the following code: \definelabel[Q] \starttext Label: \Q[abc] Label: see \in[abc]. Reference: \reference[def]{2} Reference: see \in[def]. \stoptext I get: and the log states: references  > unknown reference

[NTG-context] \definelabel -- location

2014-04-03 Thread Herbert Voss
The documentation has an example for placing a label in the margin, but it doesn't work, it is still in the text: \definelabel[video][text=Video,location=inmargin] \starttext The label\video\ (Video 1) is not in the margin \stoptext or did I misunderstand the meaning of location? current

Re: [NTG-context] \definelabel

2014-04-01 Thread Hans Hagen
On 3/31/2014 4:55 PM, Herbert Voss wrote: Hi all, this worked some time ago: \definelabel[video][text=Video,location=inmargin] \starttext \video foo \nextvideo bar \currentvideo[video1] baz \page see \at[video1]. \incrementvideo \video foobar \resetvideo \video foobarbaz \stoptext now

[NTG-context] \definelabel

2014-03-31 Thread Herbert Voss
Hi all, this worked some time ago: \definelabel[video][text=Video,location=inmargin] \starttext \video foo \nextvideo bar \currentvideo[video1] baz \page see \at[video1]. \incrementvideo \video foobar \resetvideo \video foobarbaz \stoptext now \currentvideo and \incrementvideo are undefined