[NTG-context] New example with both sides margin

2024-03-27 Thread Ursula Hermann
Dear Pablo, Here is my example: \setuppapersize[A4] \setupbodyfont[termes, 12.50pt] \setuplayout[backspace=2.9cm, width=fit] \ininnermargin{\blackrule[color=black, height=0.10ex, width=1cm]\\{3.2.2}} \dontleavehmode \blackrule[color=black, height=0.10ex, width=13.50cm] \showframe

[NTG-context] new context option

2024-02-22 Thread Hans Hagen
Hi, As I needed to check some commands i added this: context --find="%\starttabulate" which will (should) give a list of lines/files in the documentation where this command is used. Hans -

[NTG-context] New upload doesn't work on macOS 10.13.6

2024-02-18 Thread Ralf Heinrich Arning
Hi list, after having tried to update with the new upload, ConTEXt doesn't run anymore. According to the output the new version requires a more recent system. I still use macOS 10.13.6 (High Sierra). This is what I get: = context TestCode.tex dyld: lazy symbol binding failed:

[NTG-context] new upload

2023-09-04 Thread Hans Hagen
Hi, new upload with packed itemize fix .. hopefyully no side effects of some work in progress (but no crashes in test suite so likely ok) Hans - Hans Hagen | PRAGMA ADE

[NTG-context] new align option

2023-08-15 Thread Hans Hagen via ntg-context
Hi, Especially for long verbatim lines we now can do this: \starttext \setupalign[hangright] \starttyping test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test

[NTG-context] new upload

2023-08-15 Thread Hans Hagen
Hi, I uploaded a new lmtx (some new - experimental - things will be explained after the ctx meeting), but there's one thing that is somewhat important. In addition to the built in units we can now have so called user units. There is some more info about this in the lowlevel-registers

[NTG-context] new upload

2023-07-18 Thread Hans Hagen
Hi, In todays upload there is a follow up on a new feature that is already present in the previous upload (but that was not yet advertised): context --parallel test1.tex test2.tex test3.tex context --parallel --pattern=test*.tex context --parallellist myfile.cmd (filters context

[NTG-context] new upload

2023-07-09 Thread Hans Hagen via ntg-context
Hi, No functional changes this time: - some more consistent usage of new primitives instead of helper macros, also a bit of a look and feel related effort as well as getting even less tracing clutter (the kind of changes for Wolfgang to check -) - as aside effect there is some performance

Re: [NTG-context] new version

2023-06-23 Thread Marcus Vinicius Mesquita via ntg-context
Oh, this is very interesting indeed! Thank you Marcus Vinicius On Fri, Jun 23, 2023 at 7:58 AM Hans Hagen via ntg-context wrote: > > On 6/23/2023 11:54 AM, Marcus Vinicius Mesquita via ntg-context wrote: > > Should then \setupalign[granular] be used before defining font features? > No, it's an

Re: [NTG-context] new version

2023-06-23 Thread Hans Hagen via ntg-context
On 6/23/2023 11:54 AM, Marcus Vinicius Mesquita via ntg-context wrote: Should then \setupalign[granular] be used before defining font features? No, it's an independent feature of the linebreak mechanism. You can run this and see how it kicks in \starttext \definecolor[ttest][a=1,t=.5]

Re: [NTG-context] new version

2023-06-23 Thread Marcus Vinicius Mesquita via ntg-context
Should then \setupalign[granular] be used before defining font features? On Thu, Jun 22, 2023 at 9:37 AM Hans Hagen via ntg-context wrote: > > Hi, > > I uploaded a new lmtx version (so the next series will be luametatex > 2.10.10). Although Mikael and I are still in improving math mode, we >

[NTG-context] new version

2023-06-22 Thread Hans Hagen via ntg-context
Hi, I uploaded a new lmtx version (so the next series will be luametatex 2.10.10). Although Mikael and I are still in improving math mode, we side tracked a bit to the par builder (better breaking of math etc). In the end some experiments there turned features. (1) We already had a more

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-09 Thread Hans Hagen via ntg-context
On 5/9/2023 9:30 AM, Hans van der Meer via ntg-context wrote: On 9 May 2023, at 01:19, Hans Hagen via ntg-context wrote: On 5/8/2023 8:55 PM, Henning Hraban Ramm via ntg-context wrote: But either the module scripts should re-pack tgz archives or the installer must learn to handle them.

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-09 Thread Hans van der Meer via ntg-context
> On 9 May 2023, at 01:19, Hans Hagen via ntg-context > wrote: > > On 5/8/2023 8:55 PM, Henning Hraban Ramm via ntg-context wrote: > >> But either the module scripts should re-pack tgz archives or the installer >> must learn to handle them. > The script now > > -- before installing

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-09 Thread Hans Hagen via ntg-context
On 5/9/2023 7:17 AM, Henning Hraban Ramm via ntg-context wrote: Am 09.05.23 um 01:19 schrieb Hans Hagen via ntg-context: On 5/8/2023 8:55 PM, Henning Hraban Ramm via ntg-context wrote: But either the module scripts should re-pack tgz archives or the installer must learn to handle them. The

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-08 Thread Henning Hraban Ramm via ntg-context
Am 09.05.23 um 01:19 schrieb Hans Hagen via ntg-context: On 5/8/2023 8:55 PM, Henning Hraban Ramm via ntg-context wrote: But either the module scripts should re-pack tgz archives or the installer must learn to handle them. The script now -- before installing uninstalls a previous

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-08 Thread Hans Hagen via ntg-context
On 5/8/2023 8:55 PM, Henning Hraban Ramm via ntg-context wrote: But either the module scripts should re-pack tgz archives or the installer must learn to handle them. The script now -- before installing uninstalls a previous installation -- can uninstall an installed module -- can list

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-08 Thread Hans Hagen via ntg-context
On 5/8/2023 8:55 PM, Henning Hraban Ramm via ntg-context wrote: Am 08.05.23 um 19:40 schrieb Pablo Rodriguez via ntg-context: On 5/8/23 17:58, Bruce Horrocks via ntg-context wrote: On 8 May 2023, at 16:20, Pablo Rodriguez wrote: [...] Sorry, but I don’t know how to force git urls to be added

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-08 Thread Henning Hraban Ramm via ntg-context
Am 08.05.23 um 19:40 schrieb Pablo Rodriguez via ntg-context: On 5/8/23 17:58, Bruce Horrocks via ntg-context wrote: On 8 May 2023, at 16:20, Pablo Rodriguez wrote: [...] Sorry, but I don’t know how to force git urls to be added as zip packages in https://modules.contextgarden.net. Use

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-08 Thread Pablo Rodriguez via ntg-context
On 5/8/23 17:58, Bruce Horrocks via ntg-context wrote: >> On 8 May 2023, at 16:20, Pablo Rodriguez wrote: >> [...] >> Sorry, but I don’t know how to force git urls to be added as zip >> packages in https://modules.contextgarden.net. > > Use

Re: [NTG-context] new module installer and .tar.gz compression

2023-05-08 Thread Bruce Horrocks via ntg-context
> On 8 May 2023, at 16:20, Pablo Rodriguez via ntg-context > wrote: > > Hans, > > many thanks for the new script to install modules in LMTX. > > I forced a new release of handlecsv > (https://modules.contextgarden.net/cgi-bin/module.cgi/action=view/id=86). > > I provide the contents with a

[NTG-context] new module installer and .tar.gz compression

2023-05-08 Thread Pablo Rodriguez via ntg-context
Hans, many thanks for the new script to install modules in LMTX. I forced a new release of handlecsv (https://modules.contextgarden.net/cgi-bin/module.cgi/action=view/id=86). I provide the contents with a git address, so I cannot choose which kind of compression the code will have. Since

Re: [NTG-context] new units

2023-05-07 Thread Alan Braslau via ntg-context
On Sun, 7 May 2023 13:00:18 +0100 Bruce Horrocks via ntg-context wrote: > Will there be new units to represent the amount of alcohol that has > to be imbibed in order to (a) create the joke and (b) understand it? > > I'm not sure which of these needs to be the larger. Perhaps that > could be

Re: [NTG-context] new units

2023-05-07 Thread Henning Hraban Ramm via ntg-context
Am 07.05.23 um 12:29 schrieb Hans Hagen via ntg-context: Edith Sundqvist  : on-site research, presentation Mikael Sundqvist : scientific supervisor, calibration, article Willi Egger  : quality assurance, edithorial device Karl Berry   : peer review, tugboat Hans Hagen   :

Re: [NTG-context] new units

2023-05-07 Thread Hans Hagen via ntg-context
Hi Hraban, Attached a picture of the edithorial which is now in posession of the one who's name comes closest to it. A bit like the 'meter' makes Paris famous, this one will put the (engineering) university of Lund on the map. Up to the reader to figure out the magick slot and workings. Yet

Re: [NTG-context] new units

2023-05-07 Thread Hans Hagen via ntg-context
On 5/7/2023 2:00 PM, Bruce Horrocks wrote: On 7 May 2023, at 10:45, Hans Hagen via ntg-context wrote: ps. For those unfamiliar with the tex community, when we talk 'research' and such, keep in mind that most tex related research is kind of bogus, wishful thinking, sounding serious, etc.

Re: [NTG-context] new units

2023-05-07 Thread Bruce Horrocks via ntg-context
> On 7 May 2023, at 10:45, Hans Hagen via ntg-context > wrote: > > ps. For those unfamiliar with the tex community, when we talk 'research' and > such, keep in mind that most tex related research is kind of bogus, wishful > thinking, sounding serious, etc. and that most 'projects' are just

Re: [NTG-context] new units

2023-05-07 Thread Hans Hagen via ntg-context
On 5/7/2023 12:09 PM, Henning Hraban Ramm via ntg-context wrote: I know it’s not funny to explain jokes, but I don’t seem to know all people involved. You know a subset: Edith Sundqvist : on-site research, presentation Mikael Sundqvist : scientific supervisor, calibration, article Willi

Re: [NTG-context] new units

2023-05-07 Thread Henning Hraban Ramm via ntg-context
Am 07.05.23 um 11:45 schrieb Hans Hagen via ntg-context: I didn’t understand all details, and I guess some spelling errors are intentional – was there a Calli? Does “precission” refer to anything? And what’s the abbreviation for Theodores? the theodore is only used in reporting an overflow so

Re: [NTG-context] new units

2023-05-07 Thread Hans Hagen via ntg-context
On 5/7/2023 11:29 AM, Mojca Miklavec via ntg-context wrote: On Sun, 7 May 2023 at 11:11, Henning Hraban Ramm via ntg-context wrote: And what’s the abbreviation for Theodores? I assume it must be "tr", though it's somewhat ambiguous what the "r" in "tr" stands for, it seems to be

Re: [NTG-context] new units

2023-05-07 Thread Hans Hagen via ntg-context
On 5/7/2023 11:29 AM, Mojca Miklavec via ntg-context wrote: On Sun, 7 May 2023 at 11:11, Henning Hraban Ramm via ntg-context wrote: And what’s the abbreviation for Theodores? I assume it must be "tr", though it's somewhat ambiguous what the "r" in "tr" stands for, it seems to be

Re: [NTG-context] new units

2023-05-07 Thread Hans Hagen via ntg-context
On 5/7/2023 11:10 AM, Henning Hraban Ramm via ntg-context wrote: Am 04.05.23 um 10:01 schrieb Hans Hagen via ntg-context: Hi, We now officially have three new units. These were officially introducd at the 2023 BachoTeX meeting in a presentation where the chair of the four person strong team

Re: [NTG-context] new units

2023-05-07 Thread Mojca Miklavec via ntg-context
On Sun, 7 May 2023 at 11:11, Henning Hraban Ramm via ntg-context wrote: > > And what’s the abbreviation for Theodores? I assume it must be "tr", though it's somewhat ambiguous what the "r" in "tr" stands for, it seems to be country-dependent ;) Mojca

Re: [NTG-context] new units

2023-05-07 Thread Henning Hraban Ramm via ntg-context
Am 04.05.23 um 10:01 schrieb Hans Hagen via ntg-context: Hi, We now officially have three new units. These were officially introducd at the 2023 BachoTeX meeting in a presentation where the chair of the four person strong team also did the final live callibration (using the edithorial

Re: [NTG-context] new units

2023-05-07 Thread Hans Hagen via ntg-context
On 5/7/2023 2:10 AM, skyhorse--- via ntg-context wrote: Hans Hagen via ntg-context wrote: .. Oh, so a bug, I'll fix the message. Not really a unit but then, feet is also not one. That is incorrect. Feet is an establish and proper unit of measurement, which consists of 12 inches. It

Re: [NTG-context] new units

2023-05-07 Thread Hans Hagen via ntg-context
On 5/7/2023 4:43 AM, Michael Urban via ntg-context wrote: If you are going to introduce new units, you should at least include the Potrzebie, invented by teenager Donald Knuth and published in the humor magazine Mad Magazine #33. The system is based on the thickness of Mad Magazine #26,

Re: [NTG-context] new units

2023-05-07 Thread Mikael Sundqvist via ntg-context
Hi Michael, On Sun, May 7, 2023 at 4:43 AM Michael Urban via ntg-context wrote: > > If you are going to introduce new units, you should at least include the > Potrzebie, invented by teenager Donald Knuth and published in the humor > magazine Mad Magazine #33. The system is based on the

Re: [NTG-context] new units

2023-05-06 Thread Alan Braslau via ntg-context
On Sat, 06 May 2023 16:10:31 -0800 skyhorse--- via ntg-context wrote: > > > Hans Hagen via ntg-context wrote: > >.. > > Oh, so a bug, I'll fix the message. Not really a unit but then, feet > > is also not one. > > > > That is incorrect. Feet is an establish and proper unit of >

Re: [NTG-context] new units

2023-05-06 Thread Michael Urban via ntg-context
If you are going to introduce new units, you should at least include the Potrzebie, invented by teenager Donald Knuth and published in the humor magazine Mad Magazine #33. The system is based on the thickness of Mad Magazine #26, equal to 2.2633484517438173216473 mm. See the Wikipedia entry

Re: [NTG-context] new units

2023-05-06 Thread skyhorse--- via ntg-context
Hans Hagen via ntg-context wrote: >.. > Oh, so a bug, I'll fix the message. Not really a unit but then, feet > is also not one. > That is incorrect. Feet is an establish and proper unit of measurement, which consists of 12 inches. It is used by, at least, several hundred million

Re: [NTG-context] new units

2023-05-06 Thread Hans Hagen via ntg-context
On 5/6/2023 11:53 PM, Arthur Rosendahl via ntg-context wrote: On Thu, May 04, 2023 at 10:01:25AM +0200, Hans Hagen via ntg-context wrote: These units can be used in the current upload. In a next upload the "19 feet max" message that tex issues when reaching a maximum will be adapted to a more

Re: [NTG-context] new units

2023-05-06 Thread Arthur Rosendahl via ntg-context
On Thu, May 04, 2023 at 10:01:25AM +0200, Hans Hagen via ntg-context wrote: > These units can be used in the current upload. In a next upload the "19 feet > max" message that tex issues when reaching a maximum will be adapted to a > more realistic variant. (Actually, because tex has no foot unit,

Re: [NTG-context] new units

2023-05-06 Thread Hans Hagen via ntg-context
On 5/6/2023 6:45 PM, Alan Braslau wrote: The whole point of the so-called "imperial" units is to be based on fractions, not decimal. May I suggest that we use \sqrt2 as the basis of our fractions, so as to push the limits of calculation and precision (that are handled well in the new lmtx

Re: [NTG-context] new units

2023-05-06 Thread Alan Braslau via ntg-context
The whole point of the so-called "imperial" units is to be based on fractions, not decimal. May I suggest that we use \sqrt2 as the basis of our fractions, so as to push the limits of calculation and precision (that are handled well in the new lmtx engine). Also, on this day of coronation,

[NTG-context] new units

2023-05-04 Thread Hans Hagen via ntg-context
Hi, We now officially have three new units. These were officially introducd at the 2023 BachoTeX meeting in a presentation where the chair of the four person strong team also did the final live callibration (using the edithorial callibration instrument made for that purpose). An upcoming

Re: [NTG-context] new uplaod

2023-04-17 Thread Alexandre Christe via ntg-context
Dear list, In case someone else stumbles upon this issue, the following code works. MWE: \autofences \starttext $\left]-\infty; a\right[$ \stoptext Best regards, Alex Le 22 sept. 2022 à 12:59 +0200, Alexandre Christe , a écrit : > Hi Hans, > > Thanks a lot for the example. It works great

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-28 Thread Zdeněk Svoboda via ntg-context
Hello Willi, I'm glad that it "sorted itself out". I will look into the bugs with Chrome later but it is weird indeed. I was developing the app mostly using Firefox, so it should work fine there hopefully. Thanks for the progress animation, but I will have to take it out because I believe

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-27 Thread 黄复雄 via ntg-context
Dear Zdeněk, Thanks for your prompt response. Yes, great, I got the right PDF now. Best regards 黄复雄(Huang Fysyong) Zdeněk Svoboda via ntg-context 于2022年12月28日周三 10:42写道: > > Hello Huang, > > This was probably an error on my side. > > Can you please try again now? I have tried to fix it, it

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-27 Thread Zdeněk Svoboda via ntg-context
Hello Huang, This was probably an error on my side. Can you please try again now? I have tried to fix it, it should hopefully work now. Sincerely, Zdeněk Svoboda Dne 28. 12. 22 v 3:01 黄复雄 via ntg-context napsal(a): You can probably test with uploading a font the the work directory. Hans,

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-27 Thread 黄复雄 via ntg-context
> > You can probably test with uploading a font the the work directory. > Hans, thanks for the tip. I uploaded a noto-cjk font file, NotoSerifCJKsc-Regular.otf, to the root directory. Also, my typography file, test.tex, is in the root directory, and it reads ```context

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-27 Thread Willi Egger via ntg-context
Hello Zdeněk, in addition to the former mail I would like to tell you, that I tested now also with Firefox (108.01). — Login went fine, logout went fine, the files I uploaded/created are shown in the fil-pane and the letter-eating bug did not occur with the test-file. — It looks like there is

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-27 Thread Willi Egger via ntg-context
Hello Zdeněk, > On 27 Dec 2022, at 20:44, Zdeněk Svoboda via ntg-context > wrote: > > Hi Willi, > > Thank you for the feedback! > > Strange bug being thrown out of the editor while not logged in -- I'll have > to look into that because I have not encountered it yet. > > May I ask what

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-27 Thread Hans Hagen via ntg-context
On 12/27/2022 7:54 PM, Willi Egger via ntg-context wrote: While creating a tabulate I detected, that the use of the tab-key is only possible at the beginning of the line. When using the tab-key inside a tabulate line the whole line is indented for another tab. Can you configure your editor

Re: [NTG-context] new upload

2022-12-27 Thread Floris van Manen via ntg-context
On 27/12/2022 23:32, Hans Hagen via ntg-context wrote: I think i figured out what the issue is. A bit tricky to figure out because my local gcc is newer than the one on the garden (and it actually also produces 10% smaller binaries). lmtx context is working again, thanks !

Re: [NTG-context] new upload

2022-12-27 Thread Hans Hagen via ntg-context
On 12/27/2022 11:00 PM, Pablo Rodriguez via ntg-context wrote: On 12/27/22 21:13, Hans Hagen via ntg-context wrote: I don’t know what may be wrong here. me neither so i need to check it I’m afraid I’m getting the same error with newer upload

Re: [NTG-context] new upload

2022-12-27 Thread Pablo Rodriguez via ntg-context
On 12/27/22 21:13, Hans Hagen via ntg-context wrote: >> >> I don’t know what may be wrong here. > me neither so i need to check it I’m afraid I’m getting the same error with newer upload (https://mailman.ntg.nl/pipermail/ntg-context/2022/107492.html). Pablo

Re: [NTG-context] new upload

2022-12-27 Thread Hans Hagen via ntg-context
On 12/27/2022 6:44 PM, Pablo Rodriguez via ntg-context wrote: On 12/27/22 18:04, Hans Hagen via ntg-context wrote: Hi, I uploaded lmtx. There have been some additions to tabulate. Hi Hans, many thanks for the new upload, but I’m afraid I get this error in LMTX (MkIV works fine):

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-27 Thread Zdeněk Svoboda via ntg-context
Hi Willi, Thank you for the feedback! Strange bug being thrown out of the editor while not logged in -- I'll have to look into that because I have not encountered it yet. May I ask what browser and OS are you using? I'm unable to reproduce the bug with the tab-key in tabulate. I know

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-27 Thread Willi Egger via ntg-context
Hi Zdeněk! Congratulation, the online version, the web-site looks very nice. you have built in a lot of nice features! I tried the interface for a short while. During testing I was thrown out each time and you do not understand why. — Does this have to do with the fact that I did not create a

Re: [NTG-context] new upload

2022-12-27 Thread Pablo Rodriguez via ntg-context
On 12/27/22 18:04, Hans Hagen via ntg-context wrote: > Hi, > > I uploaded lmtx. There have been some additions to tabulate. Hi Hans, many thanks for the new upload, but I’m afraid I get this error in LMTX (MkIV works fine): \starttext \null \stoptext resolvers | formats |

Re: [NTG-context] new upload

2022-12-27 Thread Floris van Manen via ntg-context
the latest update broke my installation on linux. How can I revert to a working version? .F $ context context18.tex resolvers | globbing | confusing filename, name: 'CHANGELOG', lower: 'changelog', already: 'ChangeLog' resolvers | formats | executing runner 'run luametatex

Re: [NTG-context] new upload

2022-12-27 Thread Floris van Manen via ntg-context
i get an error running the sample code: \starttext \defineorientation[test][orientation=down,vertical=top] \startbuffer[b] \definetabulatemove[a][xoffset=40pt] \definetabulatemove[b][orientation=test,yoffset=depth] \starttabulate[|c|c|] \TM[a] \NC \darkred cell one \NC \darkgray cell one

[NTG-context] new upload

2022-12-27 Thread Hans Hagen via ntg-context
Hi, I uploaded lmtx. There have been some additions to tabulate. \starttext % \showboxes % \showstruts \starttabulate[|w(top,3cm)|w(top,3cm)|] \NC test \NC test \par test \NC \NR \NC test \NC test \par test \NC \NR \stoptabulate \starttabulate[|w(top,packed,3cm)|w(top,packed,3cm)|] \NC test

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-27 Thread Hans Hagen via ntg-context
On 12/27/2022 2:30 AM, 黄复雄 via ntg-context wrote: Dear Zdeněk Svoboda. I tried your platform, it's great and it will definitely help to promote ConTeXt. Thanks for your work. I am from China and I would like to know, does this platform support CJK fonts (e.g.

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-27 Thread Pablo Rodriguez via ntg-context
On 12/27/22 00:57, Zdeněk Svoboda via ntg-context wrote: > Hello ConTeXt community! > [...] > I'm excited to share my project with the ConTeXt community and hope that > it will be a useful resource for someone. If you're interested in trying > it out, you can find it at

Re: [NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-26 Thread 黄复雄 via ntg-context
Dear Zdeněk Svoboda. I tried your platform, it's great and it will definitely help to promote ConTeXt. Thanks for your work. I am from China and I would like to know, does this platform support CJK fonts (e.g. https://github.com/googlefonts/noto-cjk)? if yes, then is there any examples of usage?

[NTG-context] New c-o-w: The XMas gift for ConTeXt users

2022-12-26 Thread Zdeněk Svoboda via ntg-context
Hello ConTeXt community! I'm Zdeněk Svoboda, a master degree student at Mendel university in Brno. I've been using ConTeXt for a while now and have always been impressed by its capabilities and the helpfulness of this community. For my thesis project with Tomáš Hála as the supervisor, I've

Re: [NTG-context] new upload

2022-11-15 Thread Pablo Rodriguez via ntg-context
On 11/14/22 23:02, Hans Hagen via ntg-context wrote: > Hi, > > I uploaded a new version. Hi Hans, many thanks for the new upload. Now it is updated fine in my rather weird Windows system (at work). Many thanks for the new version again, Pablo

[NTG-context] new upload

2022-11-14 Thread Hans Hagen via ntg-context
Hi, I uploaded a new version. New is that we can apply hz to math, although currently we have configured it as experiment. \setupbodyfont[pagella] % \startluacode % fonts.expansions.vectors.math = { % [0x002B] = { 4, 0 }, -- + % [0x2212] = { 4, 0 }, -- - %

Re: [NTG-context] New VSCode extenstion using ConTeXt Language server

2022-11-09 Thread Floris van Manen via ntg-context
On 09/11/2022 14:38, Ramkumar KB wrote: Can you please try with VSCode first in Ubuntu and see if this works? We have never tried with Codium (unfortunately) and therefore not sure how the Extension sytem works in Codium. Not too eager to invite the telemetricks into my machine, so I'll

Re: [NTG-context] New VSCode extenstion using ConTeXt Language server

2022-11-09 Thread Saša Janiška via ntg-context
On Tue, 8 Nov 2022 22:20:10 +0800 Ramkumar KB via ntg-context wrote: > Hello All, > > I have published the new VSCode Extension for ConTeXt, that I > presented during the 2022 ConTeXt meeting - > > https://wiki.contextgarden.net/VSCode Any plan to make it work with other editors which do

Re: [NTG-context] New VSCode extenstion using ConTeXt Language server

2022-11-09 Thread Saša Janiška via ntg-context
On Tue, 8 Nov 2022 22:20:10 +0800 Ramkumar KB via ntg-context wrote: > Hello All, > > I have published the new VSCode Extension for ConTeXt, that I > presented during the 2022 ConTeXt meeting - > > https://wiki.contextgarden.net/VSCode Any plan to make it work with other editors which do

Re: [NTG-context] New VSCode extenstion using ConTeXt Language server

2022-11-09 Thread Ramkumar KB via ntg-context
KB via ntg-context > *Gesendet:* Dienstag, 8. November 2022 15:20 > *An:* mailing list for ConTeXt users > *Cc:* Ramkumar KB > *Betreff:* [NTG-context] New VSCode extenstion using ConTeXt Language > server > > > > Hello All, > > > > I have published

Re: [NTG-context] New VSCode extenstion using ConTeXt Language server

2022-11-09 Thread Ramkumar KB via ntg-context
: > I cannot get it (vsix) to work on linux ubuntu with codium (the > telematic-free version) > There is probably a reason to it... > > > > On 08/11/2022 15:20, Ramkumar KB via ntg-context wrote: > > Subject: > > [NTG-context] New VSCode extenstion using ConTeXt La

Re: [NTG-context] New VSCode extenstion using ConTeXt Language server

2022-11-09 Thread Denis Maier via ntg-context
-context Gesendet: Dienstag, 8. November 2022 15:20 An: mailing list for ConTeXt users Cc: Ramkumar KB Betreff: [NTG-context] New VSCode extenstion using ConTeXt Language server Hello All, I have published the new VSCode Extension for ConTeXt, that I presented during the 2022 ConTeXt meeting

Re: [NTG-context] New VSCode extenstion using ConTeXt Language server

2022-11-08 Thread Floris van Manen via ntg-context
I cannot get it (vsix) to work on linux ubuntu with codium (the telematic-free version) There is probably a reason to it... On 08/11/2022 15:20, Ramkumar KB via ntg-context wrote: Subject: [NTG-context] New VSCode extenstion using ConTeXt Language server From: Ramkumar KB via ntg-context

Re: [NTG-context] New VSCode extension using ConTeXt Language server

2022-11-08 Thread Henning Hraban Ramm via ntg-context
Am 08.11.22 um 15:20 schrieb Ramkumar KB via ntg-context: Hello All, I have published the new VSCode Extension for ConTeXt, that I presented during the 2022 ConTeXt meeting - Thank you! I spread the good news on Mastodon: https://fosstodon.org/@context/109308910662669923 Hraban

[NTG-context] New VSCode extenstion using ConTeXt Language server

2022-11-08 Thread Ramkumar KB via ntg-context
Hello All, I have published the new VSCode Extension for ConTeXt, that I presented during the 2022 ConTeXt meeting - https://wiki.contextgarden.net/VSCode You can install it manually in the VSCode (using the "Install from VSIX..." option). Documentation (for now) -

Re: [NTG-context] new upload

2022-10-18 Thread Alan Braslau via ntg-context
On 18/10/2022 09:40, Pablo Rodriguez via ntg-context wrote: A complete install has revealed the real cause of the slow download: the antivirus software (that works like crap). My antivirus software is called ... Unix ;-)

Re: [NTG-context] new upload

2022-10-18 Thread Pablo Rodriguez via ntg-context
On 10/17/22 22:40, Hans Hagen via ntg-context wrote: > On 10/17/2022 7:12 PM, Pablo Rodriguez via ntg-context wrote: >> […] >> The problem is clearly not the speed of the internet connection. I use >> internet with the standard speed. >> >> There are two things that strike me as possible causes.

Re: [NTG-context] new upload

2022-10-17 Thread Hans Hagen via ntg-context
On 10/17/2022 7:12 PM, Pablo Rodriguez via ntg-context wrote: On 10/15/22 11:28, Hans Hagen via ntg-context wrote: […] just run twice as the script will pick up Hi Hans, I have tried updating ConTeXt in Windows this morning and I’m afraid it hasn't worked. Until I can manage this, I think I

Re: [NTG-context] new upload

2022-10-17 Thread Pablo Rodriguez via ntg-context
On 10/15/22 11:28, Hans Hagen via ntg-context wrote: > […] > just run twice as the script will pick up Hi Hans, I have tried updating ConTeXt in Windows this morning and I’m afraid it hasn't worked. Until I can manage this, I think I will download (to the extend that is possible [and if this

Re: [NTG-context] new upload

2022-10-17 Thread Aditya Mahajan via ntg-context
On Mon, 17 Oct 2022, Hans Hagen via ntg-context wrote: > On 10/17/2022 3:38 AM, Aditya Mahajan via ntg-context wrote: > > On Sun, 16 Oct 2022, Mikael Sundqvist via ntg-context wrote: > > > >> Hi, > >> > >> On Sun, Oct 16, 2022 at 6:07 PM Aditya Mahajan via ntg-context > >> wrote: > >>> > >>> On

Re: [NTG-context] new upload

2022-10-17 Thread Hans Hagen via ntg-context
On 10/17/2022 3:38 AM, Aditya Mahajan via ntg-context wrote: On Sun, 16 Oct 2022, Mikael Sundqvist via ntg-context wrote: Hi, On Sun, Oct 16, 2022 at 6:07 PM Aditya Mahajan via ntg-context wrote: On Fri, 14 Oct 2022, Hans Hagen via ntg-context wrote: Hi, I uploaded a new version. Apart

Re: [NTG-context] new upload

2022-10-17 Thread Hans Hagen via ntg-context
On 10/17/2022 8:43 AM, Otared Kavian via ntg-context wrote: I use Lucida in my documents and did not notice any problem with the integrals and other large operators. Do you mean in the future I have to update to a new version of Lucida (and pay again…) or will future versions of LuaMetaTeX

Re: [NTG-context] new upload

2022-10-17 Thread Mikael Sundqvist via ntg-context
On Mon, Oct 17, 2022 at 8:43 AM Otared Kavian via ntg-context wrote: > > Hi Mikael, Hi Otared, > > I use Lucida in my documents and did not notice any problem with the > integrals and other large operators. > Do you mean in the future I have to update to a new version of Lucida (and > pay

Re: [NTG-context] new upload

2022-10-17 Thread Otared Kavian via ntg-context
Hi Mikael, I use Lucida in my documents and did not notice any problem with the integrals and other large operators. Do you mean in the future I have to update to a new version of Lucida (and pay again…) or will future versions of LuaMetaTeX handle correctly large operators typeset in Lucida

Re: [NTG-context] new upload

2022-10-16 Thread Aditya Mahajan via ntg-context
On Sun, 16 Oct 2022, Mikael Sundqvist via ntg-context wrote: > Hi, > > On Sun, Oct 16, 2022 at 6:07 PM Aditya Mahajan via ntg-context > wrote: > > > > On Fri, 14 Oct 2022, Hans Hagen via ntg-context wrote: > > > > > Hi, > > > > > > I uploaded a new version. Apart from a few fixes / extensions

Re: [NTG-context] new upload

2022-10-16 Thread Mikael Sundqvist via ntg-context
Hi, On Sun, Oct 16, 2022 at 6:07 PM Aditya Mahajan via ntg-context wrote: > > On Fri, 14 Oct 2022, Hans Hagen via ntg-context wrote: > > > Hi, > > > > I uploaded a new version. Apart from a few fixes / extensions already > > mentioned here (or known to those who wanted it) the main changes are

Re: [NTG-context] new upload

2022-10-16 Thread Aditya Mahajan via ntg-context
On Fri, 14 Oct 2022, Hans Hagen via ntg-context wrote: > Hi, > > I uploaded a new version. Apart from a few fixes / extensions already > mentioned here (or known to those who wanted it) the main changes are in > the math goodie files (work in progress, we will clean them up later) as > part

Re: [NTG-context] new upload

2022-10-15 Thread Hans Hagen via ntg-context
On 10/15/2022 10:48 AM, Pablo Rodriguez via ntg-context wrote: On 10/15/22 09:41, Hans Hagen via ntg-context wrote: On 10/14/2022 4:14 PM, Pablo Rodriguez via ntg-context wrote: [...] Many thanks for the new version, Hans. I have discovered that it includes in

Re: [NTG-context] new upload

2022-10-15 Thread Pablo Rodriguez via ntg-context
On 10/15/22 09:41, Hans Hagen via ntg-context wrote: > On 10/14/2022 4:14 PM, Pablo Rodriguez via ntg-context wrote: >> [...] >> Many thanks for the new version, Hans. >> >> I have discovered that it includes in >> tex/texmf-context/source/luametatex what should be the LMTX source >> (about 11MB).

Re: [NTG-context] new upload

2022-10-15 Thread Hans Hagen via ntg-context
On 10/14/2022 4:14 PM, Pablo Rodriguez via ntg-context wrote: On 10/14/22 10:21, Hans Hagen via ntg-context wrote: Hi, I uploaded a new version. Apart from a few fixes / extensions already mentioned here (or known to those who wanted it) the main changes are in the math goodie files (work in

Re: [NTG-context] new upload

2022-10-14 Thread Alan Braslau via ntg-context
On Fri, 14 Oct 2022 16:14:01 +0200 Pablo Rodriguez via ntg-context wrote: > I have discovered that it includes in > tex/texmf-context/source/luametatex what should be the LMTX source > (about 11MB). > > I wonder whether this could be made optional. Internet speed is not > constant where I live

Re: [NTG-context] new upload

2022-10-14 Thread Pablo Rodriguez via ntg-context
On 10/14/22 10:21, Hans Hagen via ntg-context wrote: > Hi, > > I uploaded a new version. Apart from a few fixes / extensions already > mentioned here (or known to those who wanted it) the main changes are in > the math goodie files (work in progress, we will clean them up later) as > part of

[NTG-context] new upload

2022-10-14 Thread Hans Hagen via ntg-context
Hi, I uploaded a new version. Apart from a few fixes / extensions already mentioned here (or known to those who wanted it) the main changes are in the math goodie files (work in progress, we will clean them up later) as part of improving the rendering of math. Hans

Re: [NTG-context] new hash for buffer (as file)

2022-09-26 Thread Max Chernoff via ntg-context
Hi Hans, Pablo, > > But I do agree that the line ending handling seems a little odd. I find it > > surprising that the buffers internally use CR line endings since no systems > > in the past 20 years use that. > > how about tex ... > > \number\endlinechar > \number\numexpr`M-`A+1\relax % plain

Re: [NTG-context] new hash for buffer (as file)

2022-09-26 Thread Hans Hagen via ntg-context
On 9/26/2022 7:24 PM, Pablo Rodriguez via ntg-context wrote: On 9/26/22 02:05, Max Chernoff via ntg-context wrote: Hi Pablo, But now I don’t understand is the following issue: if the saved file contains "\r\n", why does basic Notepad the new lines? "\r\n" are the chars to get new lines in

Re: [NTG-context] new hash for buffer (as file)

2022-09-26 Thread Pablo Rodriguez via ntg-context
On 9/26/22 02:05, Max Chernoff via ntg-context wrote: > > Hi Pablo, > >> But now I don’t understand is the following issue: if the saved file >> contains "\r\n", why does basic Notepad the new lines? >> >> "\r\n" are the chars to get new lines in Windows. Or what am I missing here? > > I'm not too

Re: [NTG-context] new hash for buffer (as file)

2022-09-26 Thread Hans Hagen via ntg-context
On 9/26/2022 2:05 AM, Max Chernoff via ntg-context wrote: Hi Pablo, But now I don’t understand is the following issue: if the saved file contains "\r\n", why does basic Notepad the new lines? "\r\n" are the chars to get new lines in Windows. Or what am I missing here? I'm not too sure what

  1   2   3   4   5   6   7   8   9   10   >