Re: [NTG-context] TeX markup in \setupinteraction for PDF metadata fields

2016-01-17 Thread Wolfgang Schuster
Kate F 17. Januar 2016 um 18:53 On 17 January 2016 at 17:00, Wolfgang Schuster I don't know, actually. In this case these are values which remain constant throughout the document. So all I'm after here is a mechanism for storing variables by name. Is there something more

Re: [NTG-context] TeX markup in \setupinteraction for PDF metadata fields

2016-01-17 Thread Kate F
On 17 January 2016 at 18:27, Wolfgang Schuster wrote: > Kate F > 17. Januar 2016 um 18:53 > On 17 January 2016 at 17:00, Wolfgang Schuster > > I don't know, actually. In this case these are values which remain > constant throughout the document. So all I'm after here

Re: [NTG-context] TeX markup in \setupinteraction for PDF metadata fields

2016-01-17 Thread Alan BRASLAU
On Sun, 17 Jan 2016 20:09:56 +0100 Wolfgang Schuster wrote: > But, if I want to use the title etc. in the title page, should I do > something like: > > \starttitlepagemakeup > \getvariable{document}{metadata:title} > \stoptitlepagemakeup > It depends, when you want

Re: [NTG-context] TeX markup in \setupinteraction for PDF metadata fields

2016-01-17 Thread Wolfgang Schuster
Alan BRASLAU 17. Januar 2016 um 23:39 On Sun, 17 Jan 2016 20:09:56 +0100 Thanks, again, these are useful pointers. In conclusion, good practice could be (but would this work?): \startdocument [title=My title, metadata:title=\documentvariable{title}, author=Me,

Re: [NTG-context] TeX markup in \setupinteraction for PDF metadata fields

2016-01-17 Thread Kate F
On 17 January 2016 at 17:00, Wolfgang Schuster wrote: > Kate F > 17. Januar 2016 um 17:56 > Hi, > > Is it possible to have TeX markup executed in the text fields for > \setupinteraction? > I would like to do something like: > > \definemarking[xyz] >

Re: [NTG-context] TeX markup in \setupinteraction for PDF metadata fields

2016-01-17 Thread Wolfgang Schuster
Alan BRASLAU 17. Januar 2016 um 19:55 On Sun, 17 Jan 2016 19:27:31 +0100 How does this play with \startdocument [title=Document title, author=Me] It doesn’t matter if you set the values with \setupdocument or \startdocument. Here, I learn about metadata:title=

Re: [NTG-context] TeX markup in \setupinteraction for PDF metadata fields

2016-01-17 Thread Alan BRASLAU
On Sun, 17 Jan 2016 19:27:31 +0100 Wolfgang Schuster wrote: > > Kate F > > 17. Januar 2016 um 18:53 > > On 17 January 2016 at 17:00, Wolfgang Schuster > > > > I don't know, actually. In this case these are values which remain > > constant

[NTG-context] TeX markup in \setupinteraction for PDF metadata fields

2016-01-17 Thread Kate F
Hi, Is it possible to have TeX markup executed in the text fields for \setupinteraction? I would like to do something like: \definemarking[xyz] \marking[xyz]{Hello} \setupinteraction[state=start] \setupinteraction[title={\getmarking[xyz][current]}]

Re: [NTG-context] TeX markup in \setupinteraction for PDF metadata fields

2016-01-17 Thread Wolfgang Schuster
Kate F 17. Januar 2016 um 17:56 Hi, Is it possible to have TeX markup executed in the text fields for \setupinteraction? I would like to do something like: \definemarking[xyz] \marking[xyz]{Hello} \setupinteraction[state=start]