Re: [NTG-context] Clipping multiple PDFs

2022-08-23 Thread Pablo Rodriguez via ntg-context
On 8/23/22 19:12, Jethro Djan via ntg-context wrote: > Hello, > > [...] I have also been searching for stuff about “low-level” stuff in > ConTexT like the \doloopoverlist command. https://wiki.contextgarden.net/System_Macros/Loops_and_Recursion should contain \doloopoverlist. I have just added

Re: [NTG-context] Clipping multiple PDFs

2022-08-23 Thread Aditya Mahajan via ntg-context
On Tue, 23 Aug 2022, Pablo Rodriguez via ntg-context wrote: > On 8/23/22 17:27, Aditya Mahajan via ntg-context wrote: > > [...] > > For a more low-level interface to finding the number of pages, see: > > > > https://adityam.github.io/context-blog/post/include-multi-page-pdf/ > > Hi Aditya, > >

Re: [NTG-context] Clipping multiple PDFs

2022-08-23 Thread Pablo Rodriguez via ntg-context
On 8/23/22 17:27, Aditya Mahajan via ntg-context wrote: > [...] > For a more low-level interface to finding the number of pages, see: > > https://adityam.github.io/context-blog/post/include-multi-page-pdf/ Hi Aditya, I wonder whether your final definition should be rewritten as:

Re: [NTG-context] Clipping multiple PDFs

2022-08-23 Thread Jethro Djan via ntg-context
Hello, Thanks to Pablo and Aditya for the solutions. Sometimes it is very difficult to find the right manuals and info for what you want to achieve for those of us new to ConTeXt. I found the stuff on context(context.noffigurepages) here ( https://wiki.contextgarden.net/Image_Placement) and I

Re: [NTG-context] Clipping multiple PDFs

2022-08-23 Thread Pablo Rodriguez via ntg-context
On 8/22/22 17:46, Jethro Djan via ntg-context wrote: > Thanks for the solution Pablo. It works well. Glad to read it worked for you, Jethro. > I wanted to add more pdfs (which also has many pages) and found it > was easier for me to reason in the lua side of things. This is what I > have at the

Re: [NTG-context] Clipping multiple PDFs

2022-08-23 Thread Aditya Mahajan via ntg-context
On Mon, 22 Aug 2022, Jethro Djan via ntg-context wrote: >  > Thanks for the solution Pablo. It works well. > > I wanted to add more pdfs (which also has many pages) and found it was easier > for me to reason in the lua side of things. This is what I have at the moment: > > \starttext >

Re: [NTG-context] Clipping multiple PDFs

2022-08-22 Thread Jethro Djan via ntg-context
 Thanks for the solution Pablo. It works well. I wanted to add more pdfs (which also has many pages) and found it was easier for me to reason in the lua side of things. This is what I have at the moment: \starttext \startluacode local function doc(fil) return fil..[[.pdf]] end local

Re: [NTG-context] Clipping multiple PDFs

2022-08-22 Thread Jethro Djan via ntg-context
 Thanks for the solution Pablo. It works well. I wanted to add more pdfs (which also has many pages) and found it was easier for me to reason in the lua side of things. This is what I have at the moment: \starttext \startluacode local function doc(fil) return fil..[[.pdf]] end local

Re: [NTG-context] Clipping multiple PDFs

2022-08-22 Thread Jethro Djan via ntg-context
Thanks for the solution Pablo. It works well. I wanted to add more pdfs (which also has many pages) and found it was easier for me to reason in the lua side of things. This is what I have at the moment: \starttext \startluacode local function doc(fil) return fil..[[.pdf]] end local

Re: [NTG-context] Clipping multiple PDFs

2022-08-21 Thread Pablo Rodriguez via ntg-context
On 8/18/22 02:13, jethro Reuel via ntg-context wrote: > Hello, > > I am trying to put multiple PDF’s that were typeset differently into > one document without modifying the individual files themselves. > [...] > The problem is the original page numbers show and I’d prefer that it > did not. So I