Re: [NTG-context] Default page layout

2021-09-09 Thread kauśika cittūr via ntg-context
On Friday, September 10, 2021 10:56:09 AM IST kauśika cittūr wrote: > Dear List, > > I am using LMTX 2021.08.30 19:56. > > I have the following example – > \starttext > \showlayout > > \input knuth > \stoptext > > which yields an output (attached here) with a "asymmetric" layout. > > Am I

[NTG-context] Default page layout

2021-09-09 Thread kauśika cittūr via ntg-context
Dear List, I am using LMTX 2021.08.30 19:56. I have the following example – \starttext \showlayout \input knuth \stoptext which yields an output (attached here) with a "asymmetric" layout. Am I doing something wrong? Or have I missed something? Please advise. Thanks, kauśika test-doc.pdf

Re: [NTG-context] (neo)vim support & Lua

2021-09-09 Thread Hans Hagen via ntg-context
On 9/9/2021 2:08 PM, Saša Janiška via ntg-context wrote: Hello, some months ago there was a 0.5 release (https://neovim.io/news/2021/07) of Neovim which brings support for Lua language to a new level - "Lua as a first-class scripting and configuration language". Moreover, Neovim now it also has

[NTG-context] (neo)vim support & Lua

2021-09-09 Thread Saša Janiška via ntg-context
Hello, some months ago there was a 0.5 release (https://neovim.io/news/2021/07) of Neovim which brings support for Lua language to a new level - "Lua as a first-class scripting and configuration language". Moreover, Neovim now it also has built-in LSP client...so, I wonder if there is some work

Re: [NTG-context] If you really absolutely need more capacity, you can ask a wizard to enlarge me

2021-09-09 Thread Hans Hagen via ntg-context
On 9/9/2021 12:52 AM, Marcus Vinicius Mesquita via ntg-context wrote: Dear list, In the MWE below, ConTeXt lmtx throws an error with the message in the title: \starttext \startluacode local upperlimit = 9 context.starttabulate({ "|l|l|l|" }) for i=1,upperlimit do context.NC()