[NTG-context] Re: wiki update: Modules

2023-10-02 Thread Hans Hagen

On 10/1/2023 11:01 AM, Henning Hraban Ramm wrote:

Am 01.10.23 um 05:51 schrieb Otared Kavian:

Hi Hraban,

Thank you for your updating of the modules stuff.
As far as I remember the matrix features are not related to any 
modules, but rather are part of LMTX. In nay case next week I will 
look at the page


https://wiki.contextgarden.net/Matrix_in_maths 



and verify that eveything on that page works fine and is up to date.


Thank you!

But there _is_ a matrix module (hey, I just looked through all this 
stuff!) by Jeong Dalyoung & Hans; apparently it can do matrix calculations.


https://source.contextgarden.net/tex/context/modules/mkiv/m-matrix.mkiv

indeed, it has been around for quite a while

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
___


[NTG-context] Re: wiki update: Modules

2023-10-02 Thread Henning Hraban Ramm

Am 02.10.23 um 04:00 schrieb Andres Conrado Montoya:
In the wiki, if I click a link to check a source code file (for example 
https://source.contextgarden.net/tex/context/base/mkiv/m-catchword.mkiv 
) I get a blank page with a very long list of source files on the left. If I search for the file with my browser's ctrl+f on that page, it returns zero results. I'm using Chrome. It happens for every link to source files.


Not sure if it's a problem with my setup, but I have noticed that 
before, in different machines. Can anybody else confirm if they can 
correctly see the source files when clicking the links?


Sorry, I used the general {{src|filename}} template in the wiki, that 
links to the source browser, but only to files in tex/context/base but 
not to the modules in tex/context/modules

Not a problem on your side, I just need to fix the links.

Otherwise you can use the search field of the source browser.

Hraban
___
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] Re: wiki update: Modules

2023-10-01 Thread Andres Conrado Montoya
In the wiki, if I click a link to check a source code file (for example
https://source.contextgarden.net/tex/context/base/mkiv/m-catchword.mkiv) I
get a blank page with a very long list of source files on the left. If I
search for the file with my browser's ctrl+f on that page, it returns zero
results. I'm using Chrome. It happens for every link to source files.

Not sure if it's a problem with my setup, but I have noticed that
before, in different machines. Can anybody else confirm if they can
correctly see the source files when clicking the links?

-- 
Andrés Conrado Montoya
Andi Kú
andresconr...@gmail.com
http://sesentaycuatro.com
http://messier87.com
http://chiquitico.org

Los fines no justifican los medios, porque la medida verdadera de nuestro
carácter está dada por los medios que estamos dispuestos a utilizar, no por
los fines que proclamamos.


“You develop an instant global consciousness, a people orientation, an
intense dissatisfaction with the state of the world, and a compulsion to do
something about it. From out there on the moon, international politics look
so petty. You want to grab a politician by the scruff of the neck and drag
him a quarter of a million miles out and say, ‘Look at that, you son of a
bitch.’” — Apollo 14 astronaut Edgar Mitchell
___
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] Re: wiki update: Modules

2023-10-01 Thread Jeong Dal via ntg-context
Dear Hraban,

When I wrote a class material for Linear Algebra, it is nice to use \pmatrix 
and \bmatrix etc. 
But, for example, to write a result matrix of the product of two matrices, I 
need to calculate it somewhere and copy it to my text. Hence, I tried to use 
Lua to handle it in the ConTeXt. And, it is nicely working.
During the process, I asked many questions to Hans and he gladly helped me.
It is the first time for me to code using Lua, so my coding was clumsy. 
However,  Hans corrected it to be usable in ConTeXt even though he is very very 
busy in many things.
And, he made it a module and put it in the list.
Thanks Hans.

Finally I finished several chapters on Linear Algebra using that code.
It was many years ago.
Here is a document of it. I confirm that it is running well without any problem.

I hope that someone who wants to write an article on Linear Algebra use it.

Thanks for reading.

Best regards,

Dalyoung




matrixDoc.tex
Description: Binary data



> 2023. 10. 1. 오후 6:01, Henning Hraban Ramm  작성:
> 
> Am 01.10.23 um 05:51 schrieb Otared Kavian:
>> Hi Hraban,
>> Thank you for your updating of the modules stuff.
>> As far as I remember the matrix features are not related to any modules, but 
>> rather are part of LMTX. In nay case next week I will look at the page
>> https://wiki.contextgarden.net/Matrix_in_maths 
>> 
>> and verify that eveything on that page works fine and is up to date.
> 
> Thank you!
> 
> But there _is_ a matrix module (hey, I just looked through all this stuff!) 
> by Jeong Dalyoung & Hans; apparently it can do matrix calculations.
> 
> https://source.contextgarden.net/tex/context/modules/mkiv/m-matrix.mkiv
> 
> Hraban
> 
> ___
> 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
> ___

___
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] Re: wiki update: Modules

2023-10-01 Thread Henning Hraban Ramm

Am 01.10.23 um 05:51 schrieb Otared Kavian:

Hi Hraban,

Thank you for your updating of the modules stuff.
As far as I remember the matrix features are not related to any modules, 
but rather are part of LMTX. In nay case next week I will look at the page


https://wiki.contextgarden.net/Matrix_in_maths 



and verify that eveything on that page works fine and is up to date.


Thank you!

But there _is_ a matrix module (hey, I just looked through all this 
stuff!) by Jeong Dalyoung & Hans; apparently it can do matrix calculations.


https://source.contextgarden.net/tex/context/modules/mkiv/m-matrix.mkiv

Hraban

___
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] Re: wiki update: Modules

2023-09-30 Thread Otared Kavian
Hi Hraban,

Thank you for your updating of the modules stuff.
As far as I remember the matrix features are not related to any modules, but 
rather are part of LMTX. In nay case next week I will look at the page 

https://wiki.contextgarden.net/Matrix_in_maths 


and verify that eveything on that page works fine and is up to date.

Best regards: Otared

> On 30 Sep 2023, at 13:53, Henning Hraban Ramm  wrote:
> 
> I updated the list of included modules in 
> https://wiki.contextgarden.net/Modules and tried to understand what each does.
> 
> If you know matrices, could you perhaps update the page 
> https://wiki.contextgarden.net/Matrix_in_maths to include the matrix module 
> and the latest enhancements?
> 
> Hraban
> ___
> 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
> ___

Otared Kavian
e-mail: ota...@gmail.com
Phone: +33 6 88 26 70 95




___
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
___