1axohelp(1.1) axohelp(1.1)
2
3
4
6 axohelp - helper program for use of LaTeX package axodraw2 with pdfla‐
7 tex.
8
10 axohelp [options] [filename]
11
13 Axohelp is a program used with the axodraw2, which is a LaTeX package
14 for drawing Feynman graphs (and some other simple graphics) in LaTeX
15 documents.
16
17 When the axodraw2 package is used with pdflatex (or lualatex or xela‐
18 tex) it creates a file with extension .ax1. This contains specifica‐
19 tions of the graphics elements. Axohelp converts this to a file with
20 extension ax2 that contains the necessary pdf code. The .ax2 file is
21 read by pdflatex (etc) on its next run, and the contents of the .ax2
22 file are used in the final .pdf output file to draw the desired graph‐
23 ics.
24
25 The files processed are specified as follows: When the filename on the
26 command line is of the form file.ax1, then the input file is file.ax1
27 and the output file is file.ax2. If the filename on the command line
28 does not have extension .ax1, then this extension is appended.
29
30
31
33 Options can be introduced by single or double hyphen characters. The
34 possible options are:
35
36
37 -h, --help
38 Gives usage information
39
40
41 -v, --version
42 Gives version information
43
44
45 -V NOT CURRENTLY IMPLEMENTED: Give information on each function
46 used.
47
48
50 Current version, by John Collins (username jcc8 at node psu.edu) and
51 Jos Vermaseren (username t68 at nikhef dot nl).
52
53 The released version can be obtained from CTAN:
54 <http://www.ctan.org/pkg/axodraw2/>, and an author's website
55 <https://www.nikhef.nl/~form/maindir/others/axodraw2/axodraw2.html>.
56
57
58
59 22 Jan 2018 axohelp(1.1)