JP-Ellis / tikz-feynman

Feynman Diagrams with TikZ
http://www.jpellis.me/projects/tikz-feynman
Other
148 stars 20 forks source link

Feature Request: Compat with MathJax #74

Open npapapietro opened 3 years ago

npapapietro commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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