Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://theory.sinp.msu.ru/comphep_html/tutorial/node54.html
Дата изменения: Tue Aug 15 14:29:16 2000 Дата индексирования: Mon Oct 1 22:37:54 2012 Кодировка: |
CompHEP uses the Axodraw package by J.A.M. Vermaseren [Vermaseren-1994] to write diagrams and plots in LATEX format. To use this package the Axodraw style should be included in the documentstyle statement. An example would be
documentstyle[axodraw]{article}
Under kind permission of the author we put a copy of axodraw.sty file in the $COMPHEP/ directory. One bug in the axis drawing routine has been corrected.
The Axodraw syntax is very easy and you can alter the CompHEP output to get some local correction in picture if any. The user can also change line width, scale of picture, and size of characters. The corresponding LATEX and Axodraw instructions are presented in the beginning of the output. For example,
{ \small % letter size control \SetWidth{0.7} % line width control \SetScale{1.0} % line scale control \unitlength=1.0 pt % text position control ............ }
Note that the SetScale instruction influences
on positions of lines, whereas the
unitlength variable
is responsible for position if texts. Consequently, if the user would like
to change the scale of picture, he must improve these instructions
in the same manner. For instance, to increase the picture by two times use
\SetScale{2.0} % picture size control \unitlength=2.0 pt % picture size control
In the case of Feynman diagram output CompHEP substitutes LATEX
names of particles as they are defined in the Particle table
(see Section
).