-
Notifications
You must be signed in to change notification settings - Fork 21
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
Enhancements to the commonJS command line API #7
Labels
Milestone
Comments
fred-wang
added a commit
that referenced
this issue
Feb 24, 2014
I've added a basic command line interface.
|
fred-wang
added a commit
that referenced
this issue
Feb 24, 2014
fred-wang
added a commit
that referenced
this issue
May 31, 2014
The interface is now:
However, I didn't find how to access the stdin with slimerJS so the streamfilter mode does not work (this has been reported to laurentj/slimerjs#188). |
The command line is now implemented. I'm moving the issue with slimerjs to #35 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the commonJS API only exposes the getTeXSource, toMathMLString and toMathML functions. When commonJS is more standardized it would be useful to extend the API. Concrete use cases:
http://wiki.commonjs.org/wiki/System/1.0
http://wiki.commonjs.org/wiki/JSGI
The text was updated successfully, but these errors were encountered: