Skip to content
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: Compat with MathJax #74

Open
npapapietro opened this issue Sep 12, 2021 · 2 comments
Open

Feature Request: Compat with MathJax #74

npapapietro opened this issue Sep 12, 2021 · 2 comments

Comments

@npapapietro
Copy link

Doing some work in sympy and would like to get this library to be used inside a Jupyter Notebook. I'm not sure of the technical hurdles to get this working but I've found tikz in a browser (https://github.com/kisonecat/tikzjax).

@JP-Ellis
Copy link
Owner

That's pretty cool! I would expect that any part of TikZ-Feynman which depend on the Lua engine of LuaLaTex (e.g. some of the automatic vertex placement) won't work in this. As for the rest, I don't see why it wouldn't work if it really works by parsing TeX source.

@npapapietro
Copy link
Author

Did some digging, definitely outside of the scope of this repo. Outline of what would have to be done to use in jupyter

  • JS reimplementation of the lua
  • Dependency on tikzjax
  • At this point likely useful MathJax component
  • Wrap in python as Jupyter Extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants