Re: [NTG-context] Math align not working

2021-01-01 Thread Aditya Mahajan
On Fri, 1 Jan 2021, Hans Hagen wrote: > On 1/1/2021 8:21 AM, Aditya Mahajan wrote: > > \startformula \startalign[m=2,distance=8em,n=5, > > align={right,middle,middle,middle,left, right,middle,middle,middle,left}] > > \NC 0 \NC < \NC 2x + 5y \NC < \NC 10 > > \NC 4 \NC < \NC 3x + y \NC < \NC 9 \NR

[NTG-context] blank pages bug [pagecolumns]

2021-01-01 Thread Johann Birnick
Hi there, I noticed a bug when using pagecolumns. If there is a title on the right column, a blank page gets added at the end of the document. For example \starttext \startpagecolumns[n=2] \title{lorem} \title{ipsum}

[NTG-context] About \includeMPgraphic and local presets

2021-01-01 Thread Jairo A. del Rio
Hi, list! I've read elsewhere \MPrawvar allows a preset to be applied outside \start...\stopuseMPgraphic. \startuseMPgraphic{hi} draw fullcircle scaled \MPrawvar{hi}{u}; \stopuseMPgraphic \setupMPvariables[hi][u=1cm] \startMPcode \includeMPgraphic{hi} \stopMPcode However,

Re: [NTG-context] xrightarrow specific size issue

2021-01-01 Thread Johann Birnick
Hi Aditya, I know the syntax, my problem is about the options for the length of the arrow. For example \xrightarrow[big]{abc} gives a longer arrow than \xrightarrow{abc} According to different manuals also specific lengths should be possible. But they don't work. I think it's a bug. (because

Re: [NTG-context] underbrace spacing

2021-01-01 Thread Johann Birnick
Thanks!! On Fri, 2021-01-01 at 01:48 -0500, Aditya Mahajan wrote: > On Thu, 31 Dec 2020, Johann Birnick wrote: > > > Hi there, > > > > if I do > > > > \starttext > > $4 \underbrace{+ 3}_{\text{because of lorem} + 2}$ > > \stoptext > > > > then the spacing gets really big because of the long.

Re: [NTG-context] prevent error page

2021-01-01 Thread Johann Birnick
context --nodummy works fine with my viewer, thanks!! On Fri, 2021-01-01 at 11:10 +0100, Hans Hagen wrote: > On 12/31/2020 8:31 PM, Johann Birnick wrote: > > Hi there, > > > > in my setup I constantly have a pdf viewer open showing the output of > > context. > > When I recompile the viewer

Re: [NTG-context] Math align not working

2021-01-01 Thread Hans Hagen
On 1/1/2021 8:21 AM, Aditya Mahajan wrote: \startformula \startalign[m=2,distance=8em,n=5, align={right,middle,middle,middle,left, right,middle,middle,middle,left}] \NC 0 \NC < \NC 2x + 5y \NC < \NC 10 \NC 4 \NC < \NC 3x + y \NC < \NC 9 \NR \NC 3 \NC < \NC 2y + 3z \NC < \NC 15 \NC 10\NC < \NC 8y

[NTG-context] fatal error: return code: 256

2021-01-01 Thread Saša Janiška
Hello, tried to install lmtx (Debian Sid) from scratch, did: * wipe the texmf-cache directory * mtx-install | - run: mtxrun --generate * mtx-install | - run: context --make but still getting: [...] languages > language 'en' is active runtime error : input file './t.tex' is

Re: [NTG-context] prevent error page

2021-01-01 Thread Hans Hagen
On 12/31/2020 8:31 PM, Johann Birnick wrote: Hi there, in my setup I constantly have a pdf viewer open showing the output of context. When I recompile the viewer updates. Now if there is an error, the document fails to compile, of course. Previously the pdf file just remainded untouched, nice.