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

2022-09-25 Thread Max Chernoff via ntg-context
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 you're asking here, but Notepad was somewhat-

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

2022-09-25 Thread Pablo Rodriguez via ntg-context
On 9/23/22 17:06, Pablo Rodriguez via ntg-context wrote: > On 9/23/22 06:01, Max Chernoff via ntg-context wrote: >> […] >>return utilities.sha2.hash256( >>str:gsub(string.char(0x0D), string.char(0x0A)) >>) > […] > this works perfectly fine with Linux

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

2022-09-23 Thread Pablo Rodriguez via ntg-context
On 9/23/22 06:01, Max Chernoff via ntg-context wrote: > […] > The SHA calculation isn't working properly because of a weird newline > issue. Try this: > […] >function sha256(str) >return utilities.sha2.hash256( >str:gsub(string.char(0x0D), string.char(0x0A)) >

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

2022-09-22 Thread Max Chernoff via ntg-context
Hi Pablo, > I mean, to get hash of the file attached to the document, I need to save > the buffer for "context(utilities.sha2.hash256(io.loaddata(buffer)))". > > But I don’t need to save the buffer to attach it to the PDF document. > > My question is how to define \shabufferfile to avoid

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

2022-09-22 Thread Pablo Rodriguez via ntg-context
Dear list, playing with buffer contents, I have the following file: \setupinteraction[state=start] \setupinteractionscreen[option={attachment}] \startbuffer[test] just a test and another one \stopbuffer \starttext \ctxlua{require("util-sha")} \def\shabuffer#1%

Re: [NTG-context] new uplaod

2022-09-22 Thread Alexandre Christe via ntg-context
Hi Hans, Thanks a lot for the example. It works great in most cases, however what I stumbled upon is with the interval notation, in particular the following cases arise: - closed interval: easy, since the delimiters are [... ; ... ] - open interval: not easy, since the delimiters are ]... ; ... [

Re: [NTG-context] new uplaod

2022-09-11 Thread Hans Hagen via ntg-context
On 9/10/2022 9:45 AM, Alexandre Christe via ntg-context wrote: Hi Hans, Will |\mvert|and|\midalso be included in the \autofencelogic? It would be quite useful.| we don't have \mvert so i'll add that ... in a next upload you can do the attached (kind of experimental as Mikael and I need to

Re: [NTG-context] new uplaod

2022-09-10 Thread Hans Hagen via ntg-context
On 9/10/2022 9:45 AM, Alexandre Christe via ntg-context wrote: Hi Hans, Will |\mvert|and|\midalso be included in the \autofencelogic? It would be quite useful.| i prototyped it but the chairman of the CMS has to check it before we decide to enable it one complication is that $

Re: [NTG-context] new uplaod

2022-09-10 Thread Alexandre Christe via ntg-context
Hi Hans, Will \mvert and \mid also be included in the \autofence logic? It would be quite useful. Le jeu. 25 août 2022 à 18:18, Hans Hagen via ntg-context a écrit : > Hi, > > I uploaded a new lmtx. Again some updated math of which details will be > revealed later. Apart from some details we

[NTG-context] new uplaod

2022-08-25 Thread Hans Hagen via ntg-context
Hi, I uploaded a new lmtx. Again some updated math of which details will be revealed later. Apart from some details we added suport for fourier notations. There are no high level definitions yet as we have to invent names but this is how it works (private unicode slots might change):

[NTG-context] New math additional requirement for font definitions

2022-07-13 Thread Alexandre Christe via ntg-context
Dear list, I've come across that the new math (which by the way looks really nice) requires some additional properties to be set in the font definition. If I take the example file provided by Mikael and add the following lines \usetypescriptfile[alegreya] \setupbodyfont[alegreya,11pt] It fails

Re: [NTG-context] New tabulate features broken under new maths release

2022-07-09 Thread Hans Hagen via ntg-context
On 7/9/2022 6:45 PM, Bruce Horrocks via ntg-context wrote: \starttext \starttabulate[|lG{}|lG{}|] \NC \showglyphs \setalignmentcharacter{=}111=111 \NC \setalignmentcharacter{=}111=111 \NC\NR \stoptabulate \stoptext in node-ali.lmt around 615 add this if test if signal then

[NTG-context] New tabulate features broken under new maths release

2022-07-09 Thread Bruce Horrocks via ntg-context
Hi Hans, A few months back you announced some new tabulate features and gave some examples, from which I have taken the following MWE: \starttext \starttabulate[|lG{}|lG{}|] \NC \showglyphs \setalignmentcharacter{=}111=111 \NC \setalignmentcharacter{=}111=111 \NC\NR \stoptabulate \stoptext

Re: [NTG-context] new upload

2022-04-23 Thread śrīrāma via ntg-context
On 4/21/22 8:24 PM Alexandre Christe via ntg-context wrote: > While the typesetting issue in Metafun disappeared, another popped up in > the bibliography. > > For an entry with \usebtxdefinitions[apa], it is printing ": [author: > Robert L. Boylestad] [date-added: 2022-04-15 14:43:59 +0200] >

[NTG-context] New Tool: tree-sitter-context_en Parser

2022-04-22 Thread Paul Mazaitis via ntg-context
Hi, everyone! I've been working on an updated tree-sitter parser for the ConTeXt file format. The parser has pretty good support for parsing a ConTeXt .tex file and producing a syntax tree for that file (and, optionally, highlighting). The parser also has support for using appropriate parsers

Re: [NTG-context] new upload

2022-04-21 Thread Alexandre Christe via ntg-context
Hi Hans, While the typesetting issue in Metafun disappeared, another popped up in the bibliography. For an entry with \usebtxdefinitions[apa], it is printing ": [author: Robert L. Boylestad] [date-added: 2022-04-15 14:43:59 +0200] [date-modified: 2022-04-15 14:45:15 +0200] [edition: 13e]

Re: [NTG-context] new upload

2022-04-20 Thread Hans Hagen via ntg-context
On 4/20/2022 3:47 AM, śrīrāma wrote: On 4/19/22 11:53 PM Hans Hagen via ntg-context wrote: I uploaded a new lmtx. Some more adaptive magic ... I'm not sure how usefull it is but users always find ways to apply such things. I attached a test file. Hi Hans, Thanks very much for the upload and

Re: [NTG-context] new upload

2022-04-19 Thread śrīrāma via ntg-context
On 4/19/22 11:53 PM Hans Hagen via ntg-context wrote: > I uploaded a new lmtx. Some more adaptive magic ... I'm not sure how > usefull it is but users always find ways to apply such things. I > attached a test file. Hi Hans, Thanks very much for the upload and the tutorial on 'adaptive'. It

Re: [NTG-context] new upload

2022-04-19 Thread Jeong Dal via ntg-context
Dear Hans, I can use "\blank[9cm]” in column mode but I have to adjust the value to make space evenly. Since it was working well last December, I guess that there is something changed in \startcolumns … \stopcolumns after last December. Thank you. Best regards, Dalyoung > 2022. 4. 20. 오전

Re: [NTG-context] new upload

2022-04-19 Thread Jeong Dal via ntg-context
Dear Hans, A new upload solves the math font problem in MetaFun. The code label(textext("$\sin\theta$”),origin); is working well. Also, your sample file adaptive-001.tex is also working without error which is not compiled before. However, \vfill is not working in column mode while it

[NTG-context] new upload

2022-04-19 Thread Hans Hagen via ntg-context
Hi, I uploaded a new lmtx. Some more adaptive magic ... I'm not sure how usefull it is but users always find ways to apply such things. I attached a test file. Hans - Hans Hagen |

Re: [NTG-context] new upload

2022-04-16 Thread Pablo Rodriguez via ntg-context
On 4/15/22 20:24, Hans Hagen via ntg-context wrote: > Hi, > > I uploaded a new lmtx. Apart from a experimental intersection feature in > the mp library (and metafun, more will be revealed when MS an I are okay > with it) there is not that much news. Many thanks for the new upload, Hans. I’m

[NTG-context] new upload

2022-04-15 Thread Hans Hagen via ntg-context
Hi, I uploaded a new lmtx. Apart from a experimental intersection feature in the mp library (and metafun, more will be revealed when MS an I are okay with it) there is not that much news. I decided to turn some test code into a mechanism which is illustrated below. Adaptive boxes are hboxes

Re: [NTG-context] new upload / more math

2022-04-01 Thread Willi Egger via ntg-context
Hi Hans, congrats for this new society! — At this date it is specially hilarious :-) Happy CMS! Willi > On 1 Apr 2022, at 16:30, jdh via ntg-context wrote: > > > > Wrong. The imperial measurement system, may give Europeans a headache, but > is NOT obsolete, by any means. A good chunk of

Re: [NTG-context] new upload / more math

2022-04-01 Thread jdh via ntg-context
Wrong. The imperial measurement system, may give Europeans a headache, but is NOT obsolete, by any means. A good chunk of the world use the imperial measurment system and may be required in certain books, depending on a country's standards. dh - Henning Hraban Ramm via

Re: [NTG-context] new upload / more math

2022-04-01 Thread Henning Hraban Ramm via ntg-context
Oh, great work, thank you! (While I keep working with WebCMS and avoid math...) And I guess you forgot to mention that you discontinued the support for non-metric measures like the obsolete inch, except Potrzebie, of course. Hraban Am 01.04.22 um 10:02 schrieb Hans Hagen via ntg-context:

[NTG-context] new upload / more math

2022-04-01 Thread Hans Hagen via ntg-context
Hi, As most of you know by now, Mikael and I are working on a math support upgrade. In order to let users keep up we uploaded a new version. We have been revisioning some of the more obscure constructs where we have no clue of usage, like pmod, bmod, bordermatrix etc, commands that we took

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-16 Thread Bruce Horrocks via ntg-context
> On 15 Mar 2022, at 22:31, Gavin via ntg-context wrote: > > Hi Thomas, > >> I can confirm that context version: 2022.03.12 17:56 is running fine on my >> MacBook M1. > > Thanks for that. I’ll troubleshoot my installation. > >> And excuse my snark, but…. > > Snark excused. Ditto -

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-16 Thread Gavin via ntg-context
Hi List, ConTeXt is running well after a fresh install. (context version: 2022.03.12 17:56, I didn’t even need to mess with permissions.) I don’t know why the usual update procedure failed for me before. I look forward to checking out the new math spacing with Libertinus. Sorry for the noise,

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-15 Thread Gavin via ntg-context
Hi Thomas, > I can confirm that context version: 2022.03.12 17:56 is running fine on my > MacBook M1. Thanks for that. I’ll troubleshoot my installation. > And excuse my snark, but…. Snark excused. Thanks! Gavin

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-15 Thread Thomas A. Schmitz via ntg-context
> On 15. Mar 2022, at 15:03, Gavin via ntg-context wrote: > > JP and Bruce, > > Do either of you have the new upload working on an M1 Mac? > > I appreciate the ideas, but I’m not entirely new to this. I’ve kept several > different ConTeXt installations. I can run them from terminal or

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-15 Thread Gavin via ntg-context
JP and Bruce, Do either of you have the new upload working on an M1 Mac? I appreciate the ideas, but I’m not entirely new to this. I’ve kept several different ConTeXt installations. I can run them from terminal or TeXShop. I’ve written TeXShop engines to switch between different installations

Re: [NTG-context] new upload

2022-03-15 Thread Hans Hagen via ntg-context
On 3/15/2022 9:53 AM, śrīrāma wrote: On Saturday, March 12, 2022 4:46 AM Hans Hagen via ntg-context wrote: Hi, It has been a while since there was an updaste but there it is. [...] There is a rough description in the 'ontarget' document. We hope you enjoy it, at least we did (and so, as we're

Re: [NTG-context] new upload

2022-03-15 Thread śrīrāma via ntg-context
On Saturday, March 12, 2022 4:46 AM Hans Hagen via ntg-context wrote: > Hi, > > It has been a while since there was an updaste but there it is. > [...] > There is a rough description in the 'ontarget' document. We hope you > enjoy it, at least we did (and so, as we're not finished yet). > >

Re: [NTG-context] new upload

2022-03-14 Thread Hans Hagen via ntg-context
On 3/14/2022 3:05 PM, Rik Kabel via ntg-context wrote: On 2022-03-14 04:01, Hans Hagen wrote: On 3/13/2022 7:58 PM, Rik Kabel via ntg-context wrote: ...  2. How does the goodies mechanism work when the expected version     differs from the found version? we check the version number in

Re: [NTG-context] new upload

2022-03-14 Thread Rik Kabel via ntg-context
On 2022-03-14 04:01, Hans Hagen wrote: On 3/13/2022 7:58 PM, Rik Kabel via ntg-context wrote: ...  2. How does the goodies mechanism work when the expected version     differs from the found version? we check the version number in the font file (a bit of fuzzyness due to the way

Re: [NTG-context] new upload

2022-03-14 Thread Mikael Sundqvist via ntg-context
Hi! On Mon, Mar 14, 2022 at 9:01 AM Hans Hagen via ntg-context wrote: > > On 3/13/2022 7:58 PM, Rik Kabel via ntg-context wrote: > > > With regard to math fonts, I notice that the goodies file for Libertinus > > expects version 6.8 of the font, but the current version (since February > > 2021)

Re: [NTG-context] new upload

2022-03-14 Thread Hans Hagen via ntg-context
On 3/13/2022 7:58 PM, Rik Kabel via ntg-context wrote: With regard to math fonts, I notice that the goodies file for Libertinus expects version 6.8 of the font, but the current version (since February 2021) is 7.040, and much work appears to have gone into the math font. the main issue with

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-13 Thread Bruce Horrocks via ntg-context
> On 12 Mar 2022, at 19:55, Gavin via ntg-context wrote: > > Hi Hans, > >> i uploaded a new installer / uopdates with mojca's bin > > Thanks for putting that together. Unfortunately, same result: > > TeXShop produces no output in console > "mtxrun —generate” produces "zsh:

Re: [NTG-context] new upload

2022-03-13 Thread Rik Kabel via ntg-context
On 2022-03-11 18:16, Hans Hagen via ntg-context wrote: Hi, It has been a while since there was an updaste but there it is. The most significant 'changes' are: - more automatic adaption to double sided page properties in metafun (lmtx) ... blame sreeram and me for messing up - more

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Jean-Pierre Delange via ntg-context
Gavin, Make sure your PATH is correct :|PATH=$PATH:/Users/Gavin/.../context/tex/texmf-osx-64/bin||and have a look on the Internet: https://www.lifewire.com/can-i-fix-application-thats-not-starting-2260192||| Le 12/03/2022 à 20:55, Gavin via ntg-context a écrit : Hi Hans, i uploaded a

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Gavin via ntg-context
Hi Hans, > i uploaded a new installer / uopdates with mojca's bin Thanks for putting that together. Unfortunately, same result: TeXShop produces no output in console "mtxrun —generate” produces "zsh: killed mtxrun --generate" JP, The control-open trick seemed like a good

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Jean-Pierre Delange via ntg-context
Hi Gavin! On MacOSX go to "Finder" and search the app. Then, click the app icon while holding down the "Control" key on the keyboard, then choose "Open" from the pop-up menu. Click on "Open". The app is saved as an exception in your security settings and you can open it later by

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Hans Hagen via ntg-context
On 3/12/2022 5:18 PM, Gavin wrote: Hi Mojca, I think my security settings are preventing me from using this luametatex file. When trying to update the installation, I got a window that says: “luametatex” can’t be opened because Apple cannot check it for malicious software. When I

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Hans Hagen via ntg-context
On 3/12/2022 5:18 PM, Gavin wrote: Hi Mojca, I think my security settings are preventing me from using this luametatex file. When trying to update the installation, I got a window that says: “luametatex” can’t be opened because Apple cannot check it for malicious software. When I

Re: [NTG-context] new upload

2022-03-12 Thread Henning Hraban Ramm via ntg-context
Am 12.03.22 um 00:16 schrieb Hans Hagen via ntg-context: Hi, It has been a while since there was an updaste but there it is. The most significant 'changes' are: Thank you so much! Finally log files of reasonable size again. My latest book (with a lot MetaPost and image trickery) ran

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Gavin via ntg-context
Hi Mojca, I think my security settings are preventing me from using this luametatex file. When trying to update the installation, I got a window that says: “luametatex” can’t be opened because Apple cannot check it for malicious software. When I tried running mtxrun --generate, in

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Gavin via ntg-context
Hi Mojca, > Gavin, are you willing to try the binary from >https://dl.contextgarden.net/build/luametatex/arm64-darwin/ > ? I am willing to try. I downloaded the luametatex file at that address, but I’m not sure what to do with it. Do I just replace the luametatex in my installation, or

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Mojca Miklavec via ntg-context
Hans, I manually uploaded luametatex for arm64-darwin now. Not that I actually checked anything. Gavin, are you willing to try the binary from https://dl.contextgarden.net/build/luametatex/arm64-darwin/ ? Mojca

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Mojca Miklavec via ntg-context
> question for mojca: i see al getting compiled, even the vm on the mac > but not the arm mac bin itself so is the main one listening to the > master? : luametatex.darwin-arm64.moj stays inactive I noticed that problem already before reaching the machine, but I couldn't quite figure out what was

Re: [NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Hans Hagen via ntg-context
On 3/12/2022 3:12 PM, Gavin via ntg-context wrote: Hi List, I just installed the new upload on my M1 mac using my usual procedure, which is to update the modules and then run sh ./install.sh (details here: https://wiki.contextgarden.net/Modules#ConTeXt_LMTX, simplified method). Afterwords, a

[NTG-context] New upload is DOA on my M1 Mac

2022-03-12 Thread Gavin via ntg-context
Hi List, I just installed the new upload on my M1 mac using my usual procedure, which is to update the modules and then run sh ./install.sh (details here: https://wiki.contextgarden.net/Modules#ConTeXt_LMTX, simplified method). Afterwords, a hello world context document produced no effect, not

[NTG-context] new upload

2022-03-11 Thread Hans Hagen via ntg-context
Hi, It has been a while since there was an updaste but there it is. The most significant 'changes' are: - more automatic adaption to double sided page properties in metafun (lmtx) ... blame sreeram and me for messing up - more extensibve support for indic fonts which sreeram has documented

Re: [NTG-context] new upload

2022-01-28 Thread Aditya Mahajan via ntg-context
On Fri, 28 Jan 2022, hanneder--- via ntg-context wrote: > > I was talking about the install programm on > https://github.com/adityam/context-pkgbuild > for it was not clear to me which version this convenient > tool installs. This is the old version of the PKGBUILD script for MkIV, before AUR

Re: [NTG-context] new upload

2022-01-28 Thread Aditya Mahajan via ntg-context
> On 1/27/2022 7:35 PM, Aditya Mahajan via ntg-context wrote: > > > 2. luametatex: https://aur.archlinux.org/packages/luametatex/ > Just an additional warning: one should not pick up bins from the build farm > unless oen knows what's happening ... the current builds are okay for Mikael > and me

Re: [NTG-context] new upload

2022-01-28 Thread hanneder--- via ntg-context
Mahajan via ntg-context - Datum: Thu, 27 Jan 2022 13:35:33 -0500 (EST) Von: Aditya Mahajan via ntg-context Antwort an: mailing list for ConTeXt users Betreff: Re: [NTG-context] new upload An: hanneder--- via ntg-context Cc: Aditya Mahajan On Thu, 27 Jan

Re: [NTG-context] new upload

2022-01-27 Thread Hans Hagen via ntg-context
On 1/27/2022 7:35 PM, Aditya Mahajan via ntg-context wrote: 2. luametatex: https://aur.archlinux.org/packages/luametatex/ Just an additional warning: one should not pick up bins from the build farm unless oen knows what's happening ... the current builds are okay for Mikael and me while

Re: [NTG-context] new upload

2022-01-27 Thread Aditya Mahajan via ntg-context
On Thu, 27 Jan 2022, hanneder--- via ntg-context wrote: > > I tried to install the latest CTX with context-minimals/standalone > pkgbuild (on manjaro Linux with > the manual method), but the system does not recognise the new command > \definetransliteration, so I > guess I need to specify

Re: [NTG-context] new upload

2022-01-27 Thread Hans Hagen via ntg-context
On 1/27/2022 7:09 PM, hanneder--- via ntg-context wrote: I tried to install the latest CTX with context-minimals/standalone pkgbuild (on manjaro Linux with the manual method), but the system does not recognise the new command \definetransliteration, so I guess I need to specify that I really

[NTG-context] new upload

2022-01-27 Thread hanneder--- via ntg-context
I tried to install the latest CTX with context-minimals/standalone pkgbuild (on manjaro Linux with the manual method), but the system does not recognise the new command \definetransliteration, so I guess I need to specify that I really want the latest upload. What is the best method for

Re: [NTG-context] new upload

2022-01-24 Thread Arthur Rosendahl via ntg-context
On Mon, Jan 24, 2022 at 09:12:57AM +0530, śrīrāma wrote: > Yes. Just yesterday while trying to fix some devanagari fonts, I was able to > get a partial fix to one of the bugs in rendering. Once that work reaches > some > conclusion, I will make a list of fonts with accompanying typescripts for

Re: [NTG-context] new upload

2022-01-23 Thread śrīrāma via ntg-context
On Monday, January 24, 2022 3:55:07 AM IST Arthur Rosendahl wrote: > Do you have a list of the fonts you know > to be working, and those you know to have issues, and with what script? > This would be most useful, I think. I can help collating the > information on a wiki page. Yes. Just yesterday

Re: [NTG-context] new upload

2022-01-23 Thread Arthur Rosendahl via ntg-context
On Sat, Jan 22, 2022 at 06:01:42PM +0530, kauśika via ntg-context wrote: > Recently when we were troubled by incorrect rendering of certain conjuncts in > malayalam, Hans added a new font-feature. More below*, but first some > background: from my testing, the main reason for the problems with

Re: [NTG-context] new upload

2022-01-23 Thread kauśika via ntg-context
On Sunday, January 23, 2022 1:28:52 PM IST hanneder--- via ntg-context wrote: > When using these fonts regularly, one notices very erratic formatting > phenomena that must have to > do with the Devanagarī font, or its interaction with (Xe)TeX. Perhaps > this is the same phenomenon > seen from the

Re: [NTG-context] new upload

2022-01-23 Thread hanneder--- via ntg-context
lot to Kaushika! Best Jürgen - Nachricht von kauśika via ntg-context - Datum: Sat, 22 Jan 2022 16:08:10 +0530 Von: kauśika via ntg-context Antwort an: mailing list for ConTeXt users Betreff: Re: [NTG-context] new upload An: mailing list for ConTeXt users

Re: [NTG-context] new upload

2022-01-22 Thread Richard Mahoney via ntg-context
list for ConTeXt users To: mailing list for ConTeXt users Cc: kauśika Subject: Re: [NTG-context] new upload Date: Sat, 22 Jan 2022 18:01:42 +0530 X-Spam-Score: 0.0 On Saturday, January 22, 2022 12:58:05 AM IST Hans Hagen via ntg- context wrote: > - initial indic transliteration supp

Re: [NTG-context] new upload

2022-01-22 Thread kauśika via ntg-context
On Saturday, January 22, 2022 12:58:05 AM IST Hans Hagen via ntg-context wrote: > - initial indic transliteration support .. recent indic (font) > experiences and transliteration tricks will be eplained by kauśika Recently when we were troubled by incorrect rendering of certain conjuncts in

Re: [NTG-context] new upload

2022-01-22 Thread kauśika via ntg-context
On Saturday, January 22, 2022 3:55:12 PM IST Hans Hagen via ntg-context wrote: > Is there a font out there that supports all these scripts in one font? Shobhika font is a free font that has some of the largest number of glyphs (i.e has many conjuncts) for the Devanagari script.

Re: [NTG-context] new upload

2022-01-22 Thread Hans Hagen via ntg-context
On 1/21/2022 9:11 PM, Henning Hraban Ramm via ntg-context wrote: Am 21.01.22 um 20:28 schrieb Hans Hagen via ntg-context: so we can have fixed values too .. will be explained in due time by Mikael (in manual) as we're still experimenting with all this - initial indic transliteration support

Re: [NTG-context] new upload

2022-01-22 Thread Hans Hagen via ntg-context
On 1/22/2022 7:06 AM, Aditya Mahajan via ntg-context wrote: On Fri, 21 Jan 2022, Hans Hagen via ntg-context wrote: - initial indic transliteration support .. recent indic (font) experiences and transliteration tricks will be eplained by kauśika I finally thought that I'd try out how

Re: [NTG-context] new upload

2022-01-22 Thread Hans Hagen via ntg-context
On 1/22/2022 8:21 AM, kauśika via ntg-context wrote: On Saturday, January 22, 2022 11:36:57 AM IST Aditya Mahajan via ntg-context wrote: I finally thought that I'd try out how typesetting Hindi works with ConTeXt, but I don't get the correct output. Input: आदित्य (See complete attached file)

Re: [NTG-context] new upload

2022-01-21 Thread kauśika via ntg-context
On Saturday, January 22, 2022 1:07:22 PM IST Richard Mahoney via ntg-context wrote: > I'm wondering, how have you found the new > input/translation method with "Shobhika Regular," a font a few of us > might be keen to use? I have myself been using Shobhika with relative success for quite some

Re: [NTG-context] new upload

2022-01-21 Thread Richard Mahoney via ntg-context
ubject: Re: [NTG-context] new upload Date: Sat, 22 Jan 2022 12:51:51 +0530 X-Spam-Score: 0.0 On Saturday, January 22, 2022 11:36:57 AM IST Aditya Mahajan via ntg- context wrote: > I finally thought that I'd try out how typesetting Hindi works with > ConTeXt, > but I don't get the correct

Re: [NTG-context] new upload

2022-01-21 Thread kauśika via ntg-context
On Saturday, January 22, 2022 11:36:57 AM IST Aditya Mahajan via ntg-context wrote: > I finally thought that I'd try out how typesetting Hindi works with ConTeXt, > but I don't get the correct output. > > Input: आदित्य (See complete attached file) > > Output: See attached. > > Note that ि

Re: [NTG-context] new upload

2022-01-21 Thread Aditya Mahajan via ntg-context
On Fri, 21 Jan 2022, Hans Hagen via ntg-context wrote: > - initial indic transliteration support .. recent indic (font) > experiences and transliteration tricks will be eplained by kauśika I finally thought that I'd try out how typesetting Hindi works with ConTeXt, but I don't get the correct

Re: [NTG-context] new upload

2022-01-21 Thread Henning Hraban Ramm via ntg-context
Am 21.01.22 um 20:28 schrieb Hans Hagen via ntg-context: so we can have fixed values too .. will be explained in due time by Mikael (in manual) as we're still experimenting with all this - initial indic transliteration support .. recent indic (font) experiences and transliteration tricks will

[NTG-context] new upload

2022-01-21 Thread Hans Hagen via ntg-context
Hi, Weekend uoload: - more math parameter magic (plus a real ancient bug no one noticed fix): \newdimen \mydimenA \mydimenA 10pt \newskip \myskipA \myskipA 10pt \newmuskip\mymuskipA \mymuskipA10mu \mugluespecdef\mymuskipB 10mu

[NTG-context] new uplaod

2022-01-18 Thread Hans Hagen via ntg-context
Hi, a new lmtx upload - crash with bottom floats probably solved: had to do with tricky interaction between engine insert handling and callback interference (as well as some assumptions in the engine dating that relate to the fact that tex was never written to be opened up this way) -

Re: [NTG-context] new upload

2022-01-15 Thread Hans Hagen via ntg-context
On 1/15/2022 3:52 PM, Alexandre Christe via ntg-context wrote: Just came across a weird behavior with the latest upload. The following doesn't print as it should \startformula 4^{2x} - 4^x - 25 = 0 \stopformula I don't think it's normal (I see the spacing to make room for anything that comes

Re: [NTG-context] new upload

2022-01-15 Thread Hans Hagen via ntg-context
On 1/15/2022 4:16 PM, Fabrice Couvreur via ntg-context wrote: Hi Hans I just updated lmtx and this macro does not work although it did before. On the other hand, no problem with context. Thanks. Fabrice  \protected\def\e#1{\math{{\rm e}^{#1}}\autoinsertnextspace} \starttext \startformula

Re: [NTG-context] new upload

2022-01-15 Thread Fabrice Couvreur via ntg-context
Hi Hans I just updated lmtx and this macro does not work although it did before. On the other hand, no problem with context. Thanks. Fabrice \protected\def\e#1{\math{{\rm e}^{#1}}\autoinsertnextspace} \starttext \startformula \e{a+b} \stopformula \stoptext Le sam. 15 janv. 2022 à 16:14, Hans

Re: [NTG-context] new upload

2022-01-15 Thread Hans Hagen via ntg-context
On 1/15/2022 3:52 PM, Alexandre Christe via ntg-context wrote: Just came across a weird behavior with the latest upload. The following doesn't print as it should \startformula 4^{2x} - 4^x - 25 = 0 \stopformula I don't think it's normal (I see the spacing to make room for anything that comes

Re: [NTG-context] new upload

2022-01-15 Thread Alexandre Christe via ntg-context
Just came across a weird behavior with the latest upload. The following doesn't print as it should \startformula 4^{2x} - 4^x - 25 = 0 \stopformula I don't think it's normal (I see the spacing to make room for anything that comes after the first character in the exposant, but it is not printed).

Re: [NTG-context] new upload

2022-01-15 Thread Hans Hagen via ntg-context
On 1/15/2022 12:33 PM, hanneder--- via ntg-context wrote: - We added indic language patterns ad well as defined the languages but labels are on the todo as are conversions; kauśika is working on Perhaps the following notes are useful. 1. The simplest way, and what I was talking about, is to

Re: [NTG-context] new upload

2022-01-15 Thread hanneder--- via ntg-context
- We added indic language patterns ad well as defined the languages but labels are on the todo as are conversions; kauśika is working on Perhaps the following notes are useful. 1. The simplest way, and what I was talking about, is to write and print Sanskrit in transliteration. ānandaḥ

[NTG-context] new upload

2022-01-15 Thread Hans Hagen via ntg-context
Hi, I uploaded a new version but best first read this because some is experimental and i need to sycn with those involved, so thereofre the uplaod (too many files involved): Indic: - We added indic language patterns ad well as defined the languages but labels are on the todo as are

[NTG-context] New Year / meetup

2022-01-02 Thread Henning Hraban Ramm via ntg-context
Hi everybody, my best wishes for a healthy, successful and generally happy new year! (We need it.) The next online meetup will be on Tuesday, Jan. 11th. I’ll send a reminder. Hraban ___ If your question is of

Re: [NTG-context] new upload

2021-12-01 Thread Hans Hagen via ntg-context
On 12/1/2021 9:49 AM, denis.ma...@unibe.ch wrote: Thank you, Hans! I don't understand 2, 3, and 4, but I can wikify 1. Just two question: What exactly are the limitations? And what is meant by horizontal registers? % this is a variant of an example on the mailing list \mainlanguage[es]

Re: [NTG-context] new upload

2021-12-01 Thread Denis Maier via ntg-context
gt; An: mailing list for ConTeXt users > Cc: Hans Hagen > Betreff: [NTG-context] new upload > > Hi, > > (1) See previous mails on the list (those who requested it have to wikify): > > - mixed bars (with limitations) > - horizontal registers (flushing) > &g

[NTG-context] new upload

2021-11-30 Thread Hans Hagen via ntg-context
Hi, (1) See previous mails on the list (those who requested it have to wikify): - mixed bars (with limitations) - horizontal registers (flushing) (2) As a side effect of reshuffling some code (as well as being complete): - \boxshift 0 = 10pt - hbox shift -10pt{...} These box shifts are what

Re: [NTG-context] new upload, new trickery

2021-11-16 Thread Hans Hagen via ntg-context
On 11/16/2021 2:52 PM, Marcus Vinicius Mesquita via ntg-context wrote: Hi, Hans I tried to run your first example, but ConTeXt throws an error and complains that \resetleftparbox was never defined. Using version: 2021.11.13 it evolved a bit (see low level manual) or typo-lbx

Re: [NTG-context] new upload, new trickery

2021-11-16 Thread Marcus Vinicius Mesquita via ntg-context
Hi, Hans I tried to run your first example, but ConTeXt throws an error and complains that \resetleftparbox was never defined. Using version: 2021.11.13 Regards Marcus Vinicius On Thu, Oct 28, 2021 at 6:24 AM Hans Hagen via ntg-context < ntg-context@ntg.nl> wrote: > Hi, > > Among the 'can

Re: [NTG-context] new upload

2021-11-16 Thread Otared Kavian via ntg-context
Hi Hans, Thank you for the new upload and the rewriting of the math fonts stuff, thanks also to Mikael S. I did several tests on real size math projects and did not notice important issues. The two issues I noticed, show up mainly with LucidaOT, and are explained in the following example:

[NTG-context] new upload

2021-11-13 Thread Hans Hagen via ntg-context
Hi, I uploaded a new lmtx versions. It mostly concerns new math lfg file functionality (and control) that Mikael Sundqvist and I are currently working on so there might be subtle differences in math, which is, unless there are bugs, intentional and for the best. At some point there will be

[NTG-context] new upload

2021-11-05 Thread Hans Hagen via ntg-context
Hi, The latest lmtx upload has this: \starttext \dorecurse{10} { \dorecurse{20}{test #1 } \dorecurse{10}{\insertlinebefore{BEFORE 1/#1}} \dorecurse{20}{test #1 } \blank } \page \dorecurse{10} { \dorecurse{20}{test #1 } \insertlinebefore{BEFORE 1a}

Re: [NTG-context] new upload

2021-11-02 Thread Hans Hagen via ntg-context
On 11/2/2021 7:02 PM, Luis Montgomery via ntg-context wrote: Maybe because a requires , for example, 0003. See line 1506 in file /context/tex/texmf-context/tex/context/base/mkiv/syst-aux.mkiv indeed. a hack for Tomas (only affects mkiv) i'll do a new upload tomorrow Hans

Re: [NTG-context] new upload

2021-11-02 Thread Luis Montgomery via ntg-context
Maybe because a requires , for example, 0003. See line 1506 in file /context/tex/texmf-context/tex/context/base/mkiv/syst-aux.mkiv Luis Montgomery On the first run of MkIV (context --luatex) after updating my installation > on Win11-x64, I get a complaint just after loading >

Re: [NTG-context] new upload

2021-11-02 Thread Hans Hagen via ntg-context
On 11/2/2021 5:58 PM, Rik Kabel via ntg-context wrote: On 11/2/2021 05:43, Hans Hagen via ntg-context wrote: Hi, I uploaded a new lmtx. There is a new low level manual (lowlevel-localboxes) that describes the extended local boxes interface as well as a layer on top. New is that we have

Re: [NTG-context] new upload

2021-11-02 Thread Rik Kabel via ntg-context
On 11/2/2021 05:43, Hans Hagen via ntg-context wrote: Hi, I uploaded a new lmtx. There is a new low level manual (lowlevel-localboxes) that describes the extended local boxes interface as well as a layer on top. New is that we have classes which makes this (engine) mechanism more useable.

[NTG-context] new upload

2021-11-02 Thread Hans Hagen via ntg-context
Hi, I uploaded a new lmtx. There is a new low level manual (lowlevel-localboxes) that describes the extended local boxes interface as well as a layer on top. New is that we have classes which makes this (engine) mechanism more useable. It definitely is some low level mechanism but you can

<    1   2   3   4   5   6   7   8   9   10   >