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

Draw OPE diagram #46

Open
Turgon-Aran-Gondolin opened this issue Oct 23, 2017 · 1 comment
Open

Draw OPE diagram #46

Turgon-Aran-Gondolin opened this issue Oct 23, 2017 · 1 comment
Labels

Comments

@Turgon-Aran-Gondolin
Copy link

Turgon-Aran-Gondolin commented Oct 23, 2017

How to draw a textbook operator product expansion diagram like this?
image
In another word, how to make lines to have some kind of angle between each other and how to separate two points only a little bit?

@JP-Ellis
Copy link
Owner

JP-Ellis commented Oct 23, 2017

The easiest in this case will be start using the more explicit syntax which requires you to place the position of the start and end points explicitly:

\begin{tikzpicture}
  \begin{feynman}
    % code goes here
  \end{feynman}
\end{tikzpicture}

There are examples of this in the documentation.

So for the little half-loop in the middle diagram, you'll be better of asking this on TeX StackExchange.

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

No branches or pull requests

2 participants