You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many users like to indicate that two propagator lines cross only on paper
(without any physical interaction) by drawing one line as interrupted,
such that one propagator appears to run ON TOP of the other.
One possibility to implement this is via a "top" style option in the keys-file:
every top@@/.style={
/tikz/preaction={draw=\feynhandtopsepcolor,line width=\feynhandtopsep}
},
every top/.style={/tikzfeynhand/every top@@/.append style={#1}},
top/.style={
/tikzfeynhand/every top@@,
},
The preaction draws the propagator with color \feynhandtopsepcolor (default: white)
and width \feynhandtopsep (default: 2mm) across any earlier propagators.
After this, the propagator is drawn again with the usual style attributes.
You might want to use something more Tikz-like than a LaTex length and newcommand...
Anyway, the preaction should be practical both for manual and automatic drawing mode.
The text was updated successfully, but these errors were encountered:
Many users like to indicate that two propagator lines cross only on paper
(without any physical interaction) by drawing one line as interrupted,
such that one propagator appears to run ON TOP of the other.
One possibility to implement this is via a "top" style option in the keys-file:
The preaction draws the propagator with color \feynhandtopsepcolor (default: white)
and width \feynhandtopsep (default: 2mm) across any earlier propagators.
After this, the propagator is drawn again with the usual style attributes.
You might want to use something more Tikz-like than a LaTex length and newcommand...
Anyway, the preaction should be practical both for manual and automatic drawing mode.
The text was updated successfully, but these errors were encountered: