From 64df30c6488eea9b609ba60f0a94feb938db926c Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Fri, 1 May 2026 14:06:10 -0300 Subject: [PATCH 1/5] Update README.rst --- README.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index df5747f..a8abe4c 100644 --- a/README.rst +++ b/README.rst @@ -2,11 +2,11 @@ |Packaging status| -mathicsscript is a command-line interface to `Mathics3 `_. +mathics3-script is a command-line interface to `Mathics3 `_. |screenshot| -See the `screenshot directory `_ for a description and another example. +See the `screenshot directory `_ for a description and another example. Features @@ -41,13 +41,13 @@ To install from git sources, so that you run from the git source tree: Running ------- -Once installed, run using ``mathicsscript``: +Once installed, run using ``mathics3-script``: :: - $ mathicsscript - Mathicscript: 10.0.0, Mathics3 10.0.0 + $ mathics3-script + Mathics3-script: 10.0.0, Mathics3 10.0.0 on CPython 3.14.3 (main, Mar 30 2026, 06:42:16) [GCC 13.3.0] Using: @@ -69,7 +69,7 @@ Once installed, run using ``mathicsscript``: For batch use: :: - $ mathicsscript -c "N[Pi]" + $ mathics3-script -c "N[Pi]" 3.14159 To read from a file, in file ``/tmp/test.m``: @@ -80,18 +80,18 @@ To read from a file, in file ``/tmp/test.m``: integral=Integrate[1,x] Print["Results: ",{sum,integral}] -Feeding this into ``mathicsscript``: +Feeding this into ``mathics3-script``: :: - $ mathicsscript --no-prompt Date: Fri, 1 May 2026 14:10:16 -0300 Subject: [PATCH 2/5] Update README.rst --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a8abe4c..2b9a326 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ Once installed, run using ``mathics3-script``: :: - $ mathics3-script + $ mathicsscript Mathics3-script: 10.0.0, Mathics3 10.0.0 on CPython 3.14.3 (main, Mar 30 2026, 06:42:16) [GCC 13.3.0] @@ -69,7 +69,7 @@ Once installed, run using ``mathics3-script``: For batch use: :: - $ mathics3-script -c "N[Pi]" + $ mathicsscript -c "N[Pi]" 3.14159 To read from a file, in file ``/tmp/test.m``: @@ -84,7 +84,7 @@ Feeding this into ``mathics3-script``: :: - $ mathics3-script --no-prompt Date: Fri, 1 May 2026 14:12:01 -0300 Subject: [PATCH 3/5] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2b9a326..8ae0c34 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ To install from git sources, so that you run from the git source tree: Running ------- -Once installed, run using ``mathics3-script``: +Once installed, run using ``mathicsscript``: :: From cc5c7174c60849c19669b49422bc02b247706c8a Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Fri, 1 May 2026 14:12:31 -0300 Subject: [PATCH 4/5] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8ae0c34..375dd40 100644 --- a/README.rst +++ b/README.rst @@ -91,7 +91,7 @@ Feeding this into ``mathics3-script``: None -For a full list of options, type ``mathics3-script --help``. +For a full list of options, type ``mathicsscript --help``. Asymptote key bindings From 9113b97ba6ce0ca722baf65c7069bb66808939be Mon Sep 17 00:00:00 2001 From: Juan Mauricio Matera Date: Fri, 1 May 2026 14:13:08 -0300 Subject: [PATCH 5/5] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 375dd40..e11d61f 100644 --- a/README.rst +++ b/README.rst @@ -80,7 +80,7 @@ To read from a file, in file ``/tmp/test.m``: integral=Integrate[1,x] Print["Results: ",{sum,integral}] -Feeding this into ``mathics3-script``: +Feeding this into ``Mathics3-script``: ::