[NTG-context] Fwd: Problem of compiling a file with Emacs

2018-08-01 Thread Fabrice Couvreur
-- Forwarded message -- From: Fabrice Couvreur Date: 2018-08-02 0:07 GMT+02:00 Subject: Re: [NTG-context] Problem of compiling a file with Emacs To: Lizardo Reyna Hello, I tried this : \starttext \startMPcode draw outlinetext.f ("\bf 1") (withcolor

Re: [NTG-context] Problem with an enumeration

2018-08-01 Thread Fabrice Couvreur
Hi Wolfgang, Thank you very much ! Fabrice 2018-08-01 21:21 GMT+02:00 Wolfgang Schuster < wolfgang.schuster.li...@gmail.com>: > Hi Fabrice, > > I found the following example in my mail archive. > > %% > \define\ItemCommand > {\hskip\zeropoint\relax\autoinsertnextspace} > > \setupitemgroup

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Floris van Manen
Not sure as how to tell why it is misusing the line environment. But the suggested \par solution does not work. .F > On 1 Aug 2018, at 21:28, Wolfgang Schuster > wrote: > > Ending each line in a proper (e.g. by adding \par to finish the paragraph) > without the misuse the lines environment

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Wolfgang Schuster
Ending each line in a proper (e.g. by adding \par to finish the paragraph) without the misuse the lines environment fixes the problem as well. \starttext Testing 1971-04-26 \startcolumns[n=3] \dorecurse{200}{+ 17271 \rightarrow\ 2018-08-08\par} \stopcolumns \stoptext Wolfgang Taco

Re: [NTG-context] Problem with an enumeration

2018-08-01 Thread Wolfgang Schuster
Hi Fabrice, I found the following example in my mail archive. %% \define\ItemCommand {\hskip\zeropoint\relax\autoinsertnextspace} \setupitemgroup [itemize] [color=darkred, distance=0pt] \setupitemgroup [itemize:1] [option={n,packed,fit,intext}, command=\ItemCommand]

Re: [NTG-context] Problem of compiling a file with Emacs

2018-08-01 Thread Lizardo Reyna
The issue is very strange, the log file shows no errors. However, the metapost code is not showed in the pdf file when is complied from emacs (only in your computer). This happen with any metapost code? I can't find what is not working well. On 31/07/18 16:51, Fabrice Couvreur wrote: > Hi, >

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Floris van Manen
that works indeed. thank you .F > On 1 Aug 2018, at 13:04, Taco Hoekwater wrote: > > Hi, > > Same problem I had. > > As a workaround, > > \setuplayout[grid=yes] > > helps. > >> On 1 Aug 2018, at 12:37, Pablo Rodriguez wrote: >> >> On 08/01/2018 11:48 AM, Henri Menke wrote: >>> Cannot

Re: [NTG-context] column-spanning floats

2018-08-01 Thread Dr. Thomas Möbius
On Tue, 31 Jul 2018 14:06:43 +0200 Taco Hoekwater wrote: > > > > On 31 Jul 2018, at 13:57, Taco Hoekwater wrote: > > > > Hi all, > > > > It used to be that in an example like the one attached where you > > were using \startcolumns and used an \externalfigure that was wider > > than the

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Taco Hoekwater
Hi, Same problem I had. As a workaround, \setuplayout[grid=yes] helps. > On 1 Aug 2018, at 12:37, Pablo Rodriguez wrote: > > On 08/01/2018 11:48 AM, Henri Menke wrote: >> Cannot reproduce with TL2018 or latest beta. > > Hi Henri, > > I’m afraid that Floris is right. With latest beta and

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Pablo Rodriguez
On 08/01/2018 11:48 AM, Henri Menke wrote: > Cannot reproduce with TL2018 or latest beta. Hi Henri, I’m afraid that Floris is right. With latest beta and a simple improvement to your file, I get wrong output: \starttext \startlines Testing 1971-04-26 \startcolumns[n=3]

Re: [NTG-context] columns unexpected (odd) results

2018-08-01 Thread Henri Menke
Cannot reproduce with TL2018 or latest beta. MWE below: \starttext \startlines Testing 1971-04-26 \startcolumns[n=3] \dorecurse{200}{+ 17271 \rightarrow\ 2018-08-08 } \stopcolumns \stoplines \stoptext On 01/08/18 21:34, Floris van Manen wrote: Has anyone a solution / hint as how to

[NTG-context] columns unexpected (odd) results

2018-08-01 Thread Floris van Manen
Has anyone a solution / hint as how to get the linespacing correct when using columns ? The first page works as expected, but all the following pages have an unexpected mis-alignment in the first column The document itself is plain vanilla: \starttext \startlines Testing 1971-04-26

Re: [NTG-context] Problem with an enumeration

2018-08-01 Thread Pablo Rodriguez
On 07/31/2018 11:58 PM, Fabrice Couvreur wrote: > Hi Pablo, > That's not what I'm looking for but rather this: > > *1.a.* blablablabla > blablablabla > *b.* blablablabla > blablablabla > *c.* blablablabla > blablablabla > > Which explains the use of the key intext Hi Fabrice, this is the best