Re: [NTG-context] issue with current latest (2020.07.20)

2020-07-20 Thread Otared Kavian
Hi, As far as I can see the latest LMTX does not create the format, so on my machine, when typesetting a file I get error loading file: mult-fmt.lua (aborting)resolvers . mtx-context | error, no format found with name: cont-en, aborting So the problem is

Re: [NTG-context] issue with current latest (2020.07.20)

2020-07-20 Thread Pablo Rodriguez
On 7/20/20 9:44 PM, Garulfo wrote: > I don't know if there is link with this thread, but after update I get > the following with "context --make" or "context --make fr" > > resolvers > lua > unknown file 'mult-fmt.lua' > error loading file: mult-fmt.lua (aborting)resolvers | formats |

Re: [NTG-context] issue with current latest (2020.07.20)

2020-07-20 Thread Pablo Rodriguez
On 7/20/20 6:58 PM, Hans Hagen wrote: > On 7/20/2020 5:11 PM, Pablo Rodriguez wrote: >> [...] >> Acrobat DC in Windows displays characters fine. > > (Here I only test with summatra and occasionally with acrobat reader or > some old acrobat prof.) Sorry, I use Acrobat Reader DC in Winows (no

Re: [NTG-context] issue with current latest (2020.07.20)

2020-07-20 Thread Garulfo
I don't know if there is link with this thread, but after update I get the following with "context --make" or "context --make fr" resolvers > lua > unknown file 'mult-fmt.lua' error loading file: mult-fmt.lua (aborting)resolvers | formats | Le 20/07/2020 à 18:58, Hans Hagen a

Re: [NTG-context] issue with current latest (2020.07.20)

2020-07-20 Thread Hans Hagen
On 7/20/2020 5:11 PM, Pablo Rodriguez wrote: On 7/20/20 3:41 PM, Hans Hagen wrote: On 7/20/2020 3:01 PM, Pablo Rodriguez wrote: Dear list, with current latest (LuaTeX 2.06 20200717 + ConTeXt MkIV 2020.07.20 10:48), I cannot open luametatex.pdf (its SHA256 reads

Re: [NTG-context] Code lua in a table

2020-07-20 Thread Jeong Dal
Dear Hans, Thank you for new methods! It would take some time for me to understand them fully. Learning Lua, metafun, lmtx, wiki is always a challenge for me. I also wonder where is the boundary of ConTeXt. I hope that you and all members in this list are well from COVID-19. Thank you again.

Re: [NTG-context] issue with current latest (2020.07.20)

2020-07-20 Thread Pablo Rodriguez
On 7/20/20 3:41 PM, Hans Hagen wrote: > On 7/20/2020 3:01 PM, Pablo Rodriguez wrote: >> Dear list, >> >> with current latest (LuaTeX 2.06 20200717 + ConTeXt MkIV 2020.07.20 >> 10:48), I cannot open luametatex.pdf (its SHA256 reads >>

Re: [NTG-context] Pre-registration for 14th ConTeXt Meeting, September 6–12, 2020

2020-07-20 Thread Jano Kula
Dear list, there are ten days left for pre-registration to ConTeXt Meeting 2020 . Pre-registration counts as early bird registration. In one week we will start to discuss the situation in the mailing list of participants and make a final decision whether

Re: [NTG-context] issue with current latest (2020.07.20)

2020-07-20 Thread Hans Hagen
On 7/20/2020 3:01 PM, Pablo Rodriguez wrote: Dear list, with current latest (LuaTeX 2.06 20200717 + ConTeXt MkIV 2020.07.20 10:48), I cannot open luametatex.pdf (its SHA256 reads cff8b660b65f4f8c121c170bcd59545c5467a7db02614da137e622ef1c5f3964). Acrobat for Linux complains about malformed

Re: [NTG-context] issue with current latest (2020.07.20)

2020-07-20 Thread Hans Hagen
On 7/20/2020 3:01 PM, Pablo Rodriguez wrote: Dear list, with current latest (LuaTeX 2.06 20200717 + ConTeXt MkIV 2020.07.20 10:48), I cannot open luametatex.pdf (its SHA256 reads cff8b660b65f4f8c121c170bcd59545c5467a7db02614da137e622ef1c5f3964). Acrobat for Linux complains about malformed

[NTG-context] issue with current latest (2020.07.20)

2020-07-20 Thread Pablo Rodriguez
Dear list, with current latest (LuaTeX 2.06 20200717 + ConTeXt MkIV 2020.07.20 10:48), I cannot open luametatex.pdf (its SHA256 reads cff8b660b65f4f8c121c170bcd59545c5467a7db02614da137e622ef1c5f3964). Acrobat for Linux complains about malformed document and Evince doesn’t display anything.

Re: [NTG-context] Code lua in a table

2020-07-20 Thread Hans Hagen
On 7/20/2020 2:40 PM, Jeong Dal wrote: I also wonder where is the boundary of ConTeXt. The boundaries are set and shift by users (the mailing list) and curiosity (personal). Hans - Hans

[NTG-context] rpi

2020-07-20 Thread Hans Hagen
Hi, For those interested in tiny machines and tex, processing the luametate xmanual gives this: % 20200720 : 258 pages % % mingw : 10.6 (sometimes less) % rpi 32: 32.3 % rpi 64: 26.0 (overclocked) % amd 10 fitlet : 28.2 (the 10.6 is on an 8+ year old intel laptop

Re: [NTG-context] Code lua in a table

2020-07-20 Thread Fabrice Couvreur
Hi all, Thank you for your contributions, it allows me to progress. @Hans and Deal The code is impressive but does not correspond to the shape of the triangle that I have to make (by convention). Fabrice Le lun. 20 juil. 2020 à 10:36, Hans Hagen a écrit : > On 7/20/2020 7:56 AM, Jeong Dal

Re: [NTG-context] Code lua in a table

2020-07-20 Thread Jeong Dal
Dear Fabrice, You may split Binom(n,k) function into two functions as following: * \startluacode P={} combi = P function P.fact (n) if n <= 0 then return 1 else return n * P.fact(n-1) end end function P.ncr(n,r) return P.fact(n)/(P.fact(r)*P.fact(n-r)) end combi = {

Re: [NTG-context] french translation of ConTeXt interface - progress (v3)

2020-07-20 Thread Hans Hagen
Hi Garulfo, I uploaded a version that has some of the tranmslations merged in. I'll now check some more, but I also saw some issues. A criterium is that translations of variables and constants only are for those that internally are used as v! and c! while for instance the s! are

Re: [NTG-context] french translation of ConTeXt interface - progress (v3)

2020-07-20 Thread Hans Hagen
On 7/20/2020 12:04 AM, Garulfo wrote: And, if it makes sense for ConTeXt's community to use it as a "new" or an "updated" french interface, I may try to produce a 40~50 pages documentation for the basics commands (during 2020 S2): or even better, I will try to use Paul + Taco + Wolfgang

Re: [NTG-context] Code lua in a table

2020-07-20 Thread Hans Hagen
On 7/20/2020 7:56 AM, Jeong Dal wrote: Dear Fabrice, You may split Binom(n,k) function into two functions as following: > see original mail > Dalyoung Best stay in a protected namespace ... \startluacode local function fact (n) if n <= 0 then return 1 else