{feynmf} is about the `feynmf` or `feynmp` packages for Feynman diagrams.
4
votes
1answer
129 views
Scale Feynman Diagrams to Poster Size
I am creating a poster using beamerposter, and I would like to include Feynman diagrams generated using feynmp. However, the native scaling of feynmp is indented for letter-size documents, and is far ...
4
votes
1answer
114 views
Wrapping a Feynman diagram in an ellipse or a circle?
I used a variation of the following code in order to create Feynman like diagram in latex using the answer in
Drawing a scattering Feynman diagram with TikZ
However, I want to wrap the diagram inside ...
3
votes
1answer
76 views
feynmp - ! Missing $ inserted
I'm trying to execute the code:
\documentclass{article}
\usepackage{feynmp}
\begin{document}
\unitlength = 1mm
% determine the unit for the size of diagram.
\begin{fmffile}{fmfile}{simple_tree}
...
1
vote
0answers
65 views
feynmf working but NOT feynmp (FIXED!) [duplicate]
I'm using Mac Mountainl Lion, TexShop (everything worked before on Leopard).
This is the first time I use feynmp on Mountain Lion since I upgraded and it's not working. When I use feynmf it seems ...
1
vote
1answer
132 views
Feynman diagram using feynmf - keeping lines straight after vertex, keeping line flat
\documentclass[a4paper,11pt]{report}
\usepackage{feynmp}
\usepackage[pdftex]{graphicx}
\DeclareGraphicsRule{*}{mps}{*}{}
\begin{document}
\begin{figure}
\label{fig:ele_int_conv}
\centering
...
4
votes
1answer
276 views
Curved waved lines with TikZ
I'm trying to write a code for Feynman diagrams with TikZ (I know it is a common subject in the forum). I found very useful posts. However, I would like to draw a curved waved line
...
10
votes
1answer
853 views
Package for typesetting Feynman diagrams (efficiency of `feynmp` and `tikz`)
Is there any good package for typesetting lots of Feynman diagrams?
My question arise because Feynmp: Circle with three vertices lead me take a look at the documentation for the feynmf/feynmp ...
7
votes
2answers
297 views
Feynmp: Circle with three vertices
I want to use feynmp to draw the one-loop correction to the vertex in phi^3 theory. This is just a circle with three evenly-spaced incoming lines. The thing is I want the figure to be dashed, so ...
7
votes
3answers
229 views
How to draw an ellipse with FeynMF?
How to draw an ellipse with controllable parameters?
The formula for ellipse is (x^2)/(a^2) + (y^2)/(b^2) = 1. Parameters a and b are called semi-major and semi-minor axis, respectively. In other ...
5
votes
1answer
180 views
How to draw oval with FeynMP?
Is it possible to draw oval shape with FeynMP? Here is a mwe for a blob [which is a a circle]:
\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
...
2
votes
0answers
164 views
How to automate mpost for FeynMP Graphics via Texmaker + Miktex on Windows 8 [duplicate]
Producing FeynMF graphs requires manual running of mpost command on .mp file at terminal each time after [latex] compiling the tex document. In other words it goes like this:
Latex + dvips + ps2pdf + ...
4
votes
1answer
422 views
Configuring Texmaker to run mpost for FeynMP Graphics
This question led to a new package:
feynmp-auto
What is the command line to be placed in the User
Quick Build Command of Texmaker to get:
LaTeX + mpost + dvips + ps2pdf + ViewPDF
That's to ...
1
vote
1answer
344 views
Arrow decoration in TIKZ [duplicate]
Possible Duplicate:
TikZ: How to draw an arrow in the middle of the line?
I'd like to use Tikz for drawing Feynman diagrams. I found an example in TeXample, but it looks inefficient.
One ...
2
votes
1answer
1k views
feynmf with pdflatex [duplicate]
Possible Duplicate:
How to use kile with feynmf or feynmp?
I would like to use feynmf, or better feynmp, with pdflatex. My first idea was to replace all the files file.[0-9]* which are ...
2
votes
3answers
550 views
How to run Metafont in TeXnicCenter
I want to create a Feynman diagram, with the feynmf package.
While compiling, no error occurs, but no diagram is produced.
I have searched through the net, and I found that I have to create an mf ...
3
votes
1answer
876 views
Two diagrams side by side
I am trying to put two feynman diagrams side by side, but they get displayed below eachother. I am using feynmf and subfloat. This normally works for pictures.
\begin{figure}[ht!]
\centering
...
3
votes
1answer
585 views
Automatic spacing with feynmf/feynmp?
Background
When labels are shown with feynmp, they extend beyond the box of the graph. One can use \fmfframe to allocate an invisible frame to accommodate these, but it seems like you need to ...
1
vote
1answer
629 views
Missing labels with feynmf/feynmp?
I am using feynmp to generate Feynman diagrams with pdflatex. Everything seems to be working but my labels are not showing up.
What is wrong?
\documentclass{minimal}
\usepackage{feynmp}
% Needed ...
5
votes
1answer
388 views
How to use latekmk with feynmf/feynmp?
Background
The latexmk tool can be used to automatically process your LaTeX files enough times to generate the output. As discussed here and here, latexmk now supports setting out_dir which passes ...
16
votes
1answer
1k views
Nicer wavy line with TikZ
My question is inspired by Feynman Diagrams with tikz.
The photon line (TikZ snake) in the answer does not look like it usually looks on a Feynman diagram: in the "reference" look, which may be ...
5
votes
1answer
989 views
How to use kile with feynmf or feynmp?
Does somebody know how to teach kile to automatically do the additional steps for compiling Latex documents that contain Feynman diagrams produced with feynmf or feynmp?
For what I know I have to ...
1
vote
1answer
846 views
How do I use feynmf or mf with miktex?
I am trying to use feynmf with miktex on my windows machine to make Feynman diagrams. When I follow the instructions in the template file that comes with feynmf, it does not produce the dvi file ...
8
votes
4answers
2k views
What is a good way to draw Dynkin diagrams in LaTeX?
I'm about to start writing something up which includes a fair number of Dynkin diagrams, and I can think of several ways of going about it:
Just draw the darn things in, e.g., InkScape, and include ...