[NTG-context] lmtx update

2021-08-22 Thread Benjamin Buchmuller via ntg-context
Hi, Here is another thing which worked previously for me: ConTeXt ver: 2021.07.30 00:57 LMTX fmt: 2021.8.8 int: english/english Now: ConTeXt ver: 2021.08.22 11:54 LMTX fmt: 2021.8.22 int: english/english Error: lua error: registered function call [396]:

Re: [NTG-context] lmtx update/t-vim (again)

2021-08-22 Thread Wolfgang Schuster via ntg-context
Benjamin Buchmuller via ntg-context schrieb am 23.08.2021 um 00:10: Hi, Thanks for having had a look into the t-vim. At least the document compiles fine (I get a PDF), although multiple complaints from the lua end when I use "$" or "#" in my source, for example #!/usr/bin/bash etc.

Re: [NTG-context] Short forms and abbreviations in bibliography

2021-08-22 Thread Joey McCollum via ntg-context
Just continuing to talk my way through the inner workings of the ConTeXt Publication modules. It looks like three "long" citation forms are defined in publ-imp-cite.mkvi: \startsetups btx:cite:listelement \fastsetup{\s!btx:\s!cite:concat} \fastsetup{\s!btx:\s!cite:lefttext}

[NTG-context] lmtx update/t-vim (again)

2021-08-22 Thread Benjamin Buchmuller via ntg-context
Hi, Thanks for having had a look into the t-vim. At least the document compiles fine (I get a PDF), although multiple complaints from the lua end when I use "$" or "#" in my source, for example #!/usr/bin/bash etc. culminating in Sorry, but I'm not programmed to handle this case; I'll

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Gavin via ntg-context
> V ned., 22. avg. 2021 19:32 je oseba Gavin napisala: > >> I am not sure what my next step should be. Should I wait a day for the >> system to do its fetching thing and then try the same instructions I >> followed before (https://wiki.contextgarden.net/Modules#ConTeXt_LMTX)? >> >> I know

Re: [NTG-context] Adjustment for header and footer

2021-08-22 Thread Wolfgang Schuster via ntg-context
Fabrice Couvreur via ntg-context schrieb am 22.08.2021 um 13:13: Hi, In the file below (not minimal, sorry!) I am using commands from Wolfgang in different threads. We can see that the top frame overflows into the text: how to correct this ? I would also like the top and bottom stroke to be

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Mojca Miklavec via ntg-context
V ned., 22. avg. 2021 19:32 je oseba Gavin napisala: > > I am not sure what my next step should be. Should I wait a day for the > system to do its fetching thing and then try the same instructions I > followed before (https://wiki.contextgarden.net/Modules#ConTeXt_LMTX)? > > I know very little

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Gavin via ntg-context
On Aug 22, 2021, at 10:27 AM, Mojca Miklavec wrote: > > I didn't have to fix anything in the code, but the git repository was moved, > so the module wasn't kept up to date for a while. I just updated the URL for > fetching the latest sources. > > Mojca Thanks for making that fix. I am not

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Mojca Miklavec via ntg-context
I used the latest commit from the git repository rather than the latest release. Mojcs ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Gavin via ntg-context
>> Hi Hans, >> It doesn’t keep failing for me because the fix is well documented, so I >> fixed it on my machine. I am just imagining that it might be nice to put >> that fix in the modules that people download. For example, a teacher wants >> to help me test my book, so he followed the

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Mojca Miklavec via ntg-context
V ned., 22. avg. 2021 18:13 je oseba Hans Hagen via ntg-context < ntg-context@ntg.nl> napisala: > > it makes no sense to mojca to fix modules that come from elsewhere > because a next time it might be different so when tikz is not updated on > ctan (where it's fetched from) it's not an official

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Hans Hagen via ntg-context
On 8/22/2021 4:32 PM, Gavin wrote: On Aug 22, 2021, at 8:13 AM, Hans Hagen wrote: you haven't post the tex code that fails so no one can check it Hans usemodule[tikz] \usemodule[pgfplots] \usetikzlibrary[pgfplots.polar] \startTEXpage \starttikzpicture \startpolaraxis

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Mojca Miklavec via ntg-context
On Sun, 22 Aug 2021 at 17:46, Gavin wrote: > > The instructions we followed for installing the modules are at > > https://wiki.contextgarden.net/Modules#ConTeXt_LMTX > > These instructions include the line > > rsync -rltv --del rsync://contextgarden.net/minimals/current/modules/

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Gavin via ntg-context
> On Aug 22, 2021, at 8:44 AM, Mojca Miklavec > wrote: > > I tried a fresh installation of both MKIV and LMTX and both seem to > work fine for me, so sadly I cannot reproduce the problem. > (The files comes from rsync, from the same folder as shown here: >

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Mojca Miklavec via ntg-context
On Sun, 22 Aug 2021 at 15:43, Gavin via ntg-context wrote: > > usemodule[tikz] > \usemodule[pgfplots] > \usetikzlibrary[pgfplots.polar] > > \startTEXpage > \starttikzpicture > \startpolaraxis > \addplot coordinates {(0,1) (90,1) > (180,1) (270,1)}; > \stoppolaraxis >

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Gavin via ntg-context
> On Aug 22, 2021, at 8:13 AM, Hans Hagen wrote: >> >>> you haven't post the tex code that fails so no one can check it >>> >>> Hans >> usemodule[tikz] >> \usemodule[pgfplots] >> \usetikzlibrary[pgfplots.polar] >> \startTEXpage >> \starttikzpicture >> \startpolaraxis >> \addplot

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Hans Hagen via ntg-context
On 8/22/2021 3:42 PM, Gavin wrote: On Aug 22, 2021, at 7:20 AM, Hans Hagen via ntg-context wrote: On 8/22/2021 2:25 PM, Gavin via ntg-context wrote: Hi Mojca, (I mistakenly sent this only to Mojca. I’m sending again to the group.) Is there anything I can do to aid in getting this fixed in

Re: [NTG-context] Size of root symbol

2021-08-22 Thread Bruce Horrocks via ntg-context
> On 18 Aug 2021, at 17:06, Aditya Mahajan via ntg-context > wrote: > > On Wed, 18 Aug 2021, Bruce Horrocks via ntg-context wrote: > >> Is there a simple way to get both root signs in this MWE to be the same size? >> >> \starttext >> \startformula >> \sqrt[3]{4n} \ne \sqrt[3] {n} >>

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Gavin via ntg-context
> On Aug 22, 2021, at 7:20 AM, Hans Hagen via ntg-context > wrote: > > On 8/22/2021 2:25 PM, Gavin via ntg-context wrote: >> Hi Mojca, >> (I mistakenly sent this only to Mojca. I’m sending again to the group.) Is there anything I can do to aid in getting this fixed in the

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Hans Hagen via ntg-context
On 8/22/2021 2:25 PM, Gavin via ntg-context wrote: Hi Mojca, (I mistakenly sent this only to Mojca. I’m sending again to the group.) Is there anything I can do to aid in getting this fixed in the distribution? Can you please try updating and checking again (at least with the "legacy

Re: [NTG-context] Losing a character during line break at a hyphen

2021-08-22 Thread Bruce Horrocks via ntg-context
> On 22 Aug 2021, at 10:27, Hans Hagen wrote: > > On 8/22/2021 1:27 AM, Bruce Horrocks via ntg-context wrote: >>> On 22 Aug 2021, at 00:12, Bruce Horrocks via ntg-context >>> wrote: >>> >>> Not sure whether this is a ligature problem or a hyphenation problem or >>> both! >> Smaller MWE -

Re: [NTG-context] pgfplots module needs update from December

2021-08-22 Thread Gavin via ntg-context
Hi Mojca, (I mistakenly sent this only to Mojca. I’m sending again to the group.) >> Is there anything I can do to aid in getting this fixed in the distribution? > > Can you please try updating and checking again (at least with the > "legacy installer", I'm not sure how Hans handles the modules

[NTG-context] Adjustment for header and footer

2021-08-22 Thread Fabrice Couvreur via ntg-context
Hi, In the file below (not minimal, sorry!) I am using commands from Wolfgang in different threads. We can see that the top frame overflows into the text: how to correct this ? I would also like the top and bottom stroke to be adjusted to the width of the paper. Thanks Fabrice \useMPlibrary[dum]

Re: [NTG-context] Losing a character during line break at a hyphen

2021-08-22 Thread Hans Hagen via ntg-context
On 8/22/2021 1:27 AM, Bruce Horrocks via ntg-context wrote: On 22 Aug 2021, at 00:12, Bruce Horrocks via ntg-context wrote: Not sure whether this is a ligature problem or a hyphenation problem or both! Smaller MWE - it's not hyphenation: \starttext Diffe \stoptext gives "Dife". if