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]

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

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]

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 /

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