[NTG-context] error: (nodes): fuzzy token cleanup in whatsit node ...

2021-09-06 Thread Sylvain Hubert via ntg-context
% context version: 2021.03.05 19:11 % This seems to be a bug of a very subtle layout problem. % Inserting or removing anything will likely to suppress the bug \defineitemgroup[choice][itemize] \setupchoice[packed,columns,one] \setupchoice[before={\blank[medium]}] \starttext .\blank[32*big]

Re: [NTG-context] itemize problems

2021-09-06 Thread fv leung via ntg-context
I add left=,right=, in the second option group. 在 2021年9月7日週二 07:02,Sylvain Hubert via ntg-context 寫道: > A few more information: > > For the 1st problem: > > It seems that \setupitemize accepts two option groups, to which > n,packed and margin belong accordingly. However, >

Re: [NTG-context] itemize problems

2021-09-06 Thread Sylvain Hubert via ntg-context
A few more information: For the 1st problem: It seems that \setupitemize accepts two option groups, to which n,packed and margin belong accordingly. However, \setupitemize[n][margin=2em] does not seem to work. For the 2nd problem: \setupitemize[columns,one], although doing nothing in theory,

[NTG-context] itemize problems

2021-09-06 Thread Sylvain Hubert via ntg-context
Dear List, Here's a collection of four problems about item groups that I've just encountered. 1. 'n' and 'packed' not playing well with other options. This works: \defineitemgroup[myitems][itemize][margin=2em,before=before] \setupmyitems[n,packed] \starttext text

Re: [NTG-context] \usemodule[chinese] not found

2021-09-06 Thread Sylvain Hubert via ntg-context
Thanks Hans! On 06/09/2021, Hans Hagen via ntg-context wrote: > On 9/6/2021 6:51 PM, Sylvain Hubert via ntg-context wrote: >> Dear List, >> >> I'm trying to typeset an item group (itemize) with chinese numbering. It >> is suggested in multiple older documentations and answers that >>

[NTG-context] cld, postponing and images

2021-09-06 Thread Henning Hraban Ramm via ntg-context
I think I tangled myself... - I’ve a macro defined in Lua that uses fullpagemakeup and \setlayer to place an image on an empty page. - This macro is called from within a postponing environment. - I check figures.current().status.fullname if the image is found ... - and then read xsize and ysize

Re: [NTG-context] cld questions

2021-09-06 Thread Henning Hraban Ramm via ntg-context
> Am 06.09.2021 um 20:00 schrieb Hans Hagen : > > function() Image(Width, Height, filename) end Oh, of course. Me stupid. I was looking at the code for too long... Hraban ___ If your question is of interest to

[NTG-context] \placeinitial to account for quotation mark

2021-09-06 Thread Thangalin via ntg-context
Hi list, The following example shows a lettrine that stylizes a quotation mark: \setuphead[chapter][ after={\placeinitial}, page=no, ] \starttext\chapter{Harriet Tubman} "Every great dream begins with a dreamer. Always remember, you have within you the strength, the patience, and the passion

Re: [NTG-context] \usemodule[chinese] not found

2021-09-06 Thread Hans Hagen via ntg-context
On 9/6/2021 6:51 PM, Sylvain Hubert via ntg-context wrote: Dear List, I'm trying to typeset an item group (itemize) with chinese numbering. It is suggested in multiple older documentations and answers that \startitemize[c] should be used, for which \usemodule[chinese] is required. But I can

Re: [NTG-context] cld questions

2021-09-06 Thread Hans Hagen via ntg-context
On 9/6/2021 6:20 PM, Henning Hraban Ramm via ntg-context wrote: Another question: I think I understood the need for function arguments. My macro, defined with interfaces.implement, works while I call "Image" below, but if I call "ClippedImage" (one level of indirection more), I get: """ tex

[NTG-context] \usemodule[chinese] not found

2021-09-06 Thread Sylvain Hubert via ntg-context
Dear List, I'm trying to typeset an item group (itemize) with chinese numbering. It is suggested in multiple older documentations and answers that \startitemize[c] should be used, for which \usemodule[chinese] is required. But I can no longer find the 'chinese' module neither in texlive, in

Re: [NTG-context] cld questions

2021-09-06 Thread Henning Hraban Ramm via ntg-context
Another question: I think I understood the need for function arguments. My macro, defined with interfaces.implement, works while I call "Image" below, but if I call "ClippedImage" (one level of indirection more), I get: """ tex error > tex error on line 28 in file virtual://page.nopage.1:

Re: [NTG-context] zint barcode module on LMTX/MacOS

2021-09-06 Thread Hans Hagen via ntg-context
On 9/6/2021 10:34 AM, Henning Hraban Ramm via ntg-context wrote: Am 06.09.2021 um 01:13 schrieb Hans Hagen via ntg-context : On 9/5/2021 7:53 PM, Michal Vlasák wrote: On Sun Sep 5, 2021 at 7:37 PM CEST, Hans Hagen wrote: On 9/5/2021 5:51 PM, Michal Vlasák via ntg-context wrote: Hello

[NTG-context] ConTeXt syntax highlighting for Atom

2021-09-06 Thread Henning Hraban Ramm via ntg-context
Hi, in case you use "language-context" from https://github.com/massifrg/language-context.git : I just updated the command list to LMTX and fixed backslash quoting, please update. (Don’t use the "official" language-context module, it’s very outdated, but the author didn’t react to Massi’s and

Re: [NTG-context] Use MetaPost to distort images?

2021-09-06 Thread Henning Hraban Ramm via ntg-context
> Am 06.09.2021 um 04:13 schrieb Aditya Mahajan via ntg-context > : > > On Sun, 5 Sep 2021, Henning Hraban Ramm via ntg-context wrote: > >> >>> Am 05.09.2021 um 10:10 schrieb Hans Hagen : BTW, here’s my script: Here are some results: >>> >>> Did you try that with the filter module?

Re: [NTG-context] zint barcode module on LMTX/MacOS

2021-09-06 Thread Henning Hraban Ramm via ntg-context
> Am 06.09.2021 um 01:13 schrieb Hans Hagen via ntg-context > : > > On 9/5/2021 7:53 PM, Michal Vlasák wrote: >> On Sun Sep 5, 2021 at 7:37 PM CEST, Hans Hagen wrote: >>> On 9/5/2021 5:51 PM, Michal Vlasák via ntg-context wrote: Hello Hraban, >>> "execute" should be a function