-
Notifications
You must be signed in to change notification settings - Fork 239
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
New top-level mode for LaTeX, HTML, or Org-mode output #3616
Comments
Macaulay2Web can do that, you can run it in
see the |
I'm aware of both, but neither are relevant to what I'm asking here. Macaulay2Web requires docker, npm, an ssh key, and the result is way above what I asked for, which was a cheap WebApp replica you can run from the standard I'm not sure what is the |
in local mode, Macaulay2Web does not require docker. the ssh key is a detail and could be dispensed with if really necessary, but it takes one line to set it up... and what's the deal with not wanting npm?? if you want a web server you probably want node, hence npm. |
Again, Macaulay2Web is an entirely different project, not distributed with M2. If you can embed it in Why would I want node? Try running |
In Macaulay2/M2-emacs#79 I suggested a new top-level mode for producing LaTeX output which can be previewed inline using Emacs (or vscode).
This made me wonder why we don't have some obvious top-level modes:
\verbatim
followed by the LaTeX output line.I think @d-torrance has a usable version of 3 already, but I think 1 above is the one I'm most interested in because its a lot simpler to use locally than either Jupyter or the WebApp.
The text was updated successfully, but these errors were encountered: