Re: [NTG-context] packed list only if items > 5

2019-11-14 Thread Tomas Hala
Hi Pablo, I am not sure if the itemize environment can be configured on the fly. The following code should solve your problem: \definecounter[minforpacked] \setcounter[minforpacked][5] \def\mystartitemize#1\stopitemize{% \definecounter[mycounter]

[NTG-context] packed list only if items > 5

2019-11-14 Thread Pablo Rodriguez
Dear list, I have the following sample: \starttext \startitemize[\ifnum\currentnofitems>5 packed\fi] \dorecurse{7} {\startitem\currentitemnumber/\currentnofitems\stopitem} \stopitemize \stoptext Is there any way to get a packed list if and only if it contains more

Re: [NTG-context] MKIV: error, no format found with name: cont-en, aborting

2019-11-14 Thread Rik Kabel
This issue has been resolved with a new luatex dll in the Win64 bin directory (perhaps elsewhere as well, but I only have Win64). Thank you to all who worked on it. -- Rik ___ If your question is of interest to

[NTG-context] Right-to-left Documents

2019-11-14 Thread Marc Trius
I'm trying to create a two-sided document in an RTL language. I'd like to reverse the margins and the page flow, so that the first page has the binding on the right side, rather than on the left, and the documents display correctly in pdf readers. I posted this question on TeX Stack exchange, and

Re: [NTG-context] Referencing equation, missing dot

2019-11-14 Thread Hans Hagen
On 11/13/2019 9:20 PM, Mikael P. Sundqvist wrote: Hi, The following example used to work. But with an LMTX updated today, the numbering \eqref produces is (11) instead of the expected (1.1). The numbering in the equation itself is fine. Did something change on purpose? /Mikael %%% TEST