packages icon



 FEYNDIAGRAM(3C++)                                         FEYNDIAGRAM(3C++)
                                 3 June 1993



 NAME
      FeynDiagram - library for drawing Feynman diagrams in PostScript.


 DESCRIPTION
      FeynDiagram allows you to create high quality PostScript Feynman
      diagrams by writing a short C++ program to describe the diagram.  A
      printed tutorial-style manual is available (see the FILES section
      below for the location of the example programs on this system).  Note
      that executable programs produced with C++ are often large, so it is a
      good idea to remove the executable after you have used it to generate
      PostScript output.


 EXAMPLE
      To compile a program called "prog.C" which uses FeynDiagram, and
      generate an executable called "prog", do:

      CC -o prog prog.C -lFD -lm

      See the FILES section below for the location of example programs which
      use FeynDiagram.


 FILES
      /users/workexp/collie/arc/feyndiagram-
                          2.2/FeynDiagram/lib/FeynDiagram/Docs
                          Location of tutorial and technical notes.
 2.2/FeynDiagram/lib/FeynDiagram/Examples
      /users/workexp/collie/arc/feyndiagram-
                          Location of programs from the tutorial and other
                          examples.
 2.2/FeynDiagram/lib/FeynDiagram/Prolog
      /users/workexp/collie/arc/feyndiagram-
                          Directory containing default PostScript prolog
                          files.
      /users/workexp/collie/arc/feyndiagram-
                          2.2/FeynDiagram/include/FeynDiagram
                          Include files.

 DIAGNOSTICS
      Programs which use the FeynDiagram library will automatically print
      messages about their progress and any errors encountered to the screen
      (stderr) when they are run.

 BUGS
      The \overline control sequence (for creating a line over text) doesn't
      put the line in the right place when the text is rotated - I don't
      know why.

      If you use long text strings, the bounding box might not be quite



                                    - 1 -         Formatted:  April 26, 2024






 FEYNDIAGRAM(3C++)                                         FEYNDIAGRAM(3C++)
                                 3 June 1993



      right.

      Using special positioning with long text strings (more than about 25
      characters) may cause your printer to run out of memory and abort the
      page.

      There are no copy constructors yet.

 AVAILABILITY
      The latest version of this software is available by anonymous FTP from
      strange.tn.cornell.edu (128.84.251.21).

 AUTHOR
      Bill Dimm,  billd@lnssun1.tn.cornell.edu








































                                    - 2 -         Formatted:  April 26, 2024