Re: [NTG-context] Size of the last shipped page by Lua?

2016-09-11 Thread Procházka Lukáš Ing .
Helo, thanks both for proposals - I really need just to READ the values (and not to modify them). Best regards, Lukas On Thu, 08 Sep 2016 22:12:49 +0200, Hans Hagen wrote: On 9/8/2016 9:47 PM, josephcan...@gmail.com wrote: If by messing it’s meant modifying their values, I agree that’s a

Re: [NTG-context] Vertical padding in tables

2016-09-11 Thread Jose Luis Arellano
Hi Wolfgang, Thanks for the answer, the strut option was the trick. What am trying to do is create a table without frames in body and set the distance between text in cells to match the distance defined in \setupinterlinespace. How can i do that? Thanks. _

[NTG-context] Math letters in commands

2016-09-11 Thread Hans Åberg
Just found that the code below does not work as intended, because \𝐝𝐢𝐦 will be parsed as \𝐝 followed by 𝐢𝐦. Can’t tell if it ought to be changed, though one could think other cases where it might be natural. The command definition of \𝐝 works though. \setupbodyfont[xits,10pt] \setupmathematic

Re: [NTG-context] Typset Text on odd pages only

2016-09-11 Thread Michael Eidenbenz
thanks a lot. I definitely have to look at the basics of TeX sooner or later. michael > On 09 Sep 2016, at 08:10, Hans Hagen wrote: > > On 9/6/2016 5:48 PM, Michael Eidenbenz wrote: >> Hello, >> >> I'm looking for a way to produce a doublesided document with text on the odd >> pages only and

Re: [NTG-context] Vertical padding in tables

2016-09-11 Thread Wolfgang Schuster
Jose Luis Arellano 11. September 2016 um 11:58 Dear list. How can I control vertical padding in natural tables? You can use offset the control the padding on all four sides and loffset etc. for the individual sides. \startTEXpage[offset=1cm] \bTABLE[offset=1mm

Re: [NTG-context] Problem with \leqalignno

2016-09-11 Thread Mingranina Gingranina
Dear Otared, Hello Thank you so much for your advice on using the stable version of ConTeXt. I downgraded to ConTeXt ver: 2016.05.17 19:20 MKIV current fmt: 2016.9.6 int: english/english, LuaTeX, Version 0.95.0 (TeX Live 2016) and now everything works just fine. Thanks Mingranina --

Re: [NTG-context] Problem with \leqalignno

2016-09-11 Thread Otared Kavian
Hi Mingranina, Indeed, as of today, ConTeXt version 2016.09.09 08:21 MKIV beta, there is a small bug with the location of equation numbers when one chooses \setupformulas[location=left] and Hans is aware of the problem, which will be solved (he is rebuilding some fundamental fetaures in

Re: [NTG-context] Problem with \leqalignno

2016-09-11 Thread Mingranina Gingranina
Dear Aditya, Otared, and Hans, Hello, Thank you all very much for your help. Your codes work fine. However when I use \setupformulas[location=right] the equation numbers apperar on the rightmost of the line, but with \setupformulas[location=left] the equation numbers appear near the formulas

Re: [NTG-context] Problem with \leqalignno

2016-09-11 Thread Hans Hagen
On 9/11/2016 11:28 AM, Otared Kavian wrote: Hi Mingranina, For displayed aligned formulas it is better to use \startalign…\stopalign, instead of the plain TeX construction \leqalignno. indeed, and at some point they might even get nilled .. we can't use them in complex cases anyway Hans -

[NTG-context] Vertical padding in tables

2016-09-11 Thread Jose Luis Arellano
Dear list. How can I control vertical padding in natural tables? Thanks ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailm

Re: [NTG-context] Problem with \leqalignno

2016-09-11 Thread Otared Kavian
Hi Mingranina, For displayed aligned formulas it is better to use \startalign…\stopalign, instead of the plain TeX construction \leqalignno. Please have a look at the following: Best regards: OK %%% begin align-equations.tex \starttext \placeformula \startformula \startalign \NC c^2 \NC= a^2 +

Re: [NTG-context] Placement of numbers in numbered equations on the left

2016-09-11 Thread Hans Hagen
On 9/11/2016 3:46 AM, Aditya Mahajan wrote: On Sat, 10 Sep 2016, Otared Kavian wrote: Hi Hans, Following up the previous bug report, I tried the latest version, ConTeXt ver: 2016.09.09 08:21 MKIV beta, and noticed that you have solved one part of the problem with the placement of equation num