-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Provide package option to run mathics #2
Comments
Hi @krishnakumarg1984 , thank you for your suggestion. First, I'd like to clarify that Mathematica and WolframScript do support Windows. The *nix restriction of the package is because several shell commands are used in the macros, but I'm not familiar with Windows commands, nor do I have a Windows computer near me at the moment to do tests. Having said that, it would be nice to support Mathics nonetheless since it's syntax compatible with Mathematica and it would help those who do not have access to Mathematica. So I'll look into it. |
@stevenliuyi Thank you for your positive views on this suggestion. Here are a couple of clarifications.
Maybe your package is not totally restricted to We can draw further inspiration by drawing parallels with your package to the iwolfram project. This is a jupyter kernel capable of running either Anyway, I don't have |
Thank you for the clarifications. The main features only depend on |
Great. All of these are available on the portable There are many, many native implementations of these tools via many ports. This is looking more and more realistic to work on windows. Of course, I can't test it yet since I am not using |
Hi, I just added the support for Mathics. |
@stevenliuyi thank you. I have tested this. It didn't work on Windows, but worked decently on a linux machine.
|
Thank you for the test. Actually the output of Besides, I tested myself and it seems the |
I forgot to mention that I raised an issue about the TeX conversion problem on mathics/Mathics#770. |
@stevenliuyi I just noticed that recently |
@krishnakumarg1984 Sorry that I'm not familiar with SageTeX. FYI, I just found another package sympytex which is also kind of similar to SageTeX. |
@stevenliuyi great. But it seems to be not updated since 2014. I am inclined to now go with sagetex, considering the recent activity in that package maintainence |
@stevenliuyi |
First of all, thank you for this package. So far, we didn't really have a seamless way to automatically typeset symbolic math code (
sagetex
was unsatisfactory).I'd like to propose a solution that might lift the
*nix
restriction of the package - support themathics
executable as a package option.mathics
is a free, open-source lightweight alternative tomathematica
that entirely usesWolfram
syntax. Since you just have to add in a package option, this is likely to be a trivial change, but one that can immensely help those who cannot affordmathematica
or are onwindows
. (mathics
is fully cross-platform).The text was updated successfully, but these errors were encountered: