Re: [NTG-context] Trouble with latest...

2023-01-09 Thread Alan Braslau via ntg-context
On Mon, 9 Jan 2023 18:40:08 +0100
Alain Delmotte via ntg-context  wrote:

> Anytime a new upload is announced, I download the 
> context-win64.zip unpack it and run install.bat and setpath.bat.
> 
> Is it a fresh installation? Or should I from time to time 
> erase my installation and run install.bat to create a new 
> distribution?

This is not a *fresh* install. In fact, you can simply run
./install.bat - there is no need to download context-win64.zip.

Having said that, the latest problem with the update has to do with an
updated luametatex binary, so your method might have worked by updating
the binary with the unzip, even if it is not a "fresh" install.

Alan


-- 
Alan Braslau
816 West Mountain Avenue
Fort Collins, CO 80521 USA
mobile: (970) 237-0957

Conserve energy! ;-)
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] No format file after updating...

2023-01-09 Thread Hans Hagen via ntg-context

On 1/9/2023 6:54 PM, Willi Egger via ntg-context wrote:

Good morning!

Last night I updated LMTX on my Raspberry Pi4. — After this action it appeared, 
that I could no-more compile tex-files: error no format found.
I tried to generate a format manually., however this did not work out. In the 
log-file the following error is placed:

…/anch-pgr.lmt:901: unexpected symbol near ‘0”
...

error loading file: anch-pgr.lmt (aborting).

Wrong bin?

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Issue with location parameter in matrix

2023-01-09 Thread Jacob Kauffmann via ntg-context
One trick is to wrap the matrices inside a framed environment and putting the 
location parameter there:

\starttext

\startformula
\startmatrix[left={\left(},right={\right)}]
  \NC A \NC B \NR \NC C \NC D \NR
\stopmatrix
=
\startframed[location=top,frame=no,offset=none]
\startmatrix[left={\left(},right={\right)}]
  \NC A \NC B \NR \NC C \NC D \NR
\stopmatrix
\stopframed
=
\startframed[location=bottom,frame=no,offset=none]
\startmatrix[left={\left(},right={\right)}]
  \NC A \NC B \NR \NC C \NC D \NR
\stopmatrix
\stopframed
\stopformula

\stoptext

> Am 06.01.2023 um 17:48 schrieb Jacob Kauffmann via ntg-context 
> :
> 
> Signierter PGP-Teil
> Hi all,
> 
> Thank you for your recent assistance with calligraphic math fonts.
> 
> I am trying to use a matrix example from math-ali.mkxl, but I am running into 
> an issue.
> When I try to use the location parameter, I receive the error
>   A  was supposed to be here.
> 
> I have also tried both location=bottom and location=top, but both give the 
> same error.
> 
> Do you have any ideas on how I can get the matrix in the desired locations?
> Thank you in advance for your help.
> 
> Best regards,
> Jacob
> 
> \starttext
> 
> \startformula
> \startmatrix[left={\left(},right={\right)}]
>   \NC A \NC B \NR \NC C \NC D \NR
> \stopmatrix
> =
> \startmatrix[left={\left(},right={\right)},location=low]
>   \NC A \NC B \NR \NC C \NC D \NR
> \stopmatrix
> =
> \startmatrix[left={\left(},right={\right)},location=high]
>   \NC A \NC B \NR \NC C \NC D \NR
> \stopmatrix
> \stopformula
> 
> \stoptext
> 
> 



signature.asc
Description: Message signed with OpenPGP
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] No format file after updating...

2023-01-09 Thread Willi Egger via ntg-context
Good morning!

Last night I updated LMTX on my Raspberry Pi4. — After this action it appeared, 
that I could no-more compile tex-files: error no format found.
I tried to generate a format manually., however this did not work out. In the 
log-file the following error is placed:

…/anch-pgr.lmt:901: unexpected symbol near ‘0”
...

error loading file: anch-pgr.lmt (aborting).

Kind regards

Willi




___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Trouble with latest...

2023-01-09 Thread Alain Delmotte via ntg-context

Hi!

Le 8/01/2023 à 21:02, Wolfgang Schuster via ntg-context a 
écrit :
Thomas A. Schmitz via ntg-context schrieb am 08.01.2023 um 
20:02:

Hi all,

I tried upgrading to the 2023 version, but generating the 
format fails with lots of these messages:


[...]
But I was surprised that nobody else had seen it yet. Can 
anyone confirm (or yell “works for me!”)?


You luametatex binary is too old and fails on the new 
\advanceby command.


When I tried to update my current installation a few 
moments ago the updater also failed to load the new 
luametatex binary (I haven't tried to regenerate the 
format files) but a fresh installation works without 
problems.


Wolfgang


I am working on Windows 10.

Anytime a new upload is announced, I download the 
context-win64.zip unpack it and run install.bat and setpath.bat.


Is it a fresh installation? Or should I from time to time 
erase my installation and run install.bat to create a new 
distribution?


Thanks for the advices!

Happy New Year to everybody!

Alain

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___