[NTG-context] update

2024-03-11 Thread Hans Hagen
Hi, Todays update has a fix for the compact mode slant interference (as explained by Wolfgang a few days ago). Hopefully that works out well. We (MS and HH) also managed to make curve detection more accurate (the decision routine that is responsible for straight lines in the MP output) so

[NTG-context] update

2024-01-08 Thread Hans Hagen via ntg-context
Hi, With the build farm still down I now use an alternative build, that is, I run a compile script on s bunch of machines and hope for the best. In the process I decided to drop 32 bit installers (users can generate bins themselves if needed). I also drop bsd version and just use the

[NTG-context] update

2023-06-04 Thread Hans Hagen via ntg-context
Hi, This time not a functional update but a (potential) performance one. I have no clue if it matters for average usage and some was already in place anyway. I gain some .2 seconds on the 8.5 seconds for the luametatex manual (of which is < 4 sec for tex so we gain the .2 sec on that part).

Re: [NTG-context] [ update message ]

2023-05-07 Thread Hans Hagen via ntg-context
On 5/7/2023 4:47 PM, luigi scarso wrote: On Sun, 7 May 2023 at 16:05, Hans Hagen via ntg-context mailto:ntg-context@ntg.nl>> wrote: On 5/7/2023 3:18 PM, vm via ntg-context wrote: > running the sh install.sh script to update to the latest version i get a > message: >

Re: [NTG-context] [ update message ]

2023-05-07 Thread luigi scarso via ntg-context
On Sun, 7 May 2023 at 16:05, Hans Hagen via ntg-context wrote: > On 5/7/2023 3:18 PM, vm via ntg-context wrote: > > running the sh install.sh script to update to the latest version i get a > > message: > > > > /home/vm/context/tex/texmf-linux-64/bin/luatex: unrecognized option > > '--socket' > >

Re: [NTG-context] [ update message ]

2023-05-07 Thread Hans Hagen via ntg-context
On 5/7/2023 3:18 PM, vm via ntg-context wrote: running the sh install.sh script to update to the latest version i get a message: /home/vm/context/tex/texmf-linux-64/bin/luatex: unrecognized option '--socket' there is probably a reason for it, context seems to compile just fine. ah, ok, so

[NTG-context] [ update message ]

2023-05-07 Thread vm via ntg-context
running the sh install.sh script to update to the latest version i get a message: /home/vm/context/tex/texmf-linux-64/bin/luatex: unrecognized option '--socket' there is probably a reason for it, context seems to compile just fine. mtx-context | current version: 2023.05.05 18:39

Re: [NTG-context] update

2023-04-27 Thread Max Chernoff via ntg-context
Hi Lynx, > * How can I be sure that the standalone version is the one being > implemented? It depends on what your $PATH is set to. On Linux/macOS, you can run $ type -ap context to list all the ConTeXts in your $PTAH. The first one in that list is the one that will be ran by

Re: [NTG-context] update

2023-04-27 Thread lynx--- via ntg-context
Hello, Max: As suggested, I have installed the "standalone" version of ConTeXt alongside my full TeXlive installation. Now: * How can I be sure that the standalone version is the one being implemented? * How do I update the standalone version (I assume that, as of today, it

Re: [NTG-context] update

2023-04-27 Thread Max Chernoff via ntg-context
Hi Hans, > I actually dont' know the rules for updating texlive but there are > definitely updates. The rules are: - Packages and formats are updated about 24 hours after a new version is uploaded to CTAN. - Binaries are only updated once-per-year. But there are also some special

Re: [NTG-context] update

2023-04-27 Thread Hans Hagen via ntg-context
On 4/27/2023 7:11 AM, Max Chernoff via ntg-context wrote: Hi Lynx, Aditya, New to conTeXt, have not performed a specific update prior to this. My conTeXt installation is part of TeXlive-2023 (under Linux OS). Will the updates to ConTeXt be handled by tlmgr ? No. Usually, texlive updates

Re: [NTG-context] update

2023-04-27 Thread Hans Hagen via ntg-context
On 4/27/2023 1:54 AM, Jairo A. del Rio via ntg-context wrote: Hi, Hans. The following happens with the last update: loading         > ConTeXt Node Macros / Page Building resolvers       > lua > unknown file 'node-pag.lua' error loading file: node-pag.lua (aborting) Indeed, the file is missing

Re: [NTG-context] update

2023-04-27 Thread Hans Hagen via ntg-context
On 4/27/2023 2:50 AM, lynx--- via ntg-context wrote: Re: performing update(s) New to conTeXt, have not performed a specific update prior to this. My conTeXt installation is part of TeXlive-2023 (under Linux OS). Will the updates to ConTeXt be handled by tlmgr ? Basically tex live is the

Re: [NTG-context] update

2023-04-26 Thread Max Chernoff via ntg-context
Hi Lynx, Aditya, > > New to conTeXt, have not performed a specific update prior to this. > > > > My conTeXt installation is part of TeXlive-2023 (under Linux OS). Will > > the updates to ConTeXt be handled by tlmgr ? > > No. Usually, texlive updates context once a year. This is correct in

Re: [NTG-context] update

2023-04-26 Thread Jairo A. del Rio via ntg-context
This is weird, but documents compile just fine if I comment the following line in node-pag.mkxl: \registerctxlua{node-pag}{} Maybe leftovers from some experiment here? Best regards. El mié, 26 abr 2023 a la(s) 21:25, Rik Kabel via ntg-context ( ntg-context@ntg.nl) escribió: > > On 2023-04-26

Re: [NTG-context] update

2023-04-26 Thread Rik Kabel via ntg-context
On 2023-04-26 19:54, Jairo A. del Rio via ntg-context wrote: Hi, Hans. The following happens with the last update: loading         > ConTeXt Node Macros / Page Building resolvers       > lua > unknown file 'node-pag.lua' error loading file: node-pag.lua (aborting) Indeed, the file is missing

Re: [NTG-context] update

2023-04-26 Thread Aditya Mahajan via ntg-context
On Wed, 26 Apr 2023, lynx--- via ntg-context wrote: > Re: performing update(s) > > New to conTeXt, have not performed a specific update prior to this. > > My conTeXt installation is part of TeXlive-2023 (under Linux OS). Will > the updates to ConTeXt be handled by tlmgr ? No. Usually,

Re: [NTG-context] update

2023-04-26 Thread lynx--- via ntg-context
Re: performing update(s) New to conTeXt, have not performed a specific update prior to this. My conTeXt installation is part of TeXlive-2023 (under Linux OS). Will the updates to ConTeXt be handled by tlmgr ? Thanks, On 2023-04-26 14:55, Hans Hagen via ntg-context wrote: > Hi, > > I

Re: [NTG-context] update

2023-04-26 Thread Jairo A. del Rio via ntg-context
Hi, Hans. The following happens with the last update: loading > ConTeXt Node Macros / Page Building resolvers > lua > unknown file 'node-pag.lua' error loading file: node-pag.lua (aborting) Indeed, the file is missing in the distribution (there's only node-pag.mkxl). Regards El

[NTG-context] update

2023-04-26 Thread Hans Hagen via ntg-context
Hi, I uploaded a new version with some new features discussed at the end of this mail. - A next version of luatex will break context (format making etc) but the change is unavoidable because of other macro package demands wrt security (context does that differently). The low level start up

Re: [NTG-context] update / punctuation / math

2023-04-02 Thread Pablo Rodriguez via ntg-context
On 4/2/23 14:21, luigi scarso via ntg-context wrote: > On Sun, 2 Apr 2023 at 13:57, Pablo Rodriguez via ntg-context wrote: > > Well, evince displays it wrong (this is an already known issue with fake > bold fonts in evince/poppler, reported years ago >

Re: [NTG-context] update / punctuation / math

2023-04-02 Thread luigi scarso via ntg-context
On Sun, 2 Apr 2023 at 13:57, Pablo Rodriguez via ntg-context < ntg-context@ntg.nl> wrote: > On 4/2/23 11:19, luigi scarso via ntg-context wrote: > > On Sun, 2 Apr 2023 at 11:06, Mikael Sundqvist via ntg-context > > mailto:ntg-context@ntg.nl>> wrote: > > > > If you talk about the math font, I

Re: [NTG-context] update / punctuation / math

2023-04-02 Thread Pablo Rodriguez via ntg-context
On 4/2/23 11:19, luigi scarso via ntg-context wrote: > On Sun, 2 Apr 2023 at 11:06, Mikael Sundqvist via ntg-context > mailto:ntg-context@ntg.nl>> wrote: > > If you talk about the math font, I do not see what you mean. Daniel > has worked a lot on his fonts, and they now work well. > >

Re: [NTG-context] update / punctuation / math

2023-04-02 Thread Mikael Sundqvist via ntg-context
Hi, On Sun, Apr 2, 2023 at 11:29 AM luigi scarso via ntg-context wrote: > > > > On Sun, 2 Apr 2023 at 10:35, luigi scarso wrote: >> >> >> >> On Sat, 1 Apr 2023 at 10:28, Hans Hagen via ntg-context >> wrote: >>> >>> Hi, >>> >> >> As a side note (it's 2 april now) >> the concrete font of the

Re: [NTG-context] update / punctuation / math

2023-04-02 Thread luigi scarso via ntg-context
On Sun, 2 Apr 2023 at 10:35, luigi scarso wrote: > > > On Sat, 1 Apr 2023 at 10:28, Hans Hagen via ntg-context < > ntg-context@ntg.nl> wrote: > >> Hi, >> >> > As a side note (it's 2 april now) > the concrete font of the pdf is not rendered well both on web and t on > win/linux desktop . > No

Re: [NTG-context] update / punctuation / math

2023-04-02 Thread luigi scarso via ntg-context
On Sun, 2 Apr 2023 at 11:06, Mikael Sundqvist via ntg-context < ntg-context@ntg.nl> wrote: > > If you talk about the math font, I do not see what you mean. Daniel > has worked a lot on his fonts, and they now work well. > indeed the body font is not concrete opentype math but it looks very

Re: [NTG-context] update / punctuation / math

2023-04-02 Thread Mikael Sundqvist via ntg-context
Hi, On Sun, Apr 2, 2023 at 10:35 AM luigi scarso via ntg-context wrote: > > > > On Sat, 1 Apr 2023 at 10:28, Hans Hagen via ntg-context > wrote: >> >> Hi, >> > > As a side note (it's 2 april now) > the concrete font of the pdf is not rendered well both on web and t on > win/linux desktop . >

Re: [NTG-context] update / punctuation / math

2023-04-02 Thread luigi scarso via ntg-context
On Sat, 1 Apr 2023 at 10:28, Hans Hagen via ntg-context wrote: > Hi, > > As a side note (it's 2 april now) the concrete font of the pdf is not rendered well both on web and t on win/linux desktop . No surprise, I did some experiments with mflua years ago and my results had the same problem.

Re: [NTG-context] update / punctuation / math

2023-04-01 Thread Alan Braslau via ntg-context
Here in Colorado, we need $\widecowboyhat$. Of course, care should be taken so that it typeset properly in right-to-left as well. Alan On Sat, 1 Apr 2023 10:27:41 +0200 Hans Hagen via ntg-context wrote: > Hi, > > There have been some mails about punctuation spacing and a fix was > added to

Re: [NTG-context] update / punctuation / math

2023-04-01 Thread Willi Egger via ntg-context
Cute, as always today :-) Willi > On 1 Apr 2023, at 10:27, Hans Hagen via ntg-context > wrote: > > Hi, > > There have been some mails about punctuation spacing and a fix was added to > the engine that related to that. As tests showed it to be okay so we made an > update. It took a bit

[NTG-context] update / punctuation / math

2023-04-01 Thread Hans Hagen via ntg-context
Hi, There have been some mails about punctuation spacing and a fix was added to the engine that related to that. As tests showed it to be okay so we made an update. It took a bit longer than normal because we were in the middle of some other math stuff: additional fonts and extensibles.

[NTG-context] update

2023-03-20 Thread Hans Hagen via ntg-context
Hi, I updated LMTX. Most improvements are in 'math' as Mikael and I keep mailing down some details that bother us. We also have some updates in the math fonts that Daniel Flipo maintains so the repertoire of alternatives with all-right math support grows. As a side note: lmtx installs

Re: [NTG-context] update

2023-02-24 Thread Otared Kavian via ntg-context
Hi Hans, Thank you very much for the new update. Everything seem to work like a charm. In particular I played with the \underbrace and \overbrace when adding something under the \underbrace, or above the \overbrace, like in \startformula \overbrace{1+x^2+a}^{= -1} + \underbrace{ax^2 + bx +

[NTG-context] update

2023-02-23 Thread Hans Hagen via ntg-context
Hi, I uploaded a new version. We further improved Antykwa support, \switchtobodyfont[antykwa] \startTEXpage[offset=1dk] \im{ f' = f'' = f''' = f = a + b + \ldots + c + \overbar{x} + \overbar{S} + \bar{x} + \widebar{x} } \im{

Re: [NTG-context] update old MP code

2022-09-01 Thread Henning Hraban Ramm via ntg-context
Am 01.09.22 um 18:45 schrieb Taco Hoekwater: On 1 Sep 2022, at 18:28, Henning Hraban Ramm via ntg-context wrote: Am 01.09.22 um 15:40 schrieb Taco Hoekwater: Adding grouping makes sense: def Moire(expr size)(text densities)= begingroup endgroup As that at least makes it an expression

Re: [NTG-context] update old MP code

2022-09-01 Thread Taco Hoekwater via ntg-context
> On 1 Sep 2022, at 18:28, Henning Hraban Ramm via ntg-context > wrote: > > Am 01.09.22 um 15:40 schrieb Taco Hoekwater: >> Adding grouping makes sense: >>> >>> def Moire(expr size)(text densities)= >> begingroup >> endgroup >> As that at least makes it an expression instead of a statement

Re: [NTG-context] update old MP code

2022-09-01 Thread Henning Hraban Ramm via ntg-context
Am 01.09.22 um 15:40 schrieb Taco Hoekwater: Adding grouping makes sense: def Moire(expr size)(text densities)= begingroup endgroup As that at least makes it an expression instead of a statement list. But also depthless() is never defined? Oops, I forgot to copy that part (confusing

Re: [NTG-context] update old MP code

2022-09-01 Thread Taco Hoekwater via ntg-context
Hi Hraban, Adding grouping makes sense: > > def Moire(expr size)(text densities)= begingroup > save dn,a,b,k,labit,n,p,q,s,xs; > n := 32; > dn := 0; > for i := densities: >d[incr dn] := abs(i); >if i>1: labit[dn]:=1; fi > endfor > a := min(d[1],d[dn]); > b := max(d[1],d[dn]); >

[NTG-context] update old MP code

2022-09-01 Thread Henning Hraban Ramm via ntg-context
Hi, here’s a snippet of old Metapost code that I’d like to use in ConTeXt. I didn’t manage to update it to MetaFun – can you help me? Hraban - \setupbodyfont[plex,ss,8bp] \startreusableMPgraphic{moiree} % 1994 by Bogusław Jackowski (GUST) defaultfont := "\truefontname{Sans}"; pickup

Re: [NTG-context] update

2022-08-05 Thread Jeong Dal via ntg-context
Dear Hans, Mikael, The alignment problem which occurred when I put aligned formulas and a figure side by side is solved. Thank you for the update. Best regards, Dalyoung > On Aug 5, 2022, at 6:52 PM, Hans Hagen via ntg-context > wrote: > > Hi, > > I uploaded a new lmtx that fixes a few

Re: [NTG-context] update

2022-08-05 Thread Hans Hagen via ntg-context
On 8/5/2022 4:37 PM, Aditya Mahajan via ntg-context wrote: Hi, I cannot view the onandon.pdf manual. pdfinfo says that it a malformed PDF. bah, probably i ran some test .. some code there only works in older luametatex .. (keep in mind that i seldom run these manuals as a whole so sometimes

Re: [NTG-context] update

2022-08-05 Thread Henning Hraban Ramm via ntg-context
Am 05.08.22 um 11:52 schrieb Hans Hagen via ntg-context: Hi, I uploaded a new lmtx that fixes a few math issues reported. Thank you! I could also remove the workaround for \underbar etc., still checking other areas... Hraban

Re: [NTG-context] update

2022-08-05 Thread Aditya Mahajan via ntg-context
Hi, I cannot view the onandon.pdf manual. pdfinfo says that it a malformed PDF. Aditya On Fri, 5 Aug 2022, Hans Hagen via ntg-context wrote: > Hi, > > I uploaded a new lmtx that fixes a few math issues reported. > > Hans > > >

[NTG-context] update

2022-08-05 Thread Hans Hagen via ntg-context
Hi, I uploaded a new lmtx that fixes a few math issues reported. Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69

Re: [NTG-context] update lmtx

2021-11-26 Thread Hans Hagen via ntg-context
On 11/26/2021 11:10 AM, Alain Delmotte via ntg-context wrote: Hi! Le 22/11/2021 à 22:37, Hans Hagen via ntg-context a écrit : Hi, We're still working on the math so updated lfg files buit not many other things apart from a few fixes. In the process I ran into another area where ms eems to

Re: [NTG-context] update lmtx

2021-11-26 Thread Alain Delmotte via ntg-context
Hi! Le 22/11/2021 à 22:37, Hans Hagen via ntg-context a écrit : Hi, We're still working on the math so updated lfg files buit not many other things apart from a few fixes. In the process I ran into another area where

Re: [NTG-context] update lmtx

2021-11-25 Thread Hans Hagen via ntg-context
On 11/25/2021 12:22 PM, Alain Delmotte via ntg-context wrote: Hi, In the new upload for Windows 10/64 there is a new file "modules.bat". When I did launch it it went through all my harddisk and most of the time there was a line saying: "File has vanished..." those were about files outside

Re: [NTG-context] update lmtx

2021-11-25 Thread Alain Delmotte via ntg-context
Hi, In the new upload for Windows 10/64 there is a new file "modules.bat". When I did launch it it went through all my harddisk and most of the time there was a line saying: "File has vanished..." those were about files outside the context-lmtx

[NTG-context] update lmtx

2021-11-22 Thread Hans Hagen via ntg-context
Hi, We're still working on the math so updated lfg files buit not many other things apart from a few fixes. In the process I ran into another area where ms eems to take the lead: https://devblogs.microsoft.com/math-in-office/unicode-math-braille-sequences/ and although it aims at msword I

Re: [NTG-context] Update error on Raspberry Pi

2021-10-16 Thread Mojca Miklavec via ntg-context
Hi, On Sat, 16 Oct 2021 at 23:28, Mojca Miklavec wrote: > > For some completely mysterious reason the new ISP's modem doesn't like > the virtual machine running Debian 10 and I have no clue how to > convince it to get network connectivity back. Off-topic, but ... one hour afo the following

Re: [NTG-context] Update error on Raspberry Pi

2021-10-16 Thread Mojca Miklavec via ntg-context
Hi, On Sat, 16 Oct 2021 at 22:43, J. Hagen via ntg-context wrote: > > Looks like the pi bins and an osx one are behind (mojca then needs to kick > those vm's) ... I 'll check it tomorrow. I'm sorry, the new binaries have been uploaded to the usual place (Hans probably needs to regenerate the

Re: [NTG-context] Update error on Raspberry Pi

2021-10-16 Thread J. Hagen via ntg-context
Looks like the pi bins and an osx one are behind (mojca then needs to kick those vm's) ... I 'll check it tomorrow.Op 16 okt. 2021 15:12 schreef Luis Montgomery via ntg-context :Hi,I try to update LMTX and the script sends me this error:resolvers       > lua > loading file

[NTG-context] Update error on Raspberry Pi

2021-10-16 Thread Luis Montgomery via ntg-context
Hi, I try to update LMTX and the script sends me this error: resolvers > lua > loading file '/home/monty/context/tex/texmf-context/tex/context/base/mkxl/spac-par.lmt' succeeded tex error > tex error on line 41 in file spac-par.mkxl: Undefined control sequence \undefined +

[NTG-context] Update now!

2021-10-13 Thread Henning Hraban Ramm via ntg-context
Now is a good time to update your LMTX installation, since the current version (October 10th) works well in many regards (esp. footnotes). I didn’t check yet some areas that are known to be problematic, like columns, but my projects with hundreds of footnotes (including side floats in

Re: [NTG-context] update

2021-09-13 Thread Hans Hagen via ntg-context
On 9/13/2021 10:14 PM, Henning Hraban Ramm wrote: Am 13.09.2021 um 11:12 schrieb Hans Hagen : On 9/13/2021 10:37 AM, Henning Hraban Ramm wrote: Am 13.09.2021 um 10:07 schrieb Hans Hagen via ntg-context : Hi, I uploaded a new lmtx (had forgotten to to it friday) . There are not that many

Re: [NTG-context] update

2021-09-13 Thread Henning Hraban Ramm via ntg-context
> Am 13.09.2021 um 11:12 schrieb Hans Hagen : > > On 9/13/2021 10:37 AM, Henning Hraban Ramm wrote: >>> Am 13.09.2021 um 10:07 schrieb Hans Hagen via ntg-context >>> : >>> >>> Hi, >>> >>> I uploaded a new lmtx (had forgotten to to it friday) . There are not that >>> many visible changes but

Re: [NTG-context] update

2021-09-13 Thread Garulfo via ntg-context
> Hopefully there are no side effects but the idea is to have somewhat > better (more robust and predictable) support for e.g. footnotes in > situations that are not natural to tex (like columns). The first > mechanism to benefit from that is page columns but all that is a > stepwise

Re: [NTG-context] update

2021-09-13 Thread Hans Hagen via ntg-context
On 9/13/2021 10:37 AM, Henning Hraban Ramm wrote: Am 13.09.2021 um 10:07 schrieb Hans Hagen via ntg-context : Hi, I uploaded a new lmtx (had forgotten to to it friday) . There are not that many visible changes but on is that i'm playing with some 'improvements' to inserts. Hopefully there

Re: [NTG-context] update

2021-09-13 Thread Henning Hraban Ramm via ntg-context
> Am 13.09.2021 um 10:07 schrieb Hans Hagen via ntg-context > : > > Hi, > > I uploaded a new lmtx (had forgotten to to it friday) . There are not that > many visible changes but on is that i'm playing with some 'improvements' to > inserts. Hopefully there are no side effects but the idea is

[NTG-context] update

2021-09-13 Thread Hans Hagen via ntg-context
Hi, I uploaded a new lmtx (had forgotten to to it friday) . There are not that many visible changes but on is that i'm playing with some 'improvements' to inserts. Hopefully there are no side effects but the idea is to have somewhat better (more robust and predictable) support for e.g.

[NTG-context] update lmtx

2021-09-03 Thread Hans Hagen via ntg-context
Hi, The end of the week update provides: \starttext \startTEXpage[offset=10pt] \starttabulate[|c|c|c|] \NC 1 \NC second column \NC third column \NC \NR \NC 2 \NC second\NC third\NC \NR \NC 3 r \NS[1][r]second & third \NC \NR \NC 3 c

Re: [NTG-context] Update setpath to set the path

2021-05-10 Thread Hans Hagen
On 5/10/2021 9:18 AM, Thangalin wrote: One of the benefits of context minimals is that you can install multiple versions in parallel, which allows the user to update frequently without the risk of breaking something for long-term projects. Specifically, you can keep a "frozen"

Re: [NTG-context] Update setpath to set the path

2021-05-10 Thread Thangalin
> One of the benefits of context minimals is that you can install multiple > versions in parallel, which allows the user to update frequently without > the risk of breaking something for long-term projects. Specifically, you > can keep a "frozen" version of context for long-term projects and

Re: [NTG-context] Update setpath to set the path

2021-05-10 Thread Aditya Mahajan
On Sun, 9 May 2021, Thangalin wrote: > Thoughts on updating the setpath.bat file to persist setting the path? > > Here's an updated version that sets the system environment variable while > preserving the existing unexpanded PATH value: > > [] > > The reason for this change is because the

Re: [NTG-context] Update setpath to set the path

2021-05-09 Thread Thangalin
Here's a version that persits the current user's PATH (i.e., not system-wide): rem SOF @echo off set "OWNPATH=%~dp0" set "PLATFORM=mswin" if defined ProgramFiles(x86)set "PLATFORM=win64" if "%PROCESSOR_ARCHITECTURE%"=="AMD64" set "PLATFORM=win64" if exist

[NTG-context] Update setpath to set the path

2021-05-09 Thread Thangalin
Thoughts on updating the setpath.bat file to persist setting the path? Here's an updated version that sets the system environment variable while preserving the existing unexpanded PATH value: rem SOF echo off set OWNPATH=%~dp0 set PLATFORM=mswin if defined ProgramFiles(x86)

Re: [NTG-context] Update for old computers

2020-12-20 Thread Hans Hagen
On 12/19/2020 9:53 PM, Alain Delmotte wrote: When there is an update of lmtx, is it for all versions (Windows, Linux and x32 and x64)? I have an old laptop running Linux (16.04) but it is x86 32bits. I can use it for lmtx, even it this one is not updated as regularly as the Windowsx64 on my

[NTG-context] Update for old computers

2020-12-19 Thread Alain Delmotte
Hi! When there is an update of lmtx, is it for all versions (Windows, Linux and x32 and x64)? I have an old laptop running Linux (16.04) but it is x86 32bits. I can use it for lmtx, even it this one is not updated as regularly as the

Re: [NTG-context] Update luatex for linuxmusl-64 platform in standalone distribution

2020-12-12 Thread Mojca Miklavec
On Sat, 12 Dec 2020 at 10:30, Martin Hasoň wrote: > > Hi all, > > would it be possible to update luatex for the linuxmusl-64 platform, please? I updated the binary, testing/feedback would be appreciated. Mojca ___ If

Re: [NTG-context] Update luatex for linuxmusl-64 platform in standalone distribution

2020-12-12 Thread Hans Hagen
On 12/12/2020 10:30 AM, Martin Hasoň wrote: Hi all, would it be possible to update luatex for the linuxmusl-64 platform, please?The current version (http://minimals.contextgarden.net/setup/linuxmusl-64/bin/ ) ends with error: >

[NTG-context] Update luatex for linuxmusl-64 platform in standalone distribution

2020-12-12 Thread Martin Hasoň
Hi all, would it be possible to update luatex for the linuxmusl-64 platform, please? The current version ( http://minimals.contextgarden.net/setup/linuxmusl-64/bin/) ends with error: > This is LuaTeX, Version 1.09.2 (TeX Live 2019/dev) (INITEX) > system commands enabled. >

[NTG-context] update and meeting

2020-09-15 Thread Hans Hagen
Hi, I uploaded a new version. It is a follow up on the ctx meeting of last week (in a country side compound in czech with also some remote attendants, daily infrared health scans, an excursion, talks, breaks, food, and the usual have fun with context friends moments). There are a few

[NTG-context] update

2020-06-25 Thread Hans Hagen
Hi, I uploaded a new version (both mkiv and lmtx). We removed some low level no longer used code (older engines), normalized some in the process, fixed a few things, etc. === lmtx only === While updating the cld manual I decided to also add an other table mechanism (in addition to the one

[NTG-context] update

2020-06-19 Thread Hans Hagen
Hi, I uploaded an update. I cleaned up (upgraded code-wise) some of the script related code. Most users won't notice but who knows if I introduced some issues with cjk ... just let me know if I overlooked something. Hans -

[NTG-context] update lmtx / luametatex 2.05

2020-03-10 Thread Hans Hagen
Hi, I uploaded an update of lmtx. The current version of luametatex is 2.05 which is kind of the first supposedly stable release because it incorperates most of what was on my agenda for the first phase (functionality level 20200229 which was when it happened). Of course I expect there to be

Re: [NTG-context] Update problems

2019-01-07 Thread Alan Braslau
On Mon, 7 Jan 2019 18:57:41 +0100 Hans Hagen wrote: > looking at this pdf file it makes sense to save as pdf from > illustrator because now you basically use the illustrator edit file > (with a lot of crap in it) and also some versioning (i suspect that the > xref is also bad so then you

Re: [NTG-context] Update problems

2019-01-07 Thread luigi scarso
On Mon, Jan 7, 2019 at 6:47 PM Weber, Matthias wrote: > > I still don’t know what’s going on with PDF inclusion. The ones that cause > trouble are kind of old (from 2005), and I could “upgrade” > > fixing it now -- luigi

Re: [NTG-context] Update problems

2019-01-07 Thread Hans Hagen
On 1/7/2019 6:47 PM, Weber, Matthias wrote: Update: The page setup works after Hans’ fix. Thanks, that was a relief. I still don’t know what’s going on with PDF inclusion. The ones that cause trouble are kind of old (from 2005), and I could “upgrade” we found the reason but anyway, looking

Re: [NTG-context] Update problems

2019-01-07 Thread Weber, Matthias
Update: The page setup works after Hans’ fix. Thanks, that was a relief. I still don’t know what’s going on with PDF inclusion. The ones that cause trouble are kind of old (from 2005), and I could “upgrade” Them manually and things work now for this document. I have others that might cause

[NTG-context] Update problems

2019-01-07 Thread Weber, Matthias
Dear List, After a while I decided updating my ConTeXt installation to ConTeXt ver: 2019.01.07 10:07 MKIV beta fmt: 2019.1.7. With an old document of mine I ran into two issues so far: Some of my old pdf images are not accepted as figures anymore. Example: \starttext

Re: [NTG-context] update/install error

2016-09-24 Thread Mikael P. Sundqvist
On Sat, Sep 24, 2016 at 1:17 PM, Csikos Bela wrote: > Hans Hagen írta: >>On 9/24/2016 12:51 PM, Jean-Pierre Delange wrote: >>> Hello list ! >>> There is no problem updating CTX under Linux Ubuntu >>> 5.4.0-6ubuntu1~16.04.2, kernel 4.4.0-38-generic; >>> >>> I've updated

Re: [NTG-context] update/install error

2016-09-24 Thread Csikos Bela
Hans Hagen írta: >On 9/24/2016 12:51 PM, Jean-Pierre Delange wrote: >> Hello list ! >> There is no problem updating CTX under Linux Ubuntu >> 5.4.0-6ubuntu1~16.04.2, kernel 4.4.0-38-generic; >> >> I've updated yesterday evening, without error : >> mtx-context | ConTeXt Process Management 0.63

Re: [NTG-context] update/install error

2016-09-24 Thread Hans Hagen
On 9/24/2016 12:51 PM, Jean-Pierre Delange wrote: Hello list ! There is no problem updating CTX under Linux Ubuntu 5.4.0-6ubuntu1~16.04.2, kernel 4.4.0-38-generic; I've updated yesterday evening, without error : mtx-context | ConTeXt Process Management 0.63 mtx-context | mtx-context

Re: [NTG-context] update/install error

2016-09-24 Thread Jean-Pierre Delange
Hello list ! There is no problem updating CTX under Linux Ubuntu 5.4.0-6ubuntu1~16.04.2, kernel 4.4.0-38-generic; I've updated yesterday evening, without error : mtx-context | ConTeXt Process Management 0.63 mtx-context | mtx-context | main context file:

Re: [NTG-context] update/install error

2016-09-24 Thread Pablo Rodriguez
Hi Mikael, I can confirm the same error when updating standalone. Just in case it helps, Pablo On 09/23/2016 10:12 PM, Mikael P. Sundqvist wrote: > Hi, trying to update (running standalone, updating with > > sh ./first-setup.sh --update > > it runs for a while, and then halts on: > > lua

[NTG-context] update/install error

2016-09-23 Thread Mikael P. Sundqvist
Hi, trying to update (running standalone, updating with sh ./first-setup.sh --update it runs for a while, and then halts on: lua error > lua error on line 74 in file /home/mickep/ConTeXt/tex/texmf-context/tex/context/base/mkiv/node-rul.mkiv:

Re: [NTG-context] Update server appears to be down

2016-07-06 Thread Mojca Miklavec
On 4 July 2016 at 17:38, Marco Patzer wrote: > Hi (Mojca?) > > The contextgarden update server appears to be down: > > rsync rsync://contextgarden.net > rsync: failed to connect to contextgarden.net (193.2.4.200): Connection > refused (111) > rsync: failed to connect to contextgarden.net

[NTG-context] Update server appears to be down

2016-07-04 Thread Marco Patzer
Hi (Mojca?) The contextgarden update server appears to be down: rsync rsync://contextgarden.net rsync: failed to connect to contextgarden.net (193.2.4.200): Connection refused (111) rsync: failed to connect to contextgarden.net (2001:1470:ff80:88::80:c): Network is unreachable (101)

Re: [NTG-context] Update text variables inside metapost

2015-03-08 Thread Hans Hagen
On 3/8/2015 12:57 AM, Aditya Mahajan wrote: On Sat, 7 Mar 2015, DesdeChaves wrote: Why the metapost not updated the value of text variables that are generated inside luacode environment? In the code below, If I have \startitemize[columns,two] then metapost draw: 1.

[NTG-context] Update text variables inside metapost

2015-03-07 Thread DesdeChaves
Why the metapost not updated the value of text variables that are generated inside luacode environment? In the code below, If I have \startitemize[columns,two] then metapost draw: 1. \Bolha[size=6cm]{text1}{text2}{text3}, 2. and four \Bolha[size=4cm]{text1}{text2}{text3}, but text1, text2 and

Re: [NTG-context] Update text variables inside metapost

2015-03-07 Thread DesdeChaves
Aditaya, thanks for the clarification. Now it works perfectly. Jorge 2015-03-07 23:57 GMT+00:00 Aditya Mahajan adit...@umich.edu: On Sat, 7 Mar 2015, DesdeChaves wrote: Why the metapost not updated the value of text variables that are generated inside luacode environment? In the code

Re: [NTG-context] Update text variables inside metapost

2015-03-07 Thread Aditya Mahajan
On Sat, 7 Mar 2015, DesdeChaves wrote: Why the metapost not updated the value of text variables that are generated inside luacode environment? In the code below, If I have \startitemize[columns,two] then metapost draw: 1. \Bolha[size=6cm]{text1}{text2}{text3}, 2. and four

Re: [NTG-context] Update overwrites configuration

2014-02-26 Thread Thangalin
Hi, http://wiki.contextgarden.net/Custom_Configuration is now merged with http://wiki.contextgarden.net/texmf.cnf. Please review, correct anything I might have missed, and then delete the texmf.cnf page (the new page is a bit more search-friendly as the words configure and directory are

Re: [NTG-context] Update overwrites configuration

2014-02-25 Thread Mojca Miklavec
On Tue, Feb 25, 2014 at 7:53 AM, Thangalin wrote: http://wiki.contextgarden.net/Custom_Configuration Thank you, Mojca. I couldn't find an existing configuration wiki page that discussed the items in your email, Mojca. If configuring directories and variables exists on the wiki, please let

[NTG-context] Update overwrites configuration

2014-02-24 Thread Thangalin
Hi, 1. Edit .../tex/texmf/web2c/texmfcnf.lua 2. Set TEXMFCACHE = /var/cache/context/texmf-cache 3. Run first-setup.sh to update ConTeXt. Expected Results TEXMFCACHE remains /var/cache/context/texmf-cache Actual Results TEXMFCACHE reverts to $SELFAUTOPARENT/texmf-cache If the values have been

Re: [NTG-context] Update overwrites configuration

2014-02-24 Thread Mojca Miklavec
On Tue, Feb 25, 2014 at 3:55 AM, Thangalin wrote: Hi, 1. Edit .../tex/texmf/web2c/texmfcnf.lua 2. Set TEXMFCACHE = /var/cache/context/texmf-cache 3. Run first-setup.sh to update ConTeXt. Create a file texmfcnf.lua next to setuptex for example (that is: in root of the installation) and set

Re: [NTG-context] Update overwrites configuration

2014-02-24 Thread Thangalin
http://wiki.contextgarden.net/Custom_Configuration Thank you, Mojca. I couldn't find an existing configuration wiki page that discussed the items in your email, Mojca. If configuring directories and variables exists on the wiki, please let me know where to find it and I'll merge the

Re: [NTG-context] update fails

2014-01-06 Thread Hans Hagen
On 1/5/2014 6:36 PM, Roland Thiers wrote: Hi everybody, First of all, my best wishes of a very happy new year to all users of this list ! I used to update context standalone with the script ctx-update : cd /Users/rolandthiers/context rsync -ptv

Re: [NTG-context] update fails

2014-01-06 Thread Roland Thiers
Le 6 janv. 2014 à 10:36, Hans Hagen a écrit : On 1/5/2014 6:36 PM, Roland Thiers wrote: Hi everybody, First of all, my best wishes of a very happy new year to all users of this list ! I used to update context standalone with the script ctx-update : cd /Users/rolandthiers/context

[NTG-context] update fails

2014-01-05 Thread Roland Thiers
Hi everybody, First of all, my best wishes of a very happy new year to all users of this list ! I used to update context standalone with the script ctx-update : cd /Users/rolandthiers/context rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh ./first-setup.sh --modules=all

  1   2   >