What is the most convient Feynamn diagram drawing tool.

  • Thread starter Thread starter fortuneteller
  • Start date Start date
  • Tags Tags
    Diagram Drawing
AI Thread Summary
The discussion centers on finding convenient tools for drawing Feynman diagrams. Users express frustration with traditional TeX commands, citing them as clumsy. Recommendations include JaxoDraw and using PowerPoint, where users can access a "toolkit" with pre-drawn elements for easy diagram creation. Some participants mention trying various packages like feynmf without success, while others share links to resources for downloading these tools. Issues with LaTeX output in JaxoDraw are also highlighted, particularly difficulties in generating PDF files. The conversation touches on the potential of hand-drawing diagrams, though opinions vary on the quality of such methods for formal presentations. Overall, the thread emphasizes the search for user-friendly alternatives to traditional Feynman diagram drawing methods.
fortuneteller
Messages
5
Reaction score
0
what is the most convenient Feynman diagram drawing tool?
I have only grasped the method drawing feynman diagrams by usual Tex command as drawing other diagrams. For example "\ArrowLine(40.0,150.0)(90.0,150.0) ". But is very clumsy. Do you know other convenient Feyman drawing tool?
I hear that the package "feynmandraw" can drawing feynman diagrams. However, I did not find it by google, can anyone provide a web link.
Thank you
 
Physics news on Phys.org
I use JaxoDraw.
 
I use powerpoint lol.

Type in "feynman diagrams, powerpoint" in a search engine, and you'll find a "toolkit" with pre-drawn arrows and squiggles and particle labels. All you have to do is copy, paste, and drag and drop (you might have to ungroup everything and then group everything again though). Once the diagram is drawn, you can save it and then use a command to load the image to Tex.

I tried all the packages for Feynman diagrams like feynmf, but I'm too stupid to figure out how to use them.
 
RedX said:
I use powerpoint lol.

Type in "feynman diagrams, powerpoint" in a search engine, and you'll find a "toolkit" with pre-drawn arrows and squiggles and particle labels. All you have to do is copy, paste, and drag and drop (you might have to ungroup everything and then group everything again though). Once the diagram is drawn, you can save it and then use a command to load the image to Tex.

I tried all the packages for Feynman diagrams like feynmf, but I'm too stupid to figure out how to use them.

Yes, it is indeed very convieient. It may be because we are too affected by microsoft.
 
There is feynmf which you can download on CTAN: http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/"

Here you can see a few neat examples:
http://cnlart.web.cern.ch/cnlart/220/img37.ps"
http://cnlart.web.cern.ch/cnlart/222/img11.gif"
 
Last edited by a moderator:
gonna rez this thread :D

Just started using jaxodraw, but I can't get the latex output to give a pdf file. I get a "non-PDF special ignored" message and a blank pdf. DVI workds fine, but I don't want to go through dvi-> pdf or anything because I use pdf specific hyperlinks, etc.

I've seen a few similar posts on the interwebs, (like this http://forums.wolfram.com/student-support/topics/8302 ) but they're not much help. Anybody know how this stuff works, or how to use that cryptic post?

here is the code:
\documentclass[a4paper]{article}

\usepackage{axodraw4j}
\usepackage{pstricks}
\usepackage{color}\begin{document}\begin{center}
\fcolorbox{white}{white}{
\begin{picture}(226,6) (175,-125)
\SetWidth{1.0}
\SetColor{Black}
\Line[arrow,arrowpos=0.5,arrowlength=5,arrowwidth=2,arrowinset=0.2](176,-122)(400,-122)
\end{picture}
}
\end{center}

\end{document}
i figure it might have to do with the "pstricks" package, but I tired pdftricks and still nothing.
 
fortuneteller said:
Yes, it is indeed very convieient. It may be because we are too affected by microsoft.

Disaffected I think would be how I would put it. :-p

Bunch of cowboys. :wink:

You could always try hand drawing them and scanning them or is that so passé?
 
well they wouldn't look so nice on a thesis would they
 
negru said:
well they wouldn't look so nice on a thesis would they

Depends how good are you at art?

I think they would, but then I've seen some pretty impressive free hand drawings.

If you are crap at drawing though then obviously that idea is out.
 
Back
Top