[NTG-context] Re: Link from a PDF to a reference of an embedded PDF

2023-07-24 Thread Aditya Mahajan
On Mon, 24 Jul 2023, Gerion Entrup wrote: > Hi Pablo, > > > not sure I’m getting your point right. > > Thank you for the detailed answer. > But I fear, I have not expressed myself precise enough. > The solution that you described does not directly fit to my setting. > I'll try to rephrase.

[NTG-context] Re: Link from a PDF to a reference of an embedded PDF

2023-07-24 Thread Gerion Entrup
Hi Pablo, > not sure I’m getting your point right. Thank you for the detailed answer. But I fear, I have not expressed myself precise enough. The solution that you described does not directly fit to my setting. I'll try to rephrase. Maybe it gets more clear then. I think, named destinations

[NTG-context] Re: xml: matches always child of other element

2023-07-24 Thread denis.maier
Interestingly, we should be in the right subtree as this modified example is supposed to demonstrate (we're getting the correct numbers under each index-entry-term, just the terms are incorrect in all but the first case): \startxmlsetups xml:test \xmlsetsetup{#1}{*}{-}

[NTG-context] xml: matches always child of other element

2023-07-24 Thread denis.maier
Hi, I must be missing something obvious, but in this example the pattern for always matches the first element, not the one under the current . Interestingly, using xml:index-entry-2 instead of the normal version matches correctly... Any hints what is going off the rails here? Best, Denis

[NTG-context] Re: Convert tif to jpg (instead of pdf)

2023-07-24 Thread denis.maier
Partial success: I haven't been able to convert the images to jpg proper, but I've been at least been able to enable jpeg compression, thus making the resulting pdfs much smaller: % enable compression for tiffs \startluacode local function compress(oldname, newname, compression) if not

[NTG-context] Re: \version[temporary] fatal error

2023-07-24 Thread Hans Hagen
On 7/23/2023 11:47 PM, Jacob Kauffmann via ntg-context wrote: Hi all, \version[temporary] produces an error for me (see below). Is this a permanent change, or is this version really just temporary? ;) fixed in next upload -