User Tools

Site Tools


latex:feynman

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
latex:feynman [2024/07/20 09:50] – [Forcing vertices at desired (x,y) positions] iwnlatex:feynman [2026/03/08 16:24] (current) iwn
Line 4: Line 4:
  
   * [[https://www.ctan.org/pkg/feynmf|downloadable package on CTAN]];   * [[https://www.ctan.org/pkg/feynmf|downloadable package on CTAN]];
-  * [[http://www.pd.infn.it/TeX/doc/latex/feynmf/manual.pdf|feynMF manual (T. Ohl, 1997)]];+  * [[https://ctan.math.illinois.edu/macros/latex/contrib/feynmf/fmfman.pdf|feynMF manual (T. Ohl, 1997)]];
   * for advanced stuff with ''MetaPost'', check out [[https://www.tug.org/docs/metapost/mpman.pdf|the MetaPost manual (J.D. Hobby, 2017)]], [[https://arxiv.org/pdf/hep-ph/9505351.pdf|this paper]], [[http://www.pragma-ade.com/general/manuals/metafun-s.pdf|this tutorial]] and [[latex:feynman#intermediate_modehow_to_use_metapost|this section]];   * for advanced stuff with ''MetaPost'', check out [[https://www.tug.org/docs/metapost/mpman.pdf|the MetaPost manual (J.D. Hobby, 2017)]], [[https://arxiv.org/pdf/hep-ph/9505351.pdf|this paper]], [[http://www.pragma-ade.com/general/manuals/metafun-s.pdf|this tutorial]] and [[latex:feynman#intermediate_modehow_to_use_metapost|this section]];
   * [[http://osksn2.hep.sci.osaka-u.ac.jp/~taku/osx/fmfsamples.pdf|feynMF examples (T. Yamanaka, 2006)]];   * [[http://osksn2.hep.sci.osaka-u.ac.jp/~taku/osx/fmfsamples.pdf|feynMF examples (T. Yamanaka, 2006)]];
Line 11: Line 11:
   * [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/SUSYSimplifiedModelDiagrams|ready-made SUSY diagrams (images)]], with the [[https://github.com/CMS-SUS-XPAG/SUSYDiagrams|code (GitHub)]];   * [[https://twiki.cern.ch/twiki/bin/viewauth/CMS/SUSYSimplifiedModelDiagrams|ready-made SUSY diagrams (images)]], with the [[https://github.com/CMS-SUS-XPAG/SUSYDiagrams|code (GitHub)]];
   * [[http://osksn2.hep.sci.osaka-u.ac.jp/~taku/osx/feynmp_latexit.html|how to set up feynMP in LaTeXiT on Mac OS X]] to make Feynman diagrams as standalone images (strongly recommended);   * [[http://osksn2.hep.sci.osaka-u.ac.jp/~taku/osx/feynmp_latexit.html|how to set up feynMP in LaTeXiT on Mac OS X]] to make Feynman diagrams as standalone images (strongly recommended);
-  * [[https://www.overleaf.com/learn/latex/Feynman_diagrams#Other_packages_for_drawing_Feynman_diagrams|Excelent tutorial by Overleaf]];+  * [[https://www.overleaf.com/learn/latex/Feynman_diagrams#Other_packages_for_drawing_Feynman_diagrams|Excellent tutorial by Overleaf]];
   * [[latex:feynman_file|macro for typesetting Feynman graphs in a LaTeX file]];   * [[latex:feynman_file|macro for typesetting Feynman graphs in a LaTeX file]];
   * [[latex:feynman_equation_file|using Feynman diagrams in equation in a LaTeX text]];   * [[latex:feynman_equation_file|using Feynman diagrams in equation in a LaTeX text]];
Line 60: Line 60:
 </WRAP></WRAP> </WRAP></WRAP>
  
-Checkout the [[http://www.pd.infn.it/TeX/doc/latex/feynmf/manual.pdf|feynMF manual]] for all the available line styles, line options, vertex options and all their parameters.+Checkout the [[https://ctan.math.illinois.edu/macros/latex/contrib/feynmf/fmfman.pdf|feynMF manual]] for all the available line styles, line options, vertex options and all their parameters.
  
 <WRAP group><WRAP half column 60% centeralign> <WRAP group><WRAP half column 60% centeralign>
Line 169: Line 169:
  ==== Vertex positioning and distribution ====  ==== Vertex positioning and distribution ====
  
-As documented in the [[http://www.pd.infn.it/TeX/doc/latex/feynmf/manual.pdf|feynMF manual]], the external vertices are by default (or explicitly with ''\fmfcurved'') positioned on a curve:+As documented in the [[https://ctan.math.illinois.edu/macros/latex/contrib/feynmf/fmfman.pdf|feynMF manual]], the external vertices are by default (or explicitly with ''\fmfcurved'') positioned on a curve:
 <WRAP group><WRAP third column 6%> <WRAP group><WRAP third column 6%>
 \\ \\
Line 371: Line 371:
 The next level is executing ''MetaPost'' commands directly with ''\fmfcmd''. The next level is executing ''MetaPost'' commands directly with ''\fmfcmd''.
  
-You can learn more about ''MetaPost'' in the [[https://www.tug.org/docs/metapost/mpman.pdf|manual]] or [[http://www.pragma-ade.com/general/manuals/metafun-s.pdf|this tutorial]]. The [[http://www.pd.infn.it/TeX/doc/latex/feynmf/manual.pdf|feynmf manual]] and [[https://arxiv.org/pdf/hep-ph/9505351.pdf|this paper]] contain some examples, and the author also put some advanced ones on [[http://einrichtungen.ph.tum.de/T30e/HEP/computing/feynmf/feynmf.html|this webpage]]. Examples on this wiki page that make use of ''MetaPost'' intermediately of directly are:+You can learn more about ''MetaPost'' in the [[https://www.tug.org/docs/metapost/mpman.pdf|manual]] or [[http://www.pragma-ade.com/general/manuals/metafun-s.pdf|this tutorial]]. The [[https://ctan.math.illinois.edu/macros/latex/contrib/feynmf/fmfman.pdf|feynmf manual]] and [[https://arxiv.org/pdf/hep-ph/9505351.pdf|this paper]] contain some examples, and the author also put some advanced ones on [[http://einrichtungen.ph.tum.de/T30e/HEP/computing/feynmf/feynmf.html|this webpage]]. Examples on this wiki page that make use of ''MetaPost'' intermediately of directly are:
   * [[latex:feynman#neutron_beta_decay_with_spectator_quarks|neutron decay]],   * [[latex:feynman#neutron_beta_decay_with_spectator_quarks|neutron decay]],
   * [[latex:feynman#deep_inelastic_scattering|deep inelastic scattering]],   * [[latex:feynman#deep_inelastic_scattering|deep inelastic scattering]],
latex/feynman.1721461834.txt.gz · Last modified: by iwn