Re: [NTG-context] Typescript/fallbacks problem

2017-05-25 Thread Mohammad Hossein Bateni
The following email had large attachments (more than 100K). I uploaded everything here: http://mhbateni.com/context/bug-04/ On Thu, May 25, 2017 at 11:40 PM, Mohammad Hossein Bateni wrote: > Hello Hans, > > I'm going to explain a strange problem which came about, as far as I

Re: [NTG-context] Formula numbers in RTL mode

2017-05-25 Thread Mohammad Hossein Bateni
For the record, here is my solution until the issue is fixed for RTL. \setupformula[distance=0pt] This causes the formula numbers to be at the proper place for left/right as well as LTR/RTL. It prevents some custom placement of the formula number, which I do not care about. —MHB On Mon, May

Re: [NTG-context] \start pagefigure not working as expected

2017-05-25 Thread cryo shock
Hi Andrés, The problem with \insertpages is that it inserts pages as layers, which means that header, footer and page numbers will be printed on it as well. That's what I don't want, and also your suggested link points to me to \insertpage in my case: "Please note that the inserted pages will be

[NTG-context] Placing of integral limits

2017-05-25 Thread Mathias Schickel
Dear list, I think that the placement of the indices of integrals has some issues, at least in some fonts. If you try \setupbodyfont[cambria] % \starttext % \startformula % \int\nolimits_a^b f % \stopformula % \stoptext or if you replace Cambria by Stix Two using

Re: [NTG-context] \start pagefigure not working as expected

2017-05-25 Thread Andres Conrado
I think you need to use \insertpages instead. Check this out: http://wiki.contextgarden.net/Command/insertpages Andrés Conrado Montoya http://chiquitico.org ___ If your question is of interest to others as well,

Re: [NTG-context] Position of prime for derivatives

2017-05-25 Thread Mathias Schickel
> Am 25.05.2017 um 18:59 schrieb Mikael P. Sundqvist : > > On Tue, May 23, 2017 at 5:02 PM, Mikael P. Sundqvist wrote: >> On Tue, May 23, 2017 at 11:58 AM, Mathias Schickel >> wrote: >>> Hi Mikael and Otared, >>> >>> I can confirm

Re: [NTG-context] Position of prime for derivatives

2017-05-25 Thread Mikael P. Sundqvist
On Tue, May 23, 2017 at 5:02 PM, Mikael P. Sundqvist wrote: > On Tue, May 23, 2017 at 11:58 AM, Mathias Schickel > wrote: >> Hi Mikael and Otared, >> >> I can confirm issues regarding primes, too. If you are using the STIX 2 >> fonts

[NTG-context] issue with annotation flags

2017-05-25 Thread Pablo Rodriguez
Dear list, I have the following code: \setupinteraction[state=start, color=] \enabledirectives[references.border] \starttext \startTEXpage[offset=1em] \useURL[url1][http://some-url.com]\from[url1] \stopTEXpage \stoptext The annotation code in the PDF file reads:

Re: [NTG-context] \start pagefigure not working as expected

2017-05-25 Thread cryo shock
Your suggestion works fine for me. I tried \filterpages too, as it is mentioned on the wiki as well, but the pages then got scaled to the \setuplayout definitions. I didn't think about using it within the \startpagemakeup environment though. So thanks Pablo. P.S.: I'd still love to know why the

Re: [NTG-context] issue with signature field

2017-05-25 Thread Pablo Rodriguez
On 05/24/2017 11:57 AM, luigi scarso wrote: > On Sun, May 21, 2017 at 9:17 PM, Pablo Rodriguez wrote: >> Dear list, >> >> some time ago, Hans implemented signature fields: >> >> \setupinteraction[state=start] >> \starttext >> \definefield[x][signature] >> \field[x]

Re: [NTG-context] \start pagefigure not working as expected

2017-05-25 Thread Pablo Rodriguez
On 05/25/2017 05:22 PM, cryo shock wrote: > Hi guys, > > I created a CTX document and now I am trying to merge it with two other > pages from another (already compiled) pdf document. Usually I did this > job with PDF Split And Merge software, but if CTX (mkiv, LuaTeX) is > capable of doing the

Re: [NTG-context] issue with signature field

2017-05-25 Thread Pablo Rodriguez
On 05/24/2017 11:00 AM, Hans Hagen wrote: > On 5/21/2017 9:17 PM, Pablo Rodriguez wrote: >> \setupinteraction[state=start] >> \starttext >> \definefield[x][signature] >> \field[x] >> \stoptext >> >> I’m afraid I’m not able to sign it using Acrobat 9.5.5, which is the >>

[NTG-context] \start pagefigure not working as expected

2017-05-25 Thread cryo shock
Hi guys, I created a CTX document and now I am trying to merge it with two other pages from another (already compiled) pdf document. Usually I did this job with PDF Split And Merge software, but if CTX (mkiv, LuaTeX) is capable of doing the job, I'd be glad to use CTX instead. On the wiki I