JP-Ellis / tikz-feynman

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

Convenient way to draw a crossed diagram? #43

Closed Turgon-Aran-Gondolin closed 6 years ago

Turgon-Aran-Gondolin commented 6 years ago

Is there a convenient way to draw the following type of crossed diagrams without involving assigning positions directly to the vertexes as what you have done in your manual? image Thanks a lot.

JP-Ellis commented 6 years ago

Unfortunately, TikZ-Feynman does not provide any algorithmic way of drawing such cross diagrams automatically as the algorithms will try and avoid producing such crossings as much as possible.

Turgon-Aran-Gondolin commented 6 years ago

Well, thanks anyway, I think I can stick with \diagram* for now.