JP-Ellis

Results 201 comments of JP-Ellis

I have come back around to this crate seeing as it had a few updates hoping that the documentation has improved a little bit, and unfortunately it doesn't seem like...

Sorry for some reason I did not see this. Which file is failing specifically? Having a quick look at the files content, I see that the documentation files (which are...

This library unfortunately has to use a fairly large number of unsafe blocks due to the way references are used. I found when writing this that using pointers in Rust...

Thanks for the suggested fix. I suspect this might be a deeper issue than that, but I'll check. Strange that it wasn't caught in the tests though.

Unfortunately, I do not know the exact reason behind this. I suspect it is due to a different source of randomness and you might have to set the random seed...

@liuyonghao156 Would some of the solutions described in some of the links below suit? - [How to use Chinese in LuaLaTeX](https://tex.stackexchange.com/questions/222980) - [Mixing Chinese Characters with English (Main Language) in...

Thanks for the PR. Other than the formatting changes, what does this fix exactly?

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....

This is somewhat related to #27 which I will be adding soon. The main issue is that it is difficult to have the doubled lines join nicely at vertices.

The plain `double` line is actually from the underlying Ti*k*Z package, so Ti*k*Z-Feynman gets that for free. Unfortunately, it doesn't currently apply nicely to everything. I am intending to fix...